Shades of Cashmere #D5AD94
Tints of Cashmere #D5AD94
RGB
CMYK
RGB Variations
Color information
#D5AD94 (or 0xD5AD94) is known color: Cashmere. HEX triplet: D5, AD and 94. RGB value is (213,173,148). Sum of RGB (Red+Green+Blue) = 213+173+148=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD94 is #2A526B. Grayscale: #B6B6B6. Windows color (decimal): -2773612 or 9743829. OLE color: 9743829.
HSL color Cylindrical-coordinate representation of color #D5AD94: hue angle of 23.08º 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 #D5AD94 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 148 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.16 |
| HSL | 23.08º | 0.44% | 0.71% | - |
| HSV(B) | 23.08º | 0.31% | 0.84% | - |
| XYZ | 47.73 | 46.17 | 34.41 | - |
| YUV | 182.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 148 | 0 | 0.19 | 0.31 | 0.16 | 23.08 | 0.44 | 0.71 |
| Hex | D5 | AD | 94 | 0 | 13 | 1F | 10 | 17 | 2C | 47 |
| Octal | 325 | 255 | 224 | 0 | 23 | 37 | 20 | 27 | 54 | 107 |
| Binary | 11010101 | 10101101 | 10010100 | 0 | 10011 | 11111 | 10000 | 10111 | 101100 | 1000111 |
Color Harmonies of #D5AD94
Complementary color
Monochromatic Colors of #D5AD94
Black with #D5AD94
Text Example
Text Example
White with #D5AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD94; }
p { color: rgb(213,173,148); }
H1.HeaderClassName
{
color: #D5AD94;
}
.AnyTagClassName
{
color: #D5AD94;
}
</style>
background-color css
<style>
a { background-color: #D5AD94; }
a { background-color: rgb(213,173,148); }
div.DivClassName
{
background-color: #D5AD94;
}
.BgClassName
{
background-color: #D5AD94;
}
</style>
border-color css
<style>
span { border-color: #D5AD94; }
span { border-color: rgb(213,173,148); }
td.TdClassName
{
border-color: #D5AD94;
}
.TagClassName
{
border-color: #D5AD94;
}
</style>