Shades of Cashmere #D7B099
Tints of Cashmere #D7B099
RGB
CMYK
RGB Variations
Color information
#D7B099 (or 0xD7B099) is known color: Cashmere. HEX triplet: D7, B0 and 99. RGB value is (215,176,153). Sum of RGB (Red+Green+Blue) = 215+176+153=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B099 is #284F66. Grayscale: #B9B9B9. Windows color (decimal): -2641767 or 10072279. OLE color: 10072279.
HSL color Cylindrical-coordinate representation of color #D7B099: hue angle of 22.26º 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 #D7B099 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 153 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.16 |
| HSL | 22.26º | 0.44% | 0.72% | - |
| HSV(B) | 22.26º | 0.29% | 0.84% | - |
| XYZ | 49.3 | 47.8 | 36.76 | - |
| YUV | 185.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 153 | 0 | 0.18 | 0.29 | 0.16 | 22.26 | 0.44 | 0.72 |
| Hex | D7 | B0 | 99 | 0 | 12 | 1D | 10 | 16 | 2C | 48 |
| Octal | 327 | 260 | 231 | 0 | 22 | 35 | 20 | 26 | 54 | 110 |
| Binary | 11010111 | 10110000 | 10011001 | 0 | 10010 | 11101 | 10000 | 10110 | 101100 | 1001000 |
Color Harmonies of #D7B099
Complementary color
Monochromatic Colors of #D7B099
Black with #D7B099
Text Example
Text Example
White with #D7B099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B099; }
p { color: rgb(215,176,153); }
H1.HeaderClassName
{
color: #D7B099;
}
.AnyTagClassName
{
color: #D7B099;
}
</style>
background-color css
<style>
a { background-color: #D7B099; }
a { background-color: rgb(215,176,153); }
div.DivClassName
{
background-color: #D7B099;
}
.BgClassName
{
background-color: #D7B099;
}
</style>
border-color css
<style>
span { border-color: #D7B099; }
span { border-color: rgb(215,176,153); }
td.TdClassName
{
border-color: #D7B099;
}
.TagClassName
{
border-color: #D7B099;
}
</style>