Shades of Cashmere #D5AD93
Tints of Cashmere #D5AD93
RGB
CMYK
RGB Variations
Color information
#D5AD93 (or 0xD5AD93) is known color: Cashmere. HEX triplet: D5, AD and 93. RGB value is (213,173,147). Sum of RGB (Red+Green+Blue) = 213+173+147=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD93 is #2A526C. Grayscale: #B6B6B6. Windows color (decimal): -2773613 or 9678293. OLE color: 9678293.
HSL color Cylindrical-coordinate representation of color #D5AD93: hue angle of 23.64º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5AD93 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 147 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.16 |
| HSL | 23.64º | 0.44% | 0.71% | - |
| HSV(B) | 23.64º | 0.31% | 0.84% | - |
| XYZ | 47.65 | 46.14 | 34 | - |
| YUV | 182 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 147 | 0 | 0.19 | 0.31 | 0.16 | 23.64 | 0.44 | 0.71 |
| Hex | D5 | AD | 93 | 0 | 13 | 1F | 10 | 18 | 2C | 47 |
| Octal | 325 | 255 | 223 | 0 | 23 | 37 | 20 | 30 | 54 | 107 |
| Binary | 11010101 | 10101101 | 10010011 | 0 | 10011 | 11111 | 10000 | 11000 | 101100 | 1000111 |
Color Harmonies of #D5AD93
Complementary color
Monochromatic Colors of #D5AD93
Black with #D5AD93
Text Example
Text Example
White with #D5AD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD93; }
p { color: rgb(213,173,147); }
H1.HeaderClassName
{
color: #D5AD93;
}
.AnyTagClassName
{
color: #D5AD93;
}
</style>
background-color css
<style>
a { background-color: #D5AD93; }
a { background-color: rgb(213,173,147); }
div.DivClassName
{
background-color: #D5AD93;
}
.BgClassName
{
background-color: #D5AD93;
}
</style>
border-color css
<style>
span { border-color: #D5AD93; }
span { border-color: rgb(213,173,147); }
td.TdClassName
{
border-color: #D5AD93;
}
.TagClassName
{
border-color: #D5AD93;
}
</style>