Shades of Cashmere #D7B798
Tints of Cashmere #D7B798
RGB
CMYK
RGB Variations
Color information
#D7B798 (or 0xD7B798) is known color: Cashmere. HEX triplet: D7, B7 and 98. RGB value is (215,183,152). Sum of RGB (Red+Green+Blue) = 215+183+152=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B798 is #284867. Grayscale: #BDBDBD. Windows color (decimal): -2639976 or 10008535. OLE color: 10008535.
HSL color Cylindrical-coordinate representation of color #D7B798: hue angle of 29.52º 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 #D7B798 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 152 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.16 |
| HSL | 29.52º | 0.44% | 0.72% | - |
| HSV(B) | 29.52º | 0.29% | 0.84% | - |
| XYZ | 50.63 | 50.58 | 36.8 | - |
| YUV | 189.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 152 | 0 | 0.15 | 0.29 | 0.16 | 29.52 | 0.44 | 0.72 |
| Hex | D7 | B7 | 98 | 0 | F | 1D | 10 | 1E | 2C | 48 |
| Octal | 327 | 267 | 230 | 0 | 17 | 35 | 20 | 36 | 54 | 110 |
| Binary | 11010111 | 10110111 | 10011000 | 0 | 1111 | 11101 | 10000 | 11110 | 101100 | 1001000 |
Color Harmonies of #D7B798
Complementary color
Monochromatic Colors of #D7B798
Black with #D7B798
Text Example
Text Example
White with #D7B798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B798; }
p { color: rgb(215,183,152); }
H1.HeaderClassName
{
color: #D7B798;
}
.AnyTagClassName
{
color: #D7B798;
}
</style>
background-color css
<style>
a { background-color: #D7B798; }
a { background-color: rgb(215,183,152); }
div.DivClassName
{
background-color: #D7B798;
}
.BgClassName
{
background-color: #D7B798;
}
</style>
border-color css
<style>
span { border-color: #D7B798; }
span { border-color: rgb(215,183,152); }
td.TdClassName
{
border-color: #D7B798;
}
.TagClassName
{
border-color: #D7B798;
}
</style>