#D1CA80

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

Shades of Winter Hazel #D1CA80

Tints of Winter Hazel #D1CA80

Color information

#D1CA80 (or 0xD1CA80) is unknown color: approx Winter Hazel. HEX triplet: D1, CA and 80. RGB value is (209,202,128). Sum of RGB (Red+Green+Blue) = 209+202+128=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CA80 is #2E357F. Grayscale: #C3C3C3. Windows color (decimal): -3028352 or 8440529. OLE color: 8440529.

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

Color convert

RGB209202128-
CMYK00.030.390.18
HSL54.81º46.82%66.08%-
HSV(B)54.81º38.76%81.96%-
XYZ51.3157.3528.79-
YUV195.6689.82137.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.78%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 128 (50.39% from 255) = 23.75%
R=38.78%
G=37.48%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920212800.030.390.1854.8146.8266.08
HexD1CA80032712372f42
Octal3213122000347226757102
Binary110100011100101010000000011100111100101101111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA80; }

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

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

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

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

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

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

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

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