Shades of Cashmere #D7BA9A
Tints of Cashmere #D7BA9A
RGB
CMYK
RGB Variations
Color information
#D7BA9A (or 0xD7BA9A) is known color: Cashmere. HEX triplet: D7, BA and 9A. RGB value is (215,186,154). Sum of RGB (Red+Green+Blue) = 215+186+154=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA9A is #284565. Grayscale: #BFBFBF. Windows color (decimal): -2639206 or 10140375. OLE color: 10140375.
HSL color Cylindrical-coordinate representation of color #D7BA9A: hue angle of 31.48º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7BA9A is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 154 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.16 |
| HSL | 31.48º | 0.43% | 0.72% | - |
| HSV(B) | 31.48º | 0.28% | 0.84% | - |
| XYZ | 51.42 | 51.9 | 37.88 | - |
| YUV | 191.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 154 | 0 | 0.13 | 0.28 | 0.16 | 31.48 | 0.43 | 0.72 |
| Hex | D7 | BA | 9A | 0 | D | 1C | 10 | 1F | 2B | 48 |
| Octal | 327 | 272 | 232 | 0 | 15 | 34 | 20 | 37 | 53 | 110 |
| Binary | 11010111 | 10111010 | 10011010 | 0 | 1101 | 11100 | 10000 | 11111 | 101011 | 1001000 |
Color Harmonies of #D7BA9A
Complementary color
Monochromatic Colors of #D7BA9A
Black with #D7BA9A
Text Example
Text Example
White with #D7BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA9A; }
p { color: rgb(215,186,154); }
H1.HeaderClassName
{
color: #D7BA9A;
}
.AnyTagClassName
{
color: #D7BA9A;
}
</style>
background-color css
<style>
a { background-color: #D7BA9A; }
a { background-color: rgb(215,186,154); }
div.DivClassName
{
background-color: #D7BA9A;
}
.BgClassName
{
background-color: #D7BA9A;
}
</style>
border-color css
<style>
span { border-color: #D7BA9A; }
span { border-color: rgb(215,186,154); }
td.TdClassName
{
border-color: #D7BA9A;
}
.TagClassName
{
border-color: #D7BA9A;
}
</style>