Shades of Cashmere #D5BA9D
Tints of Cashmere #D5BA9D
RGB
CMYK
RGB Variations
Color information
#D5BA9D (or 0xD5BA9D) is known color: Cashmere. HEX triplet: D5, BA and 9D. RGB value is (213,186,157). Sum of RGB (Red+Green+Blue) = 213+186+157=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA9D is #2A4562. Grayscale: #BEBEBE. Windows color (decimal): -2770275 or 10336981. OLE color: 10336981.
HSL color Cylindrical-coordinate representation of color #D5BA9D: hue angle of 31.07º 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 #D5BA9D is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 157 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.16 |
| HSL | 31.07º | 0.4% | 0.73% | - |
| HSV(B) | 31.07º | 0.26% | 0.84% | - |
| XYZ | 51.09 | 51.7 | 39.18 | - |
| YUV | 190.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 157 | 0 | 0.13 | 0.26 | 0.16 | 31.07 | 0.4 | 0.73 |
| Hex | D5 | BA | 9D | 0 | D | 1A | 10 | 1F | 28 | 49 |
| Octal | 325 | 272 | 235 | 0 | 15 | 32 | 20 | 37 | 50 | 111 |
| Binary | 11010101 | 10111010 | 10011101 | 0 | 1101 | 11010 | 10000 | 11111 | 101000 | 1001001 |
Color Harmonies of #D5BA9D
Complementary color
Monochromatic Colors of #D5BA9D
Black with #D5BA9D
Text Example
Text Example
White with #D5BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA9D; }
p { color: rgb(213,186,157); }
H1.HeaderClassName
{
color: #D5BA9D;
}
.AnyTagClassName
{
color: #D5BA9D;
}
</style>
background-color css
<style>
a { background-color: #D5BA9D; }
a { background-color: rgb(213,186,157); }
div.DivClassName
{
background-color: #D5BA9D;
}
.BgClassName
{
background-color: #D5BA9D;
}
</style>
border-color css
<style>
span { border-color: #D5BA9D; }
span { border-color: rgb(213,186,157); }
td.TdClassName
{
border-color: #D5BA9D;
}
.TagClassName
{
border-color: #D5BA9D;
}
</style>