#D1CA85

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

Shades of Winter Hazel #D1CA85

Tints of Winter Hazel #D1CA85

Color information

#D1CA85 (or 0xD1CA85) is unknown color: approx Winter Hazel. HEX triplet: D1, CA and 85. RGB value is (209,202,133). Sum of RGB (Red+Green+Blue) = 209+202+133=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CA85 is #2E357A. Grayscale: #C4C4C4. Windows color (decimal): -3028347 or 8768209. OLE color: 8768209.

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

Color convert

RGB209202133-
CMYK00.030.360.18
HSL54.47º45.24%67.06%-
HSV(B)54.47º36.36%81.96%-
XYZ51.6557.4930.56-
YUV196.2392.32137.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=38.42%
G=37.13%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920213300.030.360.1854.4745.2467.06
HexD1CA85032412362d43
Octal3213122050344226655103
Binary110100011100101010000101011100100100101101101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA85; }

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

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

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

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

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

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

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

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