Shades of Cashmere #D5BA9F
Tints of Cashmere #D5BA9F
RGB
CMYK
RGB Variations
Color information
#D5BA9F (or 0xD5BA9F) is known color: Cashmere. HEX triplet: D5, BA and 9F. RGB value is (213,186,159). Sum of RGB (Red+Green+Blue) = 213+186+159=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA9F is #2A4560. Grayscale: #BFBFBF. Windows color (decimal): -2770273 or 10468053. OLE color: 10468053.
HSL color Cylindrical-coordinate representation of color #D5BA9F: hue angle of 30º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BA9F is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 159 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.16 |
| HSL | 30º | 0.39% | 0.73% | - |
| HSV(B) | 30º | 0.25% | 0.84% | - |
| XYZ | 51.26 | 51.77 | 40.09 | - |
| YUV | 191 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 159 | 0 | 0.13 | 0.25 | 0.16 | 30 | 0.39 | 0.73 |
| Hex | D5 | BA | 9F | 0 | D | 19 | 10 | 1E | 27 | 49 |
| Octal | 325 | 272 | 237 | 0 | 15 | 31 | 20 | 36 | 47 | 111 |
| Binary | 11010101 | 10111010 | 10011111 | 0 | 1101 | 11001 | 10000 | 11110 | 100111 | 1001001 |
Color Harmonies of #D5BA9F
Complementary color
Monochromatic Colors of #D5BA9F
Black with #D5BA9F
Text Example
Text Example
White with #D5BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA9F; }
p { color: rgb(213,186,159); }
H1.HeaderClassName
{
color: #D5BA9F;
}
.AnyTagClassName
{
color: #D5BA9F;
}
</style>
background-color css
<style>
a { background-color: #D5BA9F; }
a { background-color: rgb(213,186,159); }
div.DivClassName
{
background-color: #D5BA9F;
}
.BgClassName
{
background-color: #D5BA9F;
}
</style>
border-color css
<style>
span { border-color: #D5BA9F; }
span { border-color: rgb(213,186,159); }
td.TdClassName
{
border-color: #D5BA9F;
}
.TagClassName
{
border-color: #D5BA9F;
}
</style>