#D4C078

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

Shades of Winter Hazel #D4C078

Tints of Winter Hazel #D4C078

Color information

#D4C078 (or 0xD4C078) is unknown color: approx Winter Hazel. HEX triplet: D4, C0 and 78. RGB value is (212,192,120). Sum of RGB (Red+Green+Blue) = 212+192+120=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C078 is #2B3F87. Grayscale: #BEBEBE. Windows color (decimal): -2834312 or 7913684. OLE color: 7913684.

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

Color convert

RGB212192120-
CMYK00.090.430.17
HSL46.96º51.69%65.1%-
HSV(B)46.96º43.4%83.14%-
XYZ49.3953.0525.41-
YUV189.7788.63143.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 120 (47.27% from 255) = 22.90%
R=40.46%
G=36.64%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219212000.090.430.1746.9651.6965.1
HexD4C078092B112f3441
Octal32430017001153215764101
Binary1101010011000000111100001001101011100011011111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C078; }

 p { color: rgb(212,192,120); }

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

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

 a { background-color: rgb(212,192,120); }

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

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

 span { border-color: rgb(212,192,120); }

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