Shades of Cashmere #D2AD92
Tints of Cashmere #D2AD92
RGB
CMYK
RGB Variations
Color information
#D2AD92 (or 0xD2AD92) is known color: Cashmere. HEX triplet: D2, AD and 92. RGB value is (210,173,146). Sum of RGB (Red+Green+Blue) = 210+173+146=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD92 is #2D526D. Grayscale: #B5B5B5. Windows color (decimal): -2970222 or 9612754. OLE color: 9612754.
HSL color Cylindrical-coordinate representation of color #D2AD92: hue angle of 25.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2AD92 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 146 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.18 |
| HSL | 25.31º | 0.42% | 0.7% | - |
| HSV(B) | 25.31º | 0.3% | 0.82% | - |
| XYZ | 46.71 | 45.66 | 33.55 | - |
| YUV | 180.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 146 | 0 | 0.18 | 0.30 | 0.18 | 25.31 | 0.42 | 0.7 |
| Hex | D2 | AD | 92 | 0 | 12 | 1E | 12 | 19 | 2A | 46 |
| Octal | 322 | 255 | 222 | 0 | 22 | 36 | 22 | 31 | 52 | 106 |
| Binary | 11010010 | 10101101 | 10010010 | 0 | 10010 | 11110 | 10010 | 11001 | 101010 | 1000110 |
Color Harmonies of #D2AD92
Complementary color
Monochromatic Colors of #D2AD92
Black with #D2AD92
Text Example
Text Example
White with #D2AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD92; }
p { color: rgb(210,173,146); }
H1.HeaderClassName
{
color: #D2AD92;
}
.AnyTagClassName
{
color: #D2AD92;
}
</style>
background-color css
<style>
a { background-color: #D2AD92; }
a { background-color: rgb(210,173,146); }
div.DivClassName
{
background-color: #D2AD92;
}
.BgClassName
{
background-color: #D2AD92;
}
</style>
border-color css
<style>
span { border-color: #D2AD92; }
span { border-color: rgb(210,173,146); }
td.TdClassName
{
border-color: #D2AD92;
}
.TagClassName
{
border-color: #D2AD92;
}
</style>