Shades of Cashmere #D0AF98
Tints of Cashmere #D0AF98
RGB
CMYK
RGB Variations
Color information
#D0AF98 (or 0xD0AF98) is known color: Cashmere. HEX triplet: D0, AF and 98. RGB value is (208,175,152). Sum of RGB (Red+Green+Blue) = 208+175+152=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF98 is #2F5067. Grayscale: #B6B6B6. Windows color (decimal): -3100776 or 10006480. OLE color: 10006480.
HSL color Cylindrical-coordinate representation of color #D0AF98: hue angle of 24.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0AF98 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 152 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.18 |
| HSL | 24.64º | 0.37% | 0.71% | - |
| HSV(B) | 24.64º | 0.27% | 0.82% | - |
| XYZ | 47.01 | 46.34 | 36.17 | - |
| YUV | 182.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 152 | 0 | 0.16 | 0.27 | 0.18 | 24.64 | 0.37 | 0.71 |
| Hex | D0 | AF | 98 | 0 | 10 | 1B | 12 | 19 | 25 | 47 |
| Octal | 320 | 257 | 230 | 0 | 20 | 33 | 22 | 31 | 45 | 107 |
| Binary | 11010000 | 10101111 | 10011000 | 0 | 10000 | 11011 | 10010 | 11001 | 100101 | 1000111 |
Color Harmonies of #D0AF98
Complementary color
Monochromatic Colors of #D0AF98
Black with #D0AF98
Text Example
Text Example
White with #D0AF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF98; }
p { color: rgb(208,175,152); }
H1.HeaderClassName
{
color: #D0AF98;
}
.AnyTagClassName
{
color: #D0AF98;
}
</style>
background-color css
<style>
a { background-color: #D0AF98; }
a { background-color: rgb(208,175,152); }
div.DivClassName
{
background-color: #D0AF98;
}
.BgClassName
{
background-color: #D0AF98;
}
</style>
border-color css
<style>
span { border-color: #D0AF98; }
span { border-color: rgb(208,175,152); }
td.TdClassName
{
border-color: #D0AF98;
}
.TagClassName
{
border-color: #D0AF98;
}
</style>