#D1CA88

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

Shades of Winter Hazel #D1CA88

Tints of Winter Hazel #D1CA88

Color information

#D1CA88 (or 0xD1CA88) is unknown color: approx Winter Hazel. HEX triplet: D1, CA and 88. RGB value is (209,202,136). Sum of RGB (Red+Green+Blue) = 209+202+136=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CA88 is #2E3577. Grayscale: #C4C4C4. Windows color (decimal): -3028344 or 8964817. OLE color: 8964817.

HSL color Cylindrical-coordinate representation of color #D1CA88: hue angle of 54.25º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1CA88 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB209202136-
CMYK00.030.350.18
HSL54.25º44.24%67.65%-
HSV(B)54.25º34.93%81.96%-
XYZ51.8657.5731.67-
YUV196.5793.82136.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 136 (53.52% from 255) = 24.86%
R=38.21%
G=36.93%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920213600.030.350.1854.2544.2467.65
HexD1CA88032312362c44
Octal3213122100343226654104
Binary110100011100101010001000011100011100101101101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA88; }

 p { color: rgb(209,202,136); }

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

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

 a { background-color: rgb(209,202,136); }

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

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

 span { border-color: rgb(209,202,136); }

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