Shades of Cashmere #D6BB9D
Tints of Cashmere #D6BB9D
RGB
CMYK
RGB Variations
Color information
#D6BB9D (or 0xD6BB9D) is known color: Cashmere. HEX triplet: D6, BB and 9D. RGB value is (214,187,157). Sum of RGB (Red+Green+Blue) = 214+187+157=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB9D is #294462. Grayscale: #BFBFBF. Windows color (decimal): -2704483 or 10337238. OLE color: 10337238.
HSL color Cylindrical-coordinate representation of color #D6BB9D: hue angle of 31.58º 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 #D6BB9D is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 157 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.16 |
| HSL | 31.58º | 0.41% | 0.73% | - |
| HSV(B) | 31.58º | 0.27% | 0.84% | - |
| XYZ | 51.59 | 52.27 | 39.27 | - |
| YUV | 191.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 157 | 0 | 0.13 | 0.27 | 0.16 | 31.58 | 0.41 | 0.73 |
| Hex | D6 | BB | 9D | 0 | D | 1B | 10 | 20 | 29 | 49 |
| Octal | 326 | 273 | 235 | 0 | 15 | 33 | 20 | 40 | 51 | 111 |
| Binary | 11010110 | 10111011 | 10011101 | 0 | 1101 | 11011 | 10000 | 100000 | 101001 | 1001001 |
Color Harmonies of #D6BB9D
Complementary color
Monochromatic Colors of #D6BB9D
Black with #D6BB9D
Text Example
Text Example
White with #D6BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB9D; }
p { color: rgb(214,187,157); }
H1.HeaderClassName
{
color: #D6BB9D;
}
.AnyTagClassName
{
color: #D6BB9D;
}
</style>
background-color css
<style>
a { background-color: #D6BB9D; }
a { background-color: rgb(214,187,157); }
div.DivClassName
{
background-color: #D6BB9D;
}
.BgClassName
{
background-color: #D6BB9D;
}
</style>
border-color css
<style>
span { border-color: #D6BB9D; }
span { border-color: rgb(214,187,157); }
td.TdClassName
{
border-color: #D6BB9D;
}
.TagClassName
{
border-color: #D6BB9D;
}
</style>