Shades of Cashmere #D0AC9A
Tints of Cashmere #D0AC9A
RGB
CMYK
RGB Variations
Color information
#D0AC9A (or 0xD0AC9A) is known color: Cashmere. HEX triplet: D0, AC and 9A. RGB value is (208,172,154). Sum of RGB (Red+Green+Blue) = 208+172+154=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC9A is #2F5365. Grayscale: #B4B4B4. Windows color (decimal): -3101542 or 10136784. OLE color: 10136784.
HSL color Cylindrical-coordinate representation of color #D0AC9A: hue angle of 20º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0AC9A is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 154 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.18 |
| HSL | 20º | 0.36% | 0.71% | - |
| HSV(B) | 20º | 0.26% | 0.82% | - |
| XYZ | 46.6 | 45.25 | 36.85 | - |
| YUV | 180.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 154 | 0 | 0.17 | 0.26 | 0.18 | 20 | 0.36 | 0.71 |
| Hex | D0 | AC | 9A | 0 | 11 | 1A | 12 | 14 | 24 | 47 |
| Octal | 320 | 254 | 232 | 0 | 21 | 32 | 22 | 24 | 44 | 107 |
| Binary | 11010000 | 10101100 | 10011010 | 0 | 10001 | 11010 | 10010 | 10100 | 100100 | 1000111 |
Color Harmonies of #D0AC9A
Complementary color
Monochromatic Colors of #D0AC9A
Black with #D0AC9A
Text Example
Text Example
White with #D0AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC9A; }
p { color: rgb(208,172,154); }
H1.HeaderClassName
{
color: #D0AC9A;
}
.AnyTagClassName
{
color: #D0AC9A;
}
</style>
background-color css
<style>
a { background-color: #D0AC9A; }
a { background-color: rgb(208,172,154); }
div.DivClassName
{
background-color: #D0AC9A;
}
.BgClassName
{
background-color: #D0AC9A;
}
</style>
border-color css
<style>
span { border-color: #D0AC9A; }
span { border-color: rgb(208,172,154); }
td.TdClassName
{
border-color: #D0AC9A;
}
.TagClassName
{
border-color: #D0AC9A;
}
</style>