Shades of Cashmere #D6BA9E
Tints of Cashmere #D6BA9E
RGB
CMYK
RGB Variations
Color information
#D6BA9E (or 0xD6BA9E) is known color: Cashmere. HEX triplet: D6, BA and 9E. RGB value is (214,186,158). Sum of RGB (Red+Green+Blue) = 214+186+158=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA9E is #294561. Grayscale: #BFBFBF. Windows color (decimal): -2704738 or 10402518. OLE color: 10402518.
HSL color Cylindrical-coordinate representation of color #D6BA9E: hue angle of 30º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6BA9E is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 158 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.16 |
| HSL | 30º | 0.41% | 0.73% | - |
| HSV(B) | 30º | 0.26% | 0.84% | - |
| XYZ | 51.46 | 51.88 | 39.65 | - |
| YUV | 191.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 158 | 0 | 0.13 | 0.26 | 0.16 | 30 | 0.41 | 0.73 |
| Hex | D6 | BA | 9E | 0 | D | 1A | 10 | 1E | 29 | 49 |
| Octal | 326 | 272 | 236 | 0 | 15 | 32 | 20 | 36 | 51 | 111 |
| Binary | 11010110 | 10111010 | 10011110 | 0 | 1101 | 11010 | 10000 | 11110 | 101001 | 1001001 |
Color Harmonies of #D6BA9E
Complementary color
Monochromatic Colors of #D6BA9E
Black with #D6BA9E
Text Example
Text Example
White with #D6BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA9E; }
p { color: rgb(214,186,158); }
H1.HeaderClassName
{
color: #D6BA9E;
}
.AnyTagClassName
{
color: #D6BA9E;
}
</style>
background-color css
<style>
a { background-color: #D6BA9E; }
a { background-color: rgb(214,186,158); }
div.DivClassName
{
background-color: #D6BA9E;
}
.BgClassName
{
background-color: #D6BA9E;
}
</style>
border-color css
<style>
span { border-color: #D6BA9E; }
span { border-color: rgb(214,186,158); }
td.TdClassName
{
border-color: #D6BA9E;
}
.TagClassName
{
border-color: #D6BA9E;
}
</style>