Shades of Cashmere #D3AC93
Tints of Cashmere #D3AC93
RGB
CMYK
RGB Variations
Color information
#D3AC93 (or 0xD3AC93) is known color: Cashmere. HEX triplet: D3, AC and 93. RGB value is (211,172,147). Sum of RGB (Red+Green+Blue) = 211+172+147=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AC93 is #2C536C. Grayscale: #B4B4B4. Windows color (decimal): -2904941 or 9678035. OLE color: 9678035.
HSL color Cylindrical-coordinate representation of color #D3AC93: hue angle of 23.44º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3AC93 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 147 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.17 |
| HSL | 23.44º | 0.42% | 0.7% | - |
| HSV(B) | 23.44º | 0.3% | 0.83% | - |
| XYZ | 46.88 | 45.46 | 33.91 | - |
| YUV | 180.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 147 | 0 | 0.18 | 0.30 | 0.17 | 23.44 | 0.42 | 0.7 |
| Hex | D3 | AC | 93 | 0 | 12 | 1E | 11 | 17 | 2A | 46 |
| Octal | 323 | 254 | 223 | 0 | 22 | 36 | 21 | 27 | 52 | 106 |
| Binary | 11010011 | 10101100 | 10010011 | 0 | 10010 | 11110 | 10001 | 10111 | 101010 | 1000110 |
Color Harmonies of #D3AC93
Complementary color
Monochromatic Colors of #D3AC93
Black with #D3AC93
Text Example
Text Example
White with #D3AC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC93; }
p { color: rgb(211,172,147); }
H1.HeaderClassName
{
color: #D3AC93;
}
.AnyTagClassName
{
color: #D3AC93;
}
</style>
background-color css
<style>
a { background-color: #D3AC93; }
a { background-color: rgb(211,172,147); }
div.DivClassName
{
background-color: #D3AC93;
}
.BgClassName
{
background-color: #D3AC93;
}
</style>
border-color css
<style>
span { border-color: #D3AC93; }
span { border-color: rgb(211,172,147); }
td.TdClassName
{
border-color: #D3AC93;
}
.TagClassName
{
border-color: #D3AC93;
}
</style>