Shades of Cashmere #D8AF93
Tints of Cashmere #D8AF93
RGB
CMYK
RGB Variations
Color information
#D8AF93 (or 0xD8AF93) is known color: Cashmere. HEX triplet: D8, AF and 93. RGB value is (216,175,147). Sum of RGB (Red+Green+Blue) = 216+175+147=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF93 is #27506C. Grayscale: #B8B8B8. Windows color (decimal): -2576493 or 9678808. OLE color: 9678808.
HSL color Cylindrical-coordinate representation of color #D8AF93: hue angle of 24.35º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8AF93 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 147 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.15 |
| HSL | 24.35º | 0.47% | 0.71% | - |
| HSV(B) | 24.35º | 0.32% | 0.85% | - |
| XYZ | 48.92 | 47.37 | 34.17 | - |
| YUV | 184.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 147 | 0 | 0.19 | 0.32 | 0.15 | 24.35 | 0.47 | 0.71 |
| Hex | D8 | AF | 93 | 0 | 13 | 20 | F | 18 | 2F | 47 |
| Octal | 330 | 257 | 223 | 0 | 23 | 40 | 17 | 30 | 57 | 107 |
| Binary | 11011000 | 10101111 | 10010011 | 0 | 10011 | 100000 | 1111 | 11000 | 101111 | 1000111 |
Color Harmonies of #D8AF93
Complementary color
Monochromatic Colors of #D8AF93
Black with #D8AF93
Text Example
Text Example
White with #D8AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF93; }
p { color: rgb(216,175,147); }
H1.HeaderClassName
{
color: #D8AF93;
}
.AnyTagClassName
{
color: #D8AF93;
}
</style>
background-color css
<style>
a { background-color: #D8AF93; }
a { background-color: rgb(216,175,147); }
div.DivClassName
{
background-color: #D8AF93;
}
.BgClassName
{
background-color: #D8AF93;
}
</style>
border-color css
<style>
span { border-color: #D8AF93; }
span { border-color: rgb(216,175,147); }
td.TdClassName
{
border-color: #D8AF93;
}
.TagClassName
{
border-color: #D8AF93;
}
</style>