#D0C479

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

Shades of Winter Hazel #D0C479

Tints of Winter Hazel #D0C479

Color information

#D0C479 (or 0xD0C479) is unknown color: approx Winter Hazel. HEX triplet: D0, C4 and 79. RGB value is (208,196,121). Sum of RGB (Red+Green+Blue) = 208+196+121=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C479 is #2F3B86. Grayscale: #BFBFBF. Windows color (decimal): -3095431 or 7980240. OLE color: 7980240.

HSL color Cylindrical-coordinate representation of color #D0C479: hue angle of 51.72º 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 #D0C479 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208196121-
CMYK00.060.420.18
HSL51.72º48.07%64.51%-
HSV(B)51.72º41.83%81.57%-
XYZ49.254.2725.97-
YUV191.0488.48140.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 196 (76.95% from 255) = 37.33%
BLUE value IS 121 (47.66% from 255) = 23.05%
R=39.62%
G=37.33%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819612100.060.420.1851.7248.0764.51
HexD0C479062A12343041
Octal3203041710652226460101
Binary110100001100010011110010110101010100101101001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C479; }

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

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

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

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

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

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

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

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