#D0C07E

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

Shades of Winter Hazel #D0C07E

Tints of Winter Hazel #D0C07E

Color information

#D0C07E (or 0xD0C07E) is unknown color: approx Winter Hazel. HEX triplet: D0, C0 and 7E. RGB value is (208,192,126). Sum of RGB (Red+Green+Blue) = 208+192+126=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C07E is #2F3F81. Grayscale: #BDBDBD. Windows color (decimal): -3096450 or 8306896. OLE color: 8306896.

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

Color convert

RGB208192126-
CMYK00.080.390.18
HSL48.29º46.59%65.49%-
HSV(B)48.29º39.42%81.57%-
XYZ48.6352.6227.33-
YUV189.2692.3141.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 192 (75.39% from 255) = 36.50%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=39.54%
G=36.50%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819212600.080.390.1848.2946.5965.49
HexD0C07E082712302f41
Octal32030017601047226057101
Binary1101000011000000111111001000100111100101100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C07E; }

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

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

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

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

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

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

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

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