Shades of Cashmere #D4AD92
Tints of Cashmere #D4AD92
RGB
CMYK
RGB Variations
Color information
#D4AD92 (or 0xD4AD92) is known color: Cashmere. HEX triplet: D4, AD and 92. RGB value is (212,173,146). Sum of RGB (Red+Green+Blue) = 212+173+146=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD92 is #2B526D. Grayscale: #B5B5B5. Windows color (decimal): -2839150 or 9612756. OLE color: 9612756.
HSL color Cylindrical-coordinate representation of color #D4AD92: hue angle of 24.55º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4AD92 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 146 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.17 |
| HSL | 24.55º | 0.43% | 0.7% | - |
| HSV(B) | 24.55º | 0.31% | 0.83% | - |
| XYZ | 47.28 | 45.96 | 33.57 | - |
| YUV | 181.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 146 | 0 | 0.18 | 0.31 | 0.17 | 24.55 | 0.43 | 0.7 |
| Hex | D4 | AD | 92 | 0 | 12 | 1F | 11 | 19 | 2B | 46 |
| Octal | 324 | 255 | 222 | 0 | 22 | 37 | 21 | 31 | 53 | 106 |
| Binary | 11010100 | 10101101 | 10010010 | 0 | 10010 | 11111 | 10001 | 11001 | 101011 | 1000110 |
Color Harmonies of #D4AD92
Complementary color
Monochromatic Colors of #D4AD92
Black with #D4AD92
Text Example
Text Example
White with #D4AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD92; }
p { color: rgb(212,173,146); }
H1.HeaderClassName
{
color: #D4AD92;
}
.AnyTagClassName
{
color: #D4AD92;
}
</style>
background-color css
<style>
a { background-color: #D4AD92; }
a { background-color: rgb(212,173,146); }
div.DivClassName
{
background-color: #D4AD92;
}
.BgClassName
{
background-color: #D4AD92;
}
</style>
border-color css
<style>
span { border-color: #D4AD92; }
span { border-color: rgb(212,173,146); }
td.TdClassName
{
border-color: #D4AD92;
}
.TagClassName
{
border-color: #D4AD92;
}
</style>