Shades of Cashmere #D3AD9B
Tints of Cashmere #D3AD9B
RGB
CMYK
RGB Variations
Color information
#D3AD9B (or 0xD3AD9B) is known color: Cashmere. HEX triplet: D3, AD and 9B. RGB value is (211,173,155). Sum of RGB (Red+Green+Blue) = 211+173+155=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AD9B is #2C5264. Grayscale: #B6B6B6. Windows color (decimal): -2904677 or 10202579. OLE color: 10202579.
HSL color Cylindrical-coordinate representation of color #D3AD9B: hue angle of 19.29º 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 #D3AD9B is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 155 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.17 |
| HSL | 19.29º | 0.39% | 0.72% | - |
| HSV(B) | 19.29º | 0.27% | 0.83% | - |
| XYZ | 47.72 | 46.1 | 37.39 | - |
| YUV | 182.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 155 | 0 | 0.18 | 0.27 | 0.17 | 19.29 | 0.39 | 0.72 |
| Hex | D3 | AD | 9B | 0 | 12 | 1B | 11 | 13 | 27 | 48 |
| Octal | 323 | 255 | 233 | 0 | 22 | 33 | 21 | 23 | 47 | 110 |
| Binary | 11010011 | 10101101 | 10011011 | 0 | 10010 | 11011 | 10001 | 10011 | 100111 | 1001000 |
Color Harmonies of #D3AD9B
Complementary color
Monochromatic Colors of #D3AD9B
Black with #D3AD9B
Text Example
Text Example
White with #D3AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD9B; }
p { color: rgb(211,173,155); }
H1.HeaderClassName
{
color: #D3AD9B;
}
.AnyTagClassName
{
color: #D3AD9B;
}
</style>
background-color css
<style>
a { background-color: #D3AD9B; }
a { background-color: rgb(211,173,155); }
div.DivClassName
{
background-color: #D3AD9B;
}
.BgClassName
{
background-color: #D3AD9B;
}
</style>
border-color css
<style>
span { border-color: #D3AD9B; }
span { border-color: rgb(211,173,155); }
td.TdClassName
{
border-color: #D3AD9B;
}
.TagClassName
{
border-color: #D3AD9B;
}
</style>