Shades of Cashmere #D8AF95
Tints of Cashmere #D8AF95
RGB
CMYK
RGB Variations
Color information
#D8AF95 (or 0xD8AF95) is known color: Cashmere. HEX triplet: D8, AF and 95. RGB value is (216,175,149). Sum of RGB (Red+Green+Blue) = 216+175+149=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF95 is #27506A. Grayscale: #B8B8B8. Windows color (decimal): -2576491 or 9809880. OLE color: 9809880.
HSL color Cylindrical-coordinate representation of color #D8AF95: hue angle of 23.28º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8AF95 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 149 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.15 |
| HSL | 23.28º | 0.46% | 0.72% | - |
| HSV(B) | 23.28º | 0.31% | 0.85% | - |
| XYZ | 49.07 | 47.43 | 35 | - |
| YUV | 184.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 149 | 0 | 0.19 | 0.31 | 0.15 | 23.28 | 0.46 | 0.72 |
| Hex | D8 | AF | 95 | 0 | 13 | 1F | F | 17 | 2E | 48 |
| Octal | 330 | 257 | 225 | 0 | 23 | 37 | 17 | 27 | 56 | 110 |
| Binary | 11011000 | 10101111 | 10010101 | 0 | 10011 | 11111 | 1111 | 10111 | 101110 | 1001000 |
Color Harmonies of #D8AF95
Complementary color
Monochromatic Colors of #D8AF95
Black with #D8AF95
Text Example
Text Example
White with #D8AF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF95; }
p { color: rgb(216,175,149); }
H1.HeaderClassName
{
color: #D8AF95;
}
.AnyTagClassName
{
color: #D8AF95;
}
</style>
background-color css
<style>
a { background-color: #D8AF95; }
a { background-color: rgb(216,175,149); }
div.DivClassName
{
background-color: #D8AF95;
}
.BgClassName
{
background-color: #D8AF95;
}
</style>
border-color css
<style>
span { border-color: #D8AF95; }
span { border-color: rgb(216,175,149); }
td.TdClassName
{
border-color: #D8AF95;
}
.TagClassName
{
border-color: #D8AF95;
}
</style>