#D0C176

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

Shades of Winter Hazel #D0C176

Tints of Winter Hazel #D0C176

Color information

#D0C176 (or 0xD0C176) is unknown color: approx Winter Hazel. HEX triplet: D0, C1 and 76. RGB value is (208,193,118). Sum of RGB (Red+Green+Blue) = 208+193+118=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C176 is #2F3E89. Grayscale: #BDBDBD. Windows color (decimal): -3096202 or 7782864. OLE color: 7782864.

HSL color Cylindrical-coordinate representation of color #D0C176: hue angle of 50º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0C176 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB208193118-
CMYK00.070.430.18
HSL50º48.91%63.92%-
HSV(B)50º43.27%81.57%-
XYZ48.3552.8624.79-
YUV188.9487.97141.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 118 (46.48% from 255) = 22.74%
R=40.08%
G=37.19%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819311800.070.430.185048.9163.92
HexD0C176072B12323140
Octal3203011660753226261100
Binary110100001100000111101100111101011100101100101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C176; }

 p { color: rgb(208,193,118); }

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

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

 a { background-color: rgb(208,193,118); }

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

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

 span { border-color: rgb(208,193,118); }

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