Shades of Cashmere #D5AD9A
Tints of Cashmere #D5AD9A
RGB
CMYK
RGB Variations
Color information
#D5AD9A (or 0xD5AD9A) is known color: Cashmere. HEX triplet: D5, AD and 9A. RGB value is (213,173,154). Sum of RGB (Red+Green+Blue) = 213+173+154=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD9A is #2A5265. Grayscale: #B6B6B6. Windows color (decimal): -2773606 or 10137045. OLE color: 10137045.
HSL color Cylindrical-coordinate representation of color #D5AD9A: hue angle of 19.32º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5AD9A is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 154 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.16 |
| HSL | 19.32º | 0.41% | 0.72% | - |
| HSV(B) | 19.32º | 0.28% | 0.84% | - |
| XYZ | 48.22 | 46.37 | 36.98 | - |
| YUV | 182.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 154 | 0 | 0.19 | 0.28 | 0.16 | 19.32 | 0.41 | 0.72 |
| Hex | D5 | AD | 9A | 0 | 13 | 1C | 10 | 13 | 29 | 48 |
| Octal | 325 | 255 | 232 | 0 | 23 | 34 | 20 | 23 | 51 | 110 |
| Binary | 11010101 | 10101101 | 10011010 | 0 | 10011 | 11100 | 10000 | 10011 | 101001 | 1001000 |
Color Harmonies of #D5AD9A
Complementary color
Monochromatic Colors of #D5AD9A
Black with #D5AD9A
Text Example
Text Example
White with #D5AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD9A; }
p { color: rgb(213,173,154); }
H1.HeaderClassName
{
color: #D5AD9A;
}
.AnyTagClassName
{
color: #D5AD9A;
}
</style>
background-color css
<style>
a { background-color: #D5AD9A; }
a { background-color: rgb(213,173,154); }
div.DivClassName
{
background-color: #D5AD9A;
}
.BgClassName
{
background-color: #D5AD9A;
}
</style>
border-color css
<style>
span { border-color: #D5AD9A; }
span { border-color: rgb(213,173,154); }
td.TdClassName
{
border-color: #D5AD9A;
}
.TagClassName
{
border-color: #D5AD9A;
}
</style>