Shades of Cashmere #D1B199
Tints of Cashmere #D1B199
RGB
CMYK
RGB Variations
Color information
#D1B199 (or 0xD1B199) is known color: Cashmere. HEX triplet: D1, B1 and 99. RGB value is (209,177,153). Sum of RGB (Red+Green+Blue) = 209+177+153=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B199 is #2E4E66. Grayscale: #B7B7B7. Windows color (decimal): -3034727 or 10072529. OLE color: 10072529.
HSL color Cylindrical-coordinate representation of color #D1B199: hue angle of 25.71º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1B199 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 153 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.18 |
| HSL | 25.71º | 0.38% | 0.71% | - |
| HSV(B) | 25.71º | 0.27% | 0.82% | - |
| XYZ | 47.77 | 47.3 | 36.75 | - |
| YUV | 183.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 153 | 0 | 0.15 | 0.27 | 0.18 | 25.71 | 0.38 | 0.71 |
| Hex | D1 | B1 | 99 | 0 | F | 1B | 12 | 1A | 26 | 47 |
| Octal | 321 | 261 | 231 | 0 | 17 | 33 | 22 | 32 | 46 | 107 |
| Binary | 11010001 | 10110001 | 10011001 | 0 | 1111 | 11011 | 10010 | 11010 | 100110 | 1000111 |
Color Harmonies of #D1B199
Complementary color
Monochromatic Colors of #D1B199
Black with #D1B199
Text Example
Text Example
White with #D1B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B199; }
p { color: rgb(209,177,153); }
H1.HeaderClassName
{
color: #D1B199;
}
.AnyTagClassName
{
color: #D1B199;
}
</style>
background-color css
<style>
a { background-color: #D1B199; }
a { background-color: rgb(209,177,153); }
div.DivClassName
{
background-color: #D1B199;
}
.BgClassName
{
background-color: #D1B199;
}
</style>
border-color css
<style>
span { border-color: #D1B199; }
span { border-color: rgb(209,177,153); }
td.TdClassName
{
border-color: #D1B199;
}
.TagClassName
{
border-color: #D1B199;
}
</style>