Shades of Cashmere #D6B89F
Tints of Cashmere #D6B89F
RGB
CMYK
RGB Variations
Color information
#D6B89F (or 0xD6B89F) is known color: Cashmere. HEX triplet: D6, B8 and 9F. RGB value is (214,184,159). Sum of RGB (Red+Green+Blue) = 214+184+159=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B89F is #294760. Grayscale: #BEBEBE. Windows color (decimal): -2705249 or 10467542. OLE color: 10467542.
HSL color Cylindrical-coordinate representation of color #D6B89F: hue angle of 27.27º degrees, saturation: 0.4, 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 #D6B89F is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 159 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.16 |
| HSL | 27.27º | 0.4% | 0.73% | - |
| HSV(B) | 27.27º | 0.26% | 0.84% | - |
| XYZ | 51.13 | 51.08 | 39.97 | - |
| YUV | 190.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 159 | 0 | 0.14 | 0.26 | 0.16 | 27.27 | 0.4 | 0.73 |
| Hex | D6 | B8 | 9F | 0 | E | 1A | 10 | 1B | 28 | 49 |
| Octal | 326 | 270 | 237 | 0 | 16 | 32 | 20 | 33 | 50 | 111 |
| Binary | 11010110 | 10111000 | 10011111 | 0 | 1110 | 11010 | 10000 | 11011 | 101000 | 1001001 |
Color Harmonies of #D6B89F
Complementary color
Monochromatic Colors of #D6B89F
Black with #D6B89F
Text Example
Text Example
White with #D6B89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B89F; }
p { color: rgb(214,184,159); }
H1.HeaderClassName
{
color: #D6B89F;
}
.AnyTagClassName
{
color: #D6B89F;
}
</style>
background-color css
<style>
a { background-color: #D6B89F; }
a { background-color: rgb(214,184,159); }
div.DivClassName
{
background-color: #D6B89F;
}
.BgClassName
{
background-color: #D6B89F;
}
</style>
border-color css
<style>
span { border-color: #D6B89F; }
span { border-color: rgb(214,184,159); }
td.TdClassName
{
border-color: #D6B89F;
}
.TagClassName
{
border-color: #D6B89F;
}
</style>