#D1AD96

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

Shades of Cashmere #D1AD96

Tints of Cashmere #D1AD96

Color information

#D1AD96 (or 0xD1AD96) is unknown color: approx Cashmere. HEX triplet: D1, AD and 96. RGB value is (209,173,150). Sum of RGB (Red+Green+Blue) = 209+173+150=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD96 is #2E5269. Grayscale: #B5B5B5. Windows color (decimal): -3035754 or 9874897. OLE color: 9874897.

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

Color convert

RGB209173150-
CMYK00.170.280.18
HSL23.39º39.07%70.39%-
HSV(B)23.39º28.23%81.96%-
XYZ46.7445.6435.2-
YUV181.14110.43147.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=39.29%
G=32.52%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917315000.170.280.1823.3939.0770.39
HexD1AD960111C12172746
Octal32125522602134222747106
Binary1101000110101101100101100100011110010010101111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AD96; }

 p { color: rgb(209,173,150); }

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

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

 a { background-color: rgb(209,173,150); }

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

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

 span { border-color: rgb(209,173,150); }

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