#D8C61D

Color #D8C61D Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #D8C61D

Tints of Barberry #D8C61D

Color information

#D8C61D (or 0xD8C61D) is unknown color: approx Barberry. HEX triplet: D8, C6 and 1D. RGB value is (216,198,29). Sum of RGB (Red+Green+Blue) = 216+198+29=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C61D is #2739E2. Grayscale: #B8B8B8. Windows color (decimal): -2570723 or 1951448. OLE color: 1951448.

HSL color Cylindrical-coordinate representation of color #D8C61D: hue angle of 54.22º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8C61D is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21619829-
CMYK00.080.870.15
HSL54.22º76.33%48.04%-
HSV(B)54.22º86.57%84.71%-
XYZ48.7355.089.22-
YUV184.1240.46150.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 48.76%
GREEN value IS 198 (77.73% from 255) = 44.70%
BLUE value IS 29 (11.72% from 255) = 6.55%
R=48.76%
G=44.70%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161982900.080.870.1554.2276.3348.04
HexD8C61D0857F364c30
Octal33030635010127176611460
Binary11011000110001101110101000101011111111101101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C61D; }

 p { color: rgb(216,198,29); }

 H1.HeaderClassName
 {
   color: #D8C61D;
 }
 .AnyTagClassName
 {
   color: #D8C61D;
 }
</style>
background-color css

<style>
 a { background-color: #D8C61D; }

 a { background-color: rgb(216,198,29); }

 div.DivClassName
 {
   background-color: #D8C61D;
 }
 .BgClassName
 {
   background-color: #D8C61D;
 }
</style>
border-color css

<style>
 span { border-color: #D8C61D; }

 span { border-color: rgb(216,198,29); }

 td.TdClassName
 {
   border-color: #D8C61D;
 }
 .TagClassName
 {
   border-color: #D8C61D;
 }
</style>