#D5C986

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

Shades of Winter Hazel #D5C986

Tints of Winter Hazel #D5C986

Color information

#D5C986 (or 0xD5C986) is unknown color: approx Winter Hazel. HEX triplet: D5, C9 and 86. RGB value is (213,201,134). Sum of RGB (Red+Green+Blue) = 213+201+134=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C986 is #2A3679. Grayscale: #C5C5C5. Windows color (decimal): -2766458 or 8833493. OLE color: 8833493.

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

Color convert

RGB213201134-
CMYK00.060.370.16
HSL50.89º48.47%68.04%-
HSV(B)50.89º37.09%83.53%-
XYZ52.6357.6430.91-
YUV196.9592.48139.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 134 (52.73% from 255) = 24.45%
R=38.87%
G=36.68%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320113400.060.370.1650.8948.4768.04
HexD5C986062510333044
Octal3253112060645206360104
Binary1101010111001001100001100110100101100001100111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C986; }

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

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

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

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

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

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

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

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