#D5C586

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

Shades of Winter Hazel #D5C586

Tints of Winter Hazel #D5C586

Color information

#D5C586 (or 0xD5C586) is unknown color: approx Winter Hazel. HEX triplet: D5, C5 and 86. RGB value is (213,197,134). Sum of RGB (Red+Green+Blue) = 213+197+134=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C586 is #2A3A79. Grayscale: #C2C2C2. Windows color (decimal): -2767482 or 8832469. OLE color: 8832469.

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

Color convert

RGB213197134-
CMYK00.080.370.16
HSL47.85º48.47%68.04%-
HSV(B)47.85º37.09%83.53%-
XYZ51.7155.830.6-
YUV194.693.8141.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 134 (52.73% from 255) = 24.63%
R=39.15%
G=36.21%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319713400.080.370.1647.8548.4768.04
HexD5C586082510303044
Octal32530520601045206060104
Binary11010101110001011000011001000100101100001100001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C586; }

 p { color: rgb(213,197,134); }

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

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

 a { background-color: rgb(213,197,134); }

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

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

 span { border-color: rgb(213,197,134); }

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