#D5C988

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

Shades of Winter Hazel #D5C988

Tints of Winter Hazel #D5C988

Color information

#D5C988 (or 0xD5C988) is unknown color: approx Winter Hazel. HEX triplet: D5, C9 and 88. RGB value is (213,201,136). Sum of RGB (Red+Green+Blue) = 213+201+136=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C988 is #2A3677. Grayscale: #C5C5C5. Windows color (decimal): -2766456 or 8964565. OLE color: 8964565.

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

Color convert

RGB213201136-
CMYK00.060.360.16
HSL50.65º47.83%68.43%-
HSV(B)50.65º36.15%83.53%-
XYZ52.7757.731.65-
YUV197.1893.48139.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 201 (78.91% from 255) = 36.55%
BLUE value IS 136 (53.52% from 255) = 24.73%
R=38.73%
G=36.55%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320113600.060.360.1650.6547.8368.43
HexD5C988062410333044
Octal3253112100644206360104
Binary1101010111001001100010000110100100100001100111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C988; }

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

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

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

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

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

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

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

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