#D0C079

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

Shades of Winter Hazel #D0C079

Tints of Winter Hazel #D0C079

Color information

#D0C079 (or 0xD0C079) is unknown color: approx Winter Hazel. HEX triplet: D0, C0 and 79. RGB value is (208,192,121). Sum of RGB (Red+Green+Blue) = 208+192+121=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C079 is #2F3F86. Grayscale: #BCBCBC. Windows color (decimal): -3096455 or 7979216. OLE color: 7979216.

HSL color Cylindrical-coordinate representation of color #D0C079: hue angle of 48.97º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0C079 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208192121-
CMYK00.080.420.18
HSL48.97º48.07%64.51%-
HSV(B)48.97º41.83%81.57%-
XYZ48.3152.4925.67-
YUV188.6989.8141.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=39.92%
G=36.85%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819212100.080.420.1848.9748.0764.51
HexD0C079082A12313041
Octal32030017101052226160101
Binary1101000011000000111100101000101010100101100011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C079; }

 p { color: rgb(208,192,121); }

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

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

 a { background-color: rgb(208,192,121); }

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

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

 span { border-color: rgb(208,192,121); }

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