#D6C479

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

Shades of Winter Hazel #D6C479

Tints of Winter Hazel #D6C479

Color information

#D6C479 (or 0xD6C479) is unknown color: approx Winter Hazel. HEX triplet: D6, C4 and 79. RGB value is (214,196,121). Sum of RGB (Red+Green+Blue) = 214+196+121=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C479 is #293B86. Grayscale: #C1C1C1. Windows color (decimal): -2702215 or 7980246. OLE color: 7980246.

HSL color Cylindrical-coordinate representation of color #D6C479: hue angle of 48.39º 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 #D6C479 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214196121-
CMYK00.080.430.16
HSL48.39º53.14%65.69%-
HSV(B)48.39º43.46%83.92%-
XYZ50.9255.1626.05-
YUV192.8387.46143.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 196 (76.95% from 255) = 36.91%
BLUE value IS 121 (47.66% from 255) = 22.79%
R=40.30%
G=36.91%
B=22.79%

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
Decimal21419612100.080.430.1648.3953.1465.69
HexD6C479082B10303542
Octal32630417101053206065102
Binary1101011011000100111100101000101011100001100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C479; }

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

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

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

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

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

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

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

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