#D6C57C

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

Shades of Winter Hazel #D6C57C

Tints of Winter Hazel #D6C57C

Color information

#D6C57C (or 0xD6C57C) is unknown color: approx Winter Hazel. HEX triplet: D6, C5 and 7C. RGB value is (214,197,124). Sum of RGB (Red+Green+Blue) = 214+197+124=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C57C is #293A83. Grayscale: #C2C2C2. Windows color (decimal): -2701956 or 8177110. OLE color: 8177110.

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

Color convert

RGB214197124-
CMYK00.080.420.16
HSL48.67º52.33%66.27%-
HSV(B)48.67º42.06%83.92%-
XYZ51.3455.6827.11-
YUV193.7688.63142.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 124 (48.83% from 255) = 23.18%
R=40%
G=36.82%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419712400.080.420.1648.6752.3366.27
HexD6C57C082A10313442
Octal32630517401052206164102
Binary1101011011000101111110001000101010100001100011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C57C; }

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

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

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

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

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

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

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

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