Shades of Cashmere #D7B998
Tints of Cashmere #D7B998
RGB
CMYK
RGB Variations
Color information
#D7B998 (or 0xD7B998) is known color: Cashmere. HEX triplet: D7, B9 and 98. RGB value is (215,185,152). Sum of RGB (Red+Green+Blue) = 215+185+152=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B998 is #284667. Grayscale: #BEBEBE. Windows color (decimal): -2639464 or 10009047. OLE color: 10009047.
HSL color Cylindrical-coordinate representation of color #D7B998: hue angle of 31.43º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7B998 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 152 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.16 |
| HSL | 31.43º | 0.44% | 0.72% | - |
| HSV(B) | 31.43º | 0.29% | 0.84% | - |
| XYZ | 51.04 | 51.41 | 36.94 | - |
| YUV | 190.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 152 | 0 | 0.14 | 0.29 | 0.16 | 31.43 | 0.44 | 0.72 |
| Hex | D7 | B9 | 98 | 0 | E | 1D | 10 | 1F | 2C | 48 |
| Octal | 327 | 271 | 230 | 0 | 16 | 35 | 20 | 37 | 54 | 110 |
| Binary | 11010111 | 10111001 | 10011000 | 0 | 1110 | 11101 | 10000 | 11111 | 101100 | 1001000 |
Color Harmonies of #D7B998
Complementary color
Monochromatic Colors of #D7B998
Black with #D7B998
Text Example
Text Example
White with #D7B998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B998; }
p { color: rgb(215,185,152); }
H1.HeaderClassName
{
color: #D7B998;
}
.AnyTagClassName
{
color: #D7B998;
}
</style>
background-color css
<style>
a { background-color: #D7B998; }
a { background-color: rgb(215,185,152); }
div.DivClassName
{
background-color: #D7B998;
}
.BgClassName
{
background-color: #D7B998;
}
</style>
border-color css
<style>
span { border-color: #D7B998; }
span { border-color: rgb(215,185,152); }
td.TdClassName
{
border-color: #D7B998;
}
.TagClassName
{
border-color: #D7B998;
}
</style>