Shades of Cashmere #D3AC9A
Tints of Cashmere #D3AC9A
RGB
CMYK
RGB Variations
Color information
#D3AC9A (or 0xD3AC9A) is known color: Cashmere. HEX triplet: D3, AC and 9A. RGB value is (211,172,154). Sum of RGB (Red+Green+Blue) = 211+172+154=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AC9A is #2C5365. Grayscale: #B5B5B5. Windows color (decimal): -2904934 or 10136787. OLE color: 10136787.
HSL color Cylindrical-coordinate representation of color #D3AC9A: hue angle of 18.95º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3AC9A is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 154 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.17 |
| HSL | 18.95º | 0.39% | 0.72% | - |
| HSV(B) | 18.95º | 0.27% | 0.83% | - |
| XYZ | 47.45 | 45.69 | 36.89 | - |
| YUV | 181.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 154 | 0 | 0.18 | 0.27 | 0.17 | 18.95 | 0.39 | 0.72 |
| Hex | D3 | AC | 9A | 0 | 12 | 1B | 11 | 13 | 27 | 48 |
| Octal | 323 | 254 | 232 | 0 | 22 | 33 | 21 | 23 | 47 | 110 |
| Binary | 11010011 | 10101100 | 10011010 | 0 | 10010 | 11011 | 10001 | 10011 | 100111 | 1001000 |
Color Harmonies of #D3AC9A
Complementary color
Monochromatic Colors of #D3AC9A
Black with #D3AC9A
Text Example
Text Example
White with #D3AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC9A; }
p { color: rgb(211,172,154); }
H1.HeaderClassName
{
color: #D3AC9A;
}
.AnyTagClassName
{
color: #D3AC9A;
}
</style>
background-color css
<style>
a { background-color: #D3AC9A; }
a { background-color: rgb(211,172,154); }
div.DivClassName
{
background-color: #D3AC9A;
}
.BgClassName
{
background-color: #D3AC9A;
}
</style>
border-color css
<style>
span { border-color: #D3AC9A; }
span { border-color: rgb(211,172,154); }
td.TdClassName
{
border-color: #D3AC9A;
}
.TagClassName
{
border-color: #D3AC9A;
}
</style>