Shades of Cashmere #D8AC8F
Tints of Cashmere #D8AC8F
RGB
CMYK
RGB Variations
Color information
#D8AC8F (or 0xD8AC8F) is known color: Cashmere. HEX triplet: D8, AC and 8F. RGB value is (216,172,143). Sum of RGB (Red+Green+Blue) = 216+172+143=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC8F is #275370. Grayscale: #B6B6B6. Windows color (decimal): -2577265 or 9415896. OLE color: 9415896.
HSL color Cylindrical-coordinate representation of color #D8AC8F: hue angle of 23.84º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8AC8F is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 143 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.15 |
| HSL | 23.84º | 0.48% | 0.7% | - |
| HSV(B) | 23.84º | 0.34% | 0.85% | - |
| XYZ | 48.03 | 46.09 | 32.35 | - |
| YUV | 181.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 143 | 0 | 0.20 | 0.34 | 0.15 | 23.84 | 0.48 | 0.7 |
| Hex | D8 | AC | 8F | 0 | 14 | 22 | F | 18 | 30 | 46 |
| Octal | 330 | 254 | 217 | 0 | 24 | 42 | 17 | 30 | 60 | 106 |
| Binary | 11011000 | 10101100 | 10001111 | 0 | 10100 | 100010 | 1111 | 11000 | 110000 | 1000110 |
Color Harmonies of #D8AC8F
Complementary color
Monochromatic Colors of #D8AC8F
Black with #D8AC8F
Text Example
Text Example
White with #D8AC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC8F; }
p { color: rgb(216,172,143); }
H1.HeaderClassName
{
color: #D8AC8F;
}
.AnyTagClassName
{
color: #D8AC8F;
}
</style>
background-color css
<style>
a { background-color: #D8AC8F; }
a { background-color: rgb(216,172,143); }
div.DivClassName
{
background-color: #D8AC8F;
}
.BgClassName
{
background-color: #D8AC8F;
}
</style>
border-color css
<style>
span { border-color: #D8AC8F; }
span { border-color: rgb(216,172,143); }
td.TdClassName
{
border-color: #D8AC8F;
}
.TagClassName
{
border-color: #D8AC8F;
}
</style>