Shades of Cashmere #D3AD99
Tints of Cashmere #D3AD99
RGB
CMYK
RGB Variations
Color information
#D3AD99 (or 0xD3AD99) is known color: Cashmere. HEX triplet: D3, AD and 99. RGB value is (211,173,153). Sum of RGB (Red+Green+Blue) = 211+173+153=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AD99 is #2C5266. Grayscale: #B6B6B6. Windows color (decimal): -2904679 or 10071507. OLE color: 10071507.
HSL color Cylindrical-coordinate representation of color #D3AD99: hue angle of 20.69º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3AD99 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 153 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.17 |
| HSL | 20.69º | 0.4% | 0.71% | - |
| HSV(B) | 20.69º | 0.27% | 0.83% | - |
| XYZ | 47.56 | 46.04 | 36.52 | - |
| YUV | 182.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 153 | 0 | 0.18 | 0.27 | 0.17 | 20.69 | 0.4 | 0.71 |
| Hex | D3 | AD | 99 | 0 | 12 | 1B | 11 | 15 | 28 | 47 |
| Octal | 323 | 255 | 231 | 0 | 22 | 33 | 21 | 25 | 50 | 107 |
| Binary | 11010011 | 10101101 | 10011001 | 0 | 10010 | 11011 | 10001 | 10101 | 101000 | 1000111 |
Color Harmonies of #D3AD99
Complementary color
Monochromatic Colors of #D3AD99
Black with #D3AD99
Text Example
Text Example
White with #D3AD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD99; }
p { color: rgb(211,173,153); }
H1.HeaderClassName
{
color: #D3AD99;
}
.AnyTagClassName
{
color: #D3AD99;
}
</style>
background-color css
<style>
a { background-color: #D3AD99; }
a { background-color: rgb(211,173,153); }
div.DivClassName
{
background-color: #D3AD99;
}
.BgClassName
{
background-color: #D3AD99;
}
</style>
border-color css
<style>
span { border-color: #D3AD99; }
span { border-color: rgb(211,173,153); }
td.TdClassName
{
border-color: #D3AD99;
}
.TagClassName
{
border-color: #D3AD99;
}
</style>