Shades of Cashmere #D6B99D
Tints of Cashmere #D6B99D
RGB
CMYK
RGB Variations
Color information
#D6B99D (or 0xD6B99D) is known color: Cashmere. HEX triplet: D6, B9 and 9D. RGB value is (214,185,157). Sum of RGB (Red+Green+Blue) = 214+185+157=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B99D is #294662. Grayscale: #BEBEBE. Windows color (decimal): -2704995 or 10336726. OLE color: 10336726.
HSL color Cylindrical-coordinate representation of color #D6B99D: hue angle of 29.47º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6B99D is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 157 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.16 |
| HSL | 29.47º | 0.41% | 0.73% | - |
| HSV(B) | 29.47º | 0.27% | 0.84% | - |
| XYZ | 51.17 | 51.43 | 39.13 | - |
| YUV | 190.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 157 | 0 | 0.14 | 0.27 | 0.16 | 29.47 | 0.41 | 0.73 |
| Hex | D6 | B9 | 9D | 0 | E | 1B | 10 | 1D | 29 | 49 |
| Octal | 326 | 271 | 235 | 0 | 16 | 33 | 20 | 35 | 51 | 111 |
| Binary | 11010110 | 10111001 | 10011101 | 0 | 1110 | 11011 | 10000 | 11101 | 101001 | 1001001 |
Color Harmonies of #D6B99D
Complementary color
Monochromatic Colors of #D6B99D
Black with #D6B99D
Text Example
Text Example
White with #D6B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B99D; }
p { color: rgb(214,185,157); }
H1.HeaderClassName
{
color: #D6B99D;
}
.AnyTagClassName
{
color: #D6B99D;
}
</style>
background-color css
<style>
a { background-color: #D6B99D; }
a { background-color: rgb(214,185,157); }
div.DivClassName
{
background-color: #D6B99D;
}
.BgClassName
{
background-color: #D6B99D;
}
</style>
border-color css
<style>
span { border-color: #D6B99D; }
span { border-color: rgb(214,185,157); }
td.TdClassName
{
border-color: #D6B99D;
}
.TagClassName
{
border-color: #D6B99D;
}
</style>