Shades of Cashmere #D1AA91
Tints of Cashmere #D1AA91
RGB
CMYK
RGB Variations
Color information
#D1AA91 (or 0xD1AA91) is known color: Cashmere. HEX triplet: D1, AA and 91. RGB value is (209,170,145). Sum of RGB (Red+Green+Blue) = 209+170+145=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA91 is #2E556E. Grayscale: #B2B2B2. Windows color (decimal): -3036527 or 9546449. OLE color: 9546449.
HSL color Cylindrical-coordinate representation of color #D1AA91: hue angle of 23.44º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1AA91 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 145 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.18 |
| HSL | 23.44º | 0.41% | 0.69% | - |
| HSV(B) | 23.44º | 0.31% | 0.82% | - |
| XYZ | 45.78 | 44.35 | 32.94 | - |
| YUV | 178.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 145 | 0 | 0.19 | 0.31 | 0.18 | 23.44 | 0.41 | 0.69 |
| Hex | D1 | AA | 91 | 0 | 13 | 1F | 12 | 17 | 29 | 45 |
| Octal | 321 | 252 | 221 | 0 | 23 | 37 | 22 | 27 | 51 | 105 |
| Binary | 11010001 | 10101010 | 10010001 | 0 | 10011 | 11111 | 10010 | 10111 | 101001 | 1000101 |
Color Harmonies of #D1AA91
Complementary color
Monochromatic Colors of #D1AA91
Black with #D1AA91
Text Example
Text Example
White with #D1AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA91; }
p { color: rgb(209,170,145); }
H1.HeaderClassName
{
color: #D1AA91;
}
.AnyTagClassName
{
color: #D1AA91;
}
</style>
background-color css
<style>
a { background-color: #D1AA91; }
a { background-color: rgb(209,170,145); }
div.DivClassName
{
background-color: #D1AA91;
}
.BgClassName
{
background-color: #D1AA91;
}
</style>
border-color css
<style>
span { border-color: #D1AA91; }
span { border-color: rgb(209,170,145); }
td.TdClassName
{
border-color: #D1AA91;
}
.TagClassName
{
border-color: #D1AA91;
}
</style>