Shades of Cashmere #D0AF9B
Tints of Cashmere #D0AF9B
RGB
CMYK
RGB Variations
Color information
#D0AF9B (or 0xD0AF9B) is known color: Cashmere. HEX triplet: D0, AF and 9B. RGB value is (208,175,155). Sum of RGB (Red+Green+Blue) = 208+175+155=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF9B is #2F5064. Grayscale: #B6B6B6. Windows color (decimal): -3100773 or 10203088. OLE color: 10203088.
HSL color Cylindrical-coordinate representation of color #D0AF9B: hue angle of 22.64º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0AF9B is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 155 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.18 |
| HSL | 22.64º | 0.36% | 0.71% | - |
| HSV(B) | 22.64º | 0.25% | 0.82% | - |
| XYZ | 47.26 | 46.44 | 37.48 | - |
| YUV | 182.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 155 | 0 | 0.16 | 0.25 | 0.18 | 22.64 | 0.36 | 0.71 |
| Hex | D0 | AF | 9B | 0 | 10 | 19 | 12 | 17 | 24 | 47 |
| Octal | 320 | 257 | 233 | 0 | 20 | 31 | 22 | 27 | 44 | 107 |
| Binary | 11010000 | 10101111 | 10011011 | 0 | 10000 | 11001 | 10010 | 10111 | 100100 | 1000111 |
Color Harmonies of #D0AF9B
Complementary color
Monochromatic Colors of #D0AF9B
Black with #D0AF9B
Text Example
Text Example
White with #D0AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF9B; }
p { color: rgb(208,175,155); }
H1.HeaderClassName
{
color: #D0AF9B;
}
.AnyTagClassName
{
color: #D0AF9B;
}
</style>
background-color css
<style>
a { background-color: #D0AF9B; }
a { background-color: rgb(208,175,155); }
div.DivClassName
{
background-color: #D0AF9B;
}
.BgClassName
{
background-color: #D0AF9B;
}
</style>
border-color css
<style>
span { border-color: #D0AF9B; }
span { border-color: rgb(208,175,155); }
td.TdClassName
{
border-color: #D0AF9B;
}
.TagClassName
{
border-color: #D0AF9B;
}
</style>