Shades of Cashmere #D2AD98
Tints of Cashmere #D2AD98
RGB
CMYK
RGB Variations
Color information
#D2AD98 (or 0xD2AD98) is known color: Cashmere. HEX triplet: D2, AD and 98. RGB value is (210,173,152). Sum of RGB (Red+Green+Blue) = 210+173+152=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD98 is #2D5267. Grayscale: #B5B5B5. Windows color (decimal): -2970216 or 10005970. OLE color: 10005970.
HSL color Cylindrical-coordinate representation of color #D2AD98: hue angle of 21.72º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2AD98 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 152 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.18 |
| HSL | 21.72º | 0.39% | 0.71% | - |
| HSV(B) | 21.72º | 0.28% | 0.82% | - |
| XYZ | 47.19 | 45.86 | 36.07 | - |
| YUV | 181.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 152 | 0 | 0.18 | 0.28 | 0.18 | 21.72 | 0.39 | 0.71 |
| Hex | D2 | AD | 98 | 0 | 12 | 1C | 12 | 16 | 27 | 47 |
| Octal | 322 | 255 | 230 | 0 | 22 | 34 | 22 | 26 | 47 | 107 |
| Binary | 11010010 | 10101101 | 10011000 | 0 | 10010 | 11100 | 10010 | 10110 | 100111 | 1000111 |
Color Harmonies of #D2AD98
Complementary color
Monochromatic Colors of #D2AD98
Black with #D2AD98
Text Example
Text Example
White with #D2AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD98; }
p { color: rgb(210,173,152); }
H1.HeaderClassName
{
color: #D2AD98;
}
.AnyTagClassName
{
color: #D2AD98;
}
</style>
background-color css
<style>
a { background-color: #D2AD98; }
a { background-color: rgb(210,173,152); }
div.DivClassName
{
background-color: #D2AD98;
}
.BgClassName
{
background-color: #D2AD98;
}
</style>
border-color css
<style>
span { border-color: #D2AD98; }
span { border-color: rgb(210,173,152); }
td.TdClassName
{
border-color: #D2AD98;
}
.TagClassName
{
border-color: #D2AD98;
}
</style>