Shades of Cashmere #D5BA9E
Tints of Cashmere #D5BA9E
RGB
CMYK
RGB Variations
Color information
#D5BA9E (or 0xD5BA9E) is known color: Cashmere. HEX triplet: D5, BA and 9E. RGB value is (213,186,158). Sum of RGB (Red+Green+Blue) = 213+186+158=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA9E is #2A4561. Grayscale: #BFBFBF. Windows color (decimal): -2770274 or 10402517. OLE color: 10402517.
HSL color Cylindrical-coordinate representation of color #D5BA9E: hue angle of 30.55º 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 #D5BA9E is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 158 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.16 |
| HSL | 30.55º | 0.4% | 0.73% | - |
| HSV(B) | 30.55º | 0.26% | 0.84% | - |
| XYZ | 51.17 | 51.73 | 39.64 | - |
| YUV | 190.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 158 | 0 | 0.13 | 0.26 | 0.16 | 30.55 | 0.4 | 0.73 |
| Hex | D5 | BA | 9E | 0 | D | 1A | 10 | 1F | 28 | 49 |
| Octal | 325 | 272 | 236 | 0 | 15 | 32 | 20 | 37 | 50 | 111 |
| Binary | 11010101 | 10111010 | 10011110 | 0 | 1101 | 11010 | 10000 | 11111 | 101000 | 1001001 |
Color Harmonies of #D5BA9E
Complementary color
Monochromatic Colors of #D5BA9E
Black with #D5BA9E
Text Example
Text Example
White with #D5BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA9E; }
p { color: rgb(213,186,158); }
H1.HeaderClassName
{
color: #D5BA9E;
}
.AnyTagClassName
{
color: #D5BA9E;
}
</style>
background-color css
<style>
a { background-color: #D5BA9E; }
a { background-color: rgb(213,186,158); }
div.DivClassName
{
background-color: #D5BA9E;
}
.BgClassName
{
background-color: #D5BA9E;
}
</style>
border-color css
<style>
span { border-color: #D5BA9E; }
span { border-color: rgb(213,186,158); }
td.TdClassName
{
border-color: #D5BA9E;
}
.TagClassName
{
border-color: #D5BA9E;
}
</style>