Shades of Cashmere #D1AD93
Tints of Cashmere #D1AD93
RGB
CMYK
RGB Variations
Color information
#D1AD93 (or 0xD1AD93) is known color: Cashmere. HEX triplet: D1, AD and 93. RGB value is (209,173,147). Sum of RGB (Red+Green+Blue) = 209+173+147=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD93 is #2E526C. Grayscale: #B4B4B4. Windows color (decimal): -3035757 or 9678289. OLE color: 9678289.
HSL color Cylindrical-coordinate representation of color #D1AD93: hue angle of 25.16º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1AD93 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 147 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.18 |
| HSL | 25.16º | 0.4% | 0.7% | - |
| HSV(B) | 25.16º | 0.3% | 0.82% | - |
| XYZ | 46.5 | 45.55 | 33.94 | - |
| YUV | 180.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 147 | 0 | 0.17 | 0.30 | 0.18 | 25.16 | 0.4 | 0.7 |
| Hex | D1 | AD | 93 | 0 | 11 | 1E | 12 | 19 | 28 | 46 |
| Octal | 321 | 255 | 223 | 0 | 21 | 36 | 22 | 31 | 50 | 106 |
| Binary | 11010001 | 10101101 | 10010011 | 0 | 10001 | 11110 | 10010 | 11001 | 101000 | 1000110 |
Color Harmonies of #D1AD93
Complementary color
Monochromatic Colors of #D1AD93
Black with #D1AD93
Text Example
Text Example
White with #D1AD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD93; }
p { color: rgb(209,173,147); }
H1.HeaderClassName
{
color: #D1AD93;
}
.AnyTagClassName
{
color: #D1AD93;
}
</style>
background-color css
<style>
a { background-color: #D1AD93; }
a { background-color: rgb(209,173,147); }
div.DivClassName
{
background-color: #D1AD93;
}
.BgClassName
{
background-color: #D1AD93;
}
</style>
border-color css
<style>
span { border-color: #D1AD93; }
span { border-color: rgb(209,173,147); }
td.TdClassName
{
border-color: #D1AD93;
}
.TagClassName
{
border-color: #D1AD93;
}
</style>