Shades of Cashmere #D2B299
Tints of Cashmere #D2B299
RGB
CMYK
RGB Variations
Color information
#D2B299 (or 0xD2B299) is known color: Cashmere. HEX triplet: D2, B2 and 99. RGB value is (210,178,153). Sum of RGB (Red+Green+Blue) = 210+178+153=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B299 is #2D4D66. Grayscale: #B8B8B8. Windows color (decimal): -2968935 or 10072786. OLE color: 10072786.
HSL color Cylindrical-coordinate representation of color #D2B299: hue angle of 26.32º 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 #D2B299 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 153 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.18 |
| HSL | 26.32º | 0.39% | 0.71% | - |
| HSV(B) | 26.32º | 0.27% | 0.82% | - |
| XYZ | 48.25 | 47.84 | 36.83 | - |
| YUV | 184.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 153 | 0 | 0.15 | 0.27 | 0.18 | 26.32 | 0.39 | 0.71 |
| Hex | D2 | B2 | 99 | 0 | F | 1B | 12 | 1A | 27 | 47 |
| Octal | 322 | 262 | 231 | 0 | 17 | 33 | 22 | 32 | 47 | 107 |
| Binary | 11010010 | 10110010 | 10011001 | 0 | 1111 | 11011 | 10010 | 11010 | 100111 | 1000111 |
Color Harmonies of #D2B299
Complementary color
Monochromatic Colors of #D2B299
Black with #D2B299
Text Example
Text Example
White with #D2B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B299; }
p { color: rgb(210,178,153); }
H1.HeaderClassName
{
color: #D2B299;
}
.AnyTagClassName
{
color: #D2B299;
}
</style>
background-color css
<style>
a { background-color: #D2B299; }
a { background-color: rgb(210,178,153); }
div.DivClassName
{
background-color: #D2B299;
}
.BgClassName
{
background-color: #D2B299;
}
</style>
border-color css
<style>
span { border-color: #D2B299; }
span { border-color: rgb(210,178,153); }
td.TdClassName
{
border-color: #D2B299;
}
.TagClassName
{
border-color: #D2B299;
}
</style>