Shades of Cashmere #D7B89C
Tints of Cashmere #D7B89C
RGB
CMYK
RGB Variations
Color information
#D7B89C (or 0xD7B89C) is known color: Cashmere. HEX triplet: D7, B8 and 9C. RGB value is (215,184,156). Sum of RGB (Red+Green+Blue) = 215+184+156=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B89C is #284763. Grayscale: #BEBEBE. Windows color (decimal): -2639716 or 10270935. OLE color: 10270935.
HSL color Cylindrical-coordinate representation of color #D7B89C: hue angle of 28.47º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7B89C is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 156 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.16 |
| HSL | 28.47º | 0.42% | 0.73% | - |
| HSV(B) | 28.47º | 0.27% | 0.84% | - |
| XYZ | 51.17 | 51.13 | 38.62 | - |
| YUV | 190.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 156 | 0 | 0.14 | 0.27 | 0.16 | 28.47 | 0.42 | 0.73 |
| Hex | D7 | B8 | 9C | 0 | E | 1B | 10 | 1C | 2A | 49 |
| Octal | 327 | 270 | 234 | 0 | 16 | 33 | 20 | 34 | 52 | 111 |
| Binary | 11010111 | 10111000 | 10011100 | 0 | 1110 | 11011 | 10000 | 11100 | 101010 | 1001001 |
Color Harmonies of #D7B89C
Complementary color
Monochromatic Colors of #D7B89C
Black with #D7B89C
Text Example
Text Example
White with #D7B89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B89C; }
p { color: rgb(215,184,156); }
H1.HeaderClassName
{
color: #D7B89C;
}
.AnyTagClassName
{
color: #D7B89C;
}
</style>
background-color css
<style>
a { background-color: #D7B89C; }
a { background-color: rgb(215,184,156); }
div.DivClassName
{
background-color: #D7B89C;
}
.BgClassName
{
background-color: #D7B89C;
}
</style>
border-color css
<style>
span { border-color: #D7B89C; }
span { border-color: rgb(215,184,156); }
td.TdClassName
{
border-color: #D7B89C;
}
.TagClassName
{
border-color: #D7B89C;
}
</style>