Shades of Cashmere #D7AF91
Tints of Cashmere #D7AF91
RGB
CMYK
RGB Variations
Color information
#D7AF91 (or 0xD7AF91) is known color: Cashmere. HEX triplet: D7, AF and 91. RGB value is (215,175,145). Sum of RGB (Red+Green+Blue) = 215+175+145=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF91 is #28506E. Grayscale: #B7B7B7. Windows color (decimal): -2642031 or 9547735. OLE color: 9547735.
HSL color Cylindrical-coordinate representation of color #D7AF91: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7AF91 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 145 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.16 |
| HSL | 25.71º | 0.47% | 0.71% | - |
| HSV(B) | 25.71º | 0.33% | 0.84% | - |
| XYZ | 48.47 | 47.15 | 33.33 | - |
| YUV | 183.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 145 | 0 | 0.19 | 0.33 | 0.16 | 25.71 | 0.47 | 0.71 |
| Hex | D7 | AF | 91 | 0 | 13 | 21 | 10 | 1A | 2F | 47 |
| Octal | 327 | 257 | 221 | 0 | 23 | 41 | 20 | 32 | 57 | 107 |
| Binary | 11010111 | 10101111 | 10010001 | 0 | 10011 | 100001 | 10000 | 11010 | 101111 | 1000111 |
Color Harmonies of #D7AF91
Complementary color
Monochromatic Colors of #D7AF91
Black with #D7AF91
Text Example
Text Example
White with #D7AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF91; }
p { color: rgb(215,175,145); }
H1.HeaderClassName
{
color: #D7AF91;
}
.AnyTagClassName
{
color: #D7AF91;
}
</style>
background-color css
<style>
a { background-color: #D7AF91; }
a { background-color: rgb(215,175,145); }
div.DivClassName
{
background-color: #D7AF91;
}
.BgClassName
{
background-color: #D7AF91;
}
</style>
border-color css
<style>
span { border-color: #D7AF91; }
span { border-color: rgb(215,175,145); }
td.TdClassName
{
border-color: #D7AF91;
}
.TagClassName
{
border-color: #D7AF91;
}
</style>