#D6C579

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

Shades of Winter Hazel #D6C579

Tints of Winter Hazel #D6C579

Color information

#D6C579 (or 0xD6C579) is unknown color: approx Winter Hazel. HEX triplet: D6, C5 and 79. RGB value is (214,197,121). Sum of RGB (Red+Green+Blue) = 214+197+121=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 121 (47.66% from 255 or 22.74% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C579 is #293A86. Grayscale: #C1C1C1. Windows color (decimal): -2701959 or 7980502. OLE color: 7980502.

HSL color Cylindrical-coordinate representation of color #D6C579: hue angle of 49.03º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6C579 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214197121-
CMYK00.080.430.16
HSL49.03º53.14%65.69%-
HSV(B)49.03º43.46%83.92%-
XYZ51.1555.6126.13-
YUV193.4287.13142.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 197 (77.34% from 255) = 37.03%
BLUE value IS 121 (47.66% from 255) = 22.74%
R=40.23%
G=37.03%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419712100.080.430.1649.0353.1465.69
HexD6C579082B10313542
Octal32630517101053206165102
Binary1101011011000101111100101000101011100001100011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C579; }

 p { color: rgb(214,197,121); }

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

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

 a { background-color: rgb(214,197,121); }

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

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

 span { border-color: rgb(214,197,121); }

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