Shades of Cashmere #D8AF9B
Tints of Cashmere #D8AF9B
RGB
CMYK
RGB Variations
Color information
#D8AF9B (or 0xD8AF9B) is known color: Cashmere. HEX triplet: D8, AF and 9B. RGB value is (216,175,155). Sum of RGB (Red+Green+Blue) = 216+175+155=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF9B is #275064. Grayscale: #B9B9B9. Windows color (decimal): -2576485 or 10203096. OLE color: 10203096.
HSL color Cylindrical-coordinate representation of color #D8AF9B: hue angle of 19.67º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8AF9B is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 155 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.15 |
| HSL | 19.67º | 0.44% | 0.73% | - |
| HSV(B) | 19.67º | 0.28% | 0.85% | - |
| XYZ | 49.57 | 47.63 | 37.59 | - |
| YUV | 184.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 155 | 0 | 0.19 | 0.28 | 0.15 | 19.67 | 0.44 | 0.73 |
| Hex | D8 | AF | 9B | 0 | 13 | 1C | F | 14 | 2C | 49 |
| Octal | 330 | 257 | 233 | 0 | 23 | 34 | 17 | 24 | 54 | 111 |
| Binary | 11011000 | 10101111 | 10011011 | 0 | 10011 | 11100 | 1111 | 10100 | 101100 | 1001001 |
Color Harmonies of #D8AF9B
Complementary color
Monochromatic Colors of #D8AF9B
Black with #D8AF9B
Text Example
Text Example
White with #D8AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF9B; }
p { color: rgb(216,175,155); }
H1.HeaderClassName
{
color: #D8AF9B;
}
.AnyTagClassName
{
color: #D8AF9B;
}
</style>
background-color css
<style>
a { background-color: #D8AF9B; }
a { background-color: rgb(216,175,155); }
div.DivClassName
{
background-color: #D8AF9B;
}
.BgClassName
{
background-color: #D8AF9B;
}
</style>
border-color css
<style>
span { border-color: #D8AF9B; }
span { border-color: rgb(216,175,155); }
td.TdClassName
{
border-color: #D8AF9B;
}
.TagClassName
{
border-color: #D8AF9B;
}
</style>