#D4C380

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

Shades of Winter Hazel #D4C380

Tints of Winter Hazel #D4C380

Color information

#D4C380 (or 0xD4C380) is unknown color: approx Winter Hazel. HEX triplet: D4, C3 and 80. RGB value is (212,195,128). Sum of RGB (Red+Green+Blue) = 212+195+128=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C380 is #2B3C7F. Grayscale: #C0C0C0. Windows color (decimal): -2833536 or 8438740. OLE color: 8438740.

HSL color Cylindrical-coordinate representation of color #D4C380: hue angle of 47.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4C380 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212195128-
CMYK00.080.400.17
HSL47.86º49.41%66.67%-
HSV(B)47.86º39.62%83.14%-
XYZ50.5654.5928.29-
YUV192.4491.63141.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=39.63%
G=36.45%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219512800.080.400.1747.8649.4166.67
HexD4C380082811303143
Octal32430320001050216061103
Binary11010100110000111000000001000101000100011100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C380; }

 p { color: rgb(212,195,128); }

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

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

 a { background-color: rgb(212,195,128); }

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

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

 span { border-color: rgb(212,195,128); }

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