Shades of Cashmere #D6AF99
Tints of Cashmere #D6AF99
RGB
CMYK
RGB Variations
Color information
#D6AF99 (or 0xD6AF99) is known color: Cashmere. HEX triplet: D6, AF and 99. RGB value is (214,175,153). Sum of RGB (Red+Green+Blue) = 214+175+153=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF99 is #295066. Grayscale: #B8B8B8. Windows color (decimal): -2707559 or 10072022. OLE color: 10072022.
HSL color Cylindrical-coordinate representation of color #D6AF99: hue angle of 21.64º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6AF99 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 153 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.16 |
| HSL | 21.64º | 0.43% | 0.72% | - |
| HSV(B) | 21.64º | 0.29% | 0.84% | - |
| XYZ | 48.81 | 47.26 | 36.69 | - |
| YUV | 184.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 153 | 0 | 0.18 | 0.29 | 0.16 | 21.64 | 0.43 | 0.72 |
| Hex | D6 | AF | 99 | 0 | 12 | 1D | 10 | 16 | 2B | 48 |
| Octal | 326 | 257 | 231 | 0 | 22 | 35 | 20 | 26 | 53 | 110 |
| Binary | 11010110 | 10101111 | 10011001 | 0 | 10010 | 11101 | 10000 | 10110 | 101011 | 1001000 |
Color Harmonies of #D6AF99
Complementary color
Monochromatic Colors of #D6AF99
Black with #D6AF99
Text Example
Text Example
White with #D6AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF99; }
p { color: rgb(214,175,153); }
H1.HeaderClassName
{
color: #D6AF99;
}
.AnyTagClassName
{
color: #D6AF99;
}
</style>
background-color css
<style>
a { background-color: #D6AF99; }
a { background-color: rgb(214,175,153); }
div.DivClassName
{
background-color: #D6AF99;
}
.BgClassName
{
background-color: #D6AF99;
}
</style>
border-color css
<style>
span { border-color: #D6AF99; }
span { border-color: rgb(214,175,153); }
td.TdClassName
{
border-color: #D6AF99;
}
.TagClassName
{
border-color: #D6AF99;
}
</style>