Shades of Cashmere #D2B199
Tints of Cashmere #D2B199
RGB
CMYK
RGB Variations
Color information
#D2B199 (or 0xD2B199) is known color: Cashmere. HEX triplet: D2, B1 and 99. RGB value is (210,177,153). Sum of RGB (Red+Green+Blue) = 210+177+153=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B199 is #2D4E66. Grayscale: #B8B8B8. Windows color (decimal): -2969191 or 10072530. OLE color: 10072530.
HSL color Cylindrical-coordinate representation of color #D2B199: hue angle of 25.26º degrees, saturation: 0.39, 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 #D2B199 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 153 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.18 |
| HSL | 25.26º | 0.39% | 0.71% | - |
| HSV(B) | 25.26º | 0.27% | 0.82% | - |
| XYZ | 48.05 | 47.45 | 36.76 | - |
| YUV | 184.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 153 | 0 | 0.16 | 0.27 | 0.18 | 25.26 | 0.39 | 0.71 |
| Hex | D2 | B1 | 99 | 0 | 10 | 1B | 12 | 19 | 27 | 47 |
| Octal | 322 | 261 | 231 | 0 | 20 | 33 | 22 | 31 | 47 | 107 |
| Binary | 11010010 | 10110001 | 10011001 | 0 | 10000 | 11011 | 10010 | 11001 | 100111 | 1000111 |
Color Harmonies of #D2B199
Complementary color
Monochromatic Colors of #D2B199
Black with #D2B199
Text Example
Text Example
White with #D2B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B199; }
p { color: rgb(210,177,153); }
H1.HeaderClassName
{
color: #D2B199;
}
.AnyTagClassName
{
color: #D2B199;
}
</style>
background-color css
<style>
a { background-color: #D2B199; }
a { background-color: rgb(210,177,153); }
div.DivClassName
{
background-color: #D2B199;
}
.BgClassName
{
background-color: #D2B199;
}
</style>
border-color css
<style>
span { border-color: #D2B199; }
span { border-color: rgb(210,177,153); }
td.TdClassName
{
border-color: #D2B199;
}
.TagClassName
{
border-color: #D2B199;
}
</style>