Shades of Cashmere #D1AD9C
Tints of Cashmere #D1AD9C
RGB
CMYK
RGB Variations
Color information
#D1AD9C (or 0xD1AD9C) is known color: Cashmere. HEX triplet: D1, AD and 9C. RGB value is (209,173,156). Sum of RGB (Red+Green+Blue) = 209+173+156=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD9C is #2E5263. Grayscale: #B5B5B5. Windows color (decimal): -3035748 or 10268113. OLE color: 10268113.
HSL color Cylindrical-coordinate representation of color #D1AD9C: hue angle of 19.25º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1AD9C is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 156 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.18 |
| HSL | 19.25º | 0.37% | 0.72% | - |
| HSV(B) | 19.25º | 0.25% | 0.82% | - |
| XYZ | 47.24 | 45.84 | 37.81 | - |
| YUV | 181.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 156 | 0 | 0.17 | 0.25 | 0.18 | 19.25 | 0.37 | 0.72 |
| Hex | D1 | AD | 9C | 0 | 11 | 19 | 12 | 13 | 25 | 48 |
| Octal | 321 | 255 | 234 | 0 | 21 | 31 | 22 | 23 | 45 | 110 |
| Binary | 11010001 | 10101101 | 10011100 | 0 | 10001 | 11001 | 10010 | 10011 | 100101 | 1001000 |
Color Harmonies of #D1AD9C
Complementary color
Monochromatic Colors of #D1AD9C
Black with #D1AD9C
Text Example
Text Example
White with #D1AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD9C; }
p { color: rgb(209,173,156); }
H1.HeaderClassName
{
color: #D1AD9C;
}
.AnyTagClassName
{
color: #D1AD9C;
}
</style>
background-color css
<style>
a { background-color: #D1AD9C; }
a { background-color: rgb(209,173,156); }
div.DivClassName
{
background-color: #D1AD9C;
}
.BgClassName
{
background-color: #D1AD9C;
}
</style>
border-color css
<style>
span { border-color: #D1AD9C; }
span { border-color: rgb(209,173,156); }
td.TdClassName
{
border-color: #D1AD9C;
}
.TagClassName
{
border-color: #D1AD9C;
}
</style>