Shades of Cashmere #D6AE96
Tints of Cashmere #D6AE96
RGB
CMYK
RGB Variations
Color information
#D6AE96 (or 0xD6AE96) is known color: Cashmere. HEX triplet: D6, AE and 96. RGB value is (214,174,150). Sum of RGB (Red+Green+Blue) = 214+174+150=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AE96 is #295169. Grayscale: #B7B7B7. Windows color (decimal): -2707818 or 9875158. OLE color: 9875158.
HSL color Cylindrical-coordinate representation of color #D6AE96: hue angle of 22.5º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6AE96 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 174 | 150 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.16 |
| HSL | 22.5º | 0.44% | 0.71% | - |
| HSV(B) | 22.5º | 0.3% | 0.84% | - |
| XYZ | 48.37 | 46.77 | 35.33 | - |
| YUV | 183.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 174 | 150 | 0 | 0.19 | 0.30 | 0.16 | 22.5 | 0.44 | 0.71 |
| Hex | D6 | AE | 96 | 0 | 13 | 1E | 10 | 16 | 2C | 47 |
| Octal | 326 | 256 | 226 | 0 | 23 | 36 | 20 | 26 | 54 | 107 |
| Binary | 11010110 | 10101110 | 10010110 | 0 | 10011 | 11110 | 10000 | 10110 | 101100 | 1000111 |
Color Harmonies of #D6AE96
Complementary color
Monochromatic Colors of #D6AE96
Black with #D6AE96
Text Example
Text Example
White with #D6AE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AE96; }
p { color: rgb(214,174,150); }
H1.HeaderClassName
{
color: #D6AE96;
}
.AnyTagClassName
{
color: #D6AE96;
}
</style>
background-color css
<style>
a { background-color: #D6AE96; }
a { background-color: rgb(214,174,150); }
div.DivClassName
{
background-color: #D6AE96;
}
.BgClassName
{
background-color: #D6AE96;
}
</style>
border-color css
<style>
span { border-color: #D6AE96; }
span { border-color: rgb(214,174,150); }
td.TdClassName
{
border-color: #D6AE96;
}
.TagClassName
{
border-color: #D6AE96;
}
</style>