#d6c582

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

Shades of Winter Hazel #D6C582

Tints of Winter Hazel #D6C582

Color information

#D6C582 (or 0xD6C582) is unknown color: approx Winter Hazel. HEX triplet: D6, C5 and 82. RGB value is (214,197,130). Sum of RGB (Red+Green+Blue) = 214+197+130=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C582 is #293A7D. Grayscale: #C2C2C2. Windows color (decimal): -2701950 or 8570326. OLE color: 8570326.

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

Color convert

RGB214197130-
CMYK00.080.390.16
HSL47.86º50.6%67.45%-
HSV(B)47.86º39.25%83.92%-
XYZ51.7355.8429.17-
YUV194.4491.63141.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 130 (51.17% from 255) = 24.03%
R=39.56%
G=36.41%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419713000.080.390.1647.8650.667.45
HexD6C582082710303343
Octal32630520201047206063103
Binary11010110110001011000001001000100111100001100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6c582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6c582; }

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

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

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

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

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

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

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

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