#D4C976

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

Shades of Winter Hazel #D4C976

Tints of Winter Hazel #D4C976

Color information

#D4C976 (or 0xD4C976) is unknown color: approx Winter Hazel. HEX triplet: D4, C9 and 76. RGB value is (212,201,118). Sum of RGB (Red+Green+Blue) = 212+201+118=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C976 is #2B3689. Grayscale: #C3C3C3. Windows color (decimal): -2832010 or 7784916. OLE color: 7784916.

HSL color Cylindrical-coordinate representation of color #D4C976: hue angle of 52.98º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4C976 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB212201118-
CMYK00.050.440.17
HSL52.98º52.22%64.71%-
HSV(B)52.98º44.34%83.14%-
XYZ51.3157.0825.45-
YUV194.8384.64140.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 118 (46.48% from 255) = 22.22%
R=39.92%
G=37.85%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220111800.050.440.1752.9852.2264.71
HexD4C976052C11353441
Octal3243111660554216564101
Binary110101001100100111101100101101100100011101011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C976; }

 p { color: rgb(212,201,118); }

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

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

 a { background-color: rgb(212,201,118); }

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

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

 span { border-color: rgb(212,201,118); }

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