Shades of Cashmere #D0AD9A
Tints of Cashmere #D0AD9A
RGB
CMYK
RGB Variations
Color information
#D0AD9A (or 0xD0AD9A) is known color: Cashmere. HEX triplet: D0, AD and 9A. RGB value is (208,173,154). Sum of RGB (Red+Green+Blue) = 208+173+154=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD9A is #2F5265. Grayscale: #B5B5B5. Windows color (decimal): -3101286 or 10137040. OLE color: 10137040.
HSL color Cylindrical-coordinate representation of color #D0AD9A: hue angle of 21.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0AD9A is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 154 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.18 |
| HSL | 21.11º | 0.36% | 0.71% | - |
| HSV(B) | 21.11º | 0.26% | 0.82% | - |
| XYZ | 46.79 | 45.63 | 36.91 | - |
| YUV | 181.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 154 | 0 | 0.17 | 0.26 | 0.18 | 21.11 | 0.36 | 0.71 |
| Hex | D0 | AD | 9A | 0 | 11 | 1A | 12 | 15 | 24 | 47 |
| Octal | 320 | 255 | 232 | 0 | 21 | 32 | 22 | 25 | 44 | 107 |
| Binary | 11010000 | 10101101 | 10011010 | 0 | 10001 | 11010 | 10010 | 10101 | 100100 | 1000111 |
Color Harmonies of #D0AD9A
Complementary color
Monochromatic Colors of #D0AD9A
Black with #D0AD9A
Text Example
Text Example
White with #D0AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD9A; }
p { color: rgb(208,173,154); }
H1.HeaderClassName
{
color: #D0AD9A;
}
.AnyTagClassName
{
color: #D0AD9A;
}
</style>
background-color css
<style>
a { background-color: #D0AD9A; }
a { background-color: rgb(208,173,154); }
div.DivClassName
{
background-color: #D0AD9A;
}
.BgClassName
{
background-color: #D0AD9A;
}
</style>
border-color css
<style>
span { border-color: #D0AD9A; }
span { border-color: rgb(208,173,154); }
td.TdClassName
{
border-color: #D0AD9A;
}
.TagClassName
{
border-color: #D0AD9A;
}
</style>