Shades of Cashmere #D7B89A
Tints of Cashmere #D7B89A
RGB
CMYK
RGB Variations
Color information
#D7B89A (or 0xD7B89A) is known color: Cashmere. HEX triplet: D7, B8 and 9A. RGB value is (215,184,154). Sum of RGB (Red+Green+Blue) = 215+184+154=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B89A is #284765. Grayscale: #BEBEBE. Windows color (decimal): -2639718 or 10139863. OLE color: 10139863.
HSL color Cylindrical-coordinate representation of color #D7B89A: hue angle of 29.51º 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 #D7B89A is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 154 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.16 |
| HSL | 29.51º | 0.43% | 0.72% | - |
| HSV(B) | 29.51º | 0.28% | 0.84% | - |
| XYZ | 51 | 51.06 | 37.74 | - |
| YUV | 189.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 154 | 0 | 0.14 | 0.28 | 0.16 | 29.51 | 0.43 | 0.72 |
| Hex | D7 | B8 | 9A | 0 | E | 1C | 10 | 1E | 2B | 48 |
| Octal | 327 | 270 | 232 | 0 | 16 | 34 | 20 | 36 | 53 | 110 |
| Binary | 11010111 | 10111000 | 10011010 | 0 | 1110 | 11100 | 10000 | 11110 | 101011 | 1001000 |
Color Harmonies of #D7B89A
Complementary color
Monochromatic Colors of #D7B89A
Black with #D7B89A
Text Example
Text Example
White with #D7B89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B89A; }
p { color: rgb(215,184,154); }
H1.HeaderClassName
{
color: #D7B89A;
}
.AnyTagClassName
{
color: #D7B89A;
}
</style>
background-color css
<style>
a { background-color: #D7B89A; }
a { background-color: rgb(215,184,154); }
div.DivClassName
{
background-color: #D7B89A;
}
.BgClassName
{
background-color: #D7B89A;
}
</style>
border-color css
<style>
span { border-color: #D7B89A; }
span { border-color: rgb(215,184,154); }
td.TdClassName
{
border-color: #D7B89A;
}
.TagClassName
{
border-color: #D7B89A;
}
</style>