Shades of Cashmere #D3AB93
Tints of Cashmere #D3AB93
RGB
CMYK
RGB Variations
Color information
#D3AB93 (or 0xD3AB93) is known color: Cashmere. HEX triplet: D3, AB and 93. RGB value is (211,171,147). Sum of RGB (Red+Green+Blue) = 211+171+147=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AB93 is #2C546C. Grayscale: #B4B4B4. Windows color (decimal): -2905197 or 9677779. OLE color: 9677779.
HSL color Cylindrical-coordinate representation of color #D3AB93: hue angle of 22.5º 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 #D3AB93 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 147 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.17 |
| HSL | 22.5º | 0.42% | 0.7% | - |
| HSV(B) | 22.5º | 0.3% | 0.83% | - |
| XYZ | 46.69 | 45.08 | 33.84 | - |
| YUV | 180.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 147 | 0 | 0.19 | 0.30 | 0.17 | 22.5 | 0.42 | 0.7 |
| Hex | D3 | AB | 93 | 0 | 13 | 1E | 11 | 16 | 2A | 46 |
| Octal | 323 | 253 | 223 | 0 | 23 | 36 | 21 | 26 | 52 | 106 |
| Binary | 11010011 | 10101011 | 10010011 | 0 | 10011 | 11110 | 10001 | 10110 | 101010 | 1000110 |
Color Harmonies of #D3AB93
Complementary color
Monochromatic Colors of #D3AB93
Black with #D3AB93
Text Example
Text Example
White with #D3AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB93; }
p { color: rgb(211,171,147); }
H1.HeaderClassName
{
color: #D3AB93;
}
.AnyTagClassName
{
color: #D3AB93;
}
</style>
background-color css
<style>
a { background-color: #D3AB93; }
a { background-color: rgb(211,171,147); }
div.DivClassName
{
background-color: #D3AB93;
}
.BgClassName
{
background-color: #D3AB93;
}
</style>
border-color css
<style>
span { border-color: #D3AB93; }
span { border-color: rgb(211,171,147); }
td.TdClassName
{
border-color: #D3AB93;
}
.TagClassName
{
border-color: #D3AB93;
}
</style>