Shades of Cashmere #DBB099
Tints of Cashmere #DBB099
RGB
CMYK
RGB Variations
Color information
#DBB099 (or 0xDBB099) is known color: Cashmere. HEX triplet: DB, B0 and 99. RGB value is (219,176,153). Sum of RGB (Red+Green+Blue) = 219+176+153=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB099 is #244F66. Grayscale: #BABABA. Windows color (decimal): -2379623 or 10072283. OLE color: 10072283.
HSL color Cylindrical-coordinate representation of color #DBB099: hue angle of 20.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB099 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 153 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.14 |
| HSL | 20.91º | 0.48% | 0.73% | - |
| HSV(B) | 20.91º | 0.3% | 0.86% | - |
| XYZ | 50.49 | 48.41 | 36.82 | - |
| YUV | 186.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 153 | 0 | 0.20 | 0.30 | 0.14 | 20.91 | 0.48 | 0.73 |
| Hex | DB | B0 | 99 | 0 | 14 | 1E | E | 15 | 30 | 49 |
| Octal | 333 | 260 | 231 | 0 | 24 | 36 | 16 | 25 | 60 | 111 |
| Binary | 11011011 | 10110000 | 10011001 | 0 | 10100 | 11110 | 1110 | 10101 | 110000 | 1001001 |
Color Harmonies of #DBB099
Complementary color
Monochromatic Colors of #DBB099
Black with #DBB099
Text Example
Text Example
White with #DBB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB099; }
p { color: rgb(219,176,153); }
H1.HeaderClassName
{
color: #DBB099;
}
.AnyTagClassName
{
color: #DBB099;
}
</style>
background-color css
<style>
a { background-color: #DBB099; }
a { background-color: rgb(219,176,153); }
div.DivClassName
{
background-color: #DBB099;
}
.BgClassName
{
background-color: #DBB099;
}
</style>
border-color css
<style>
span { border-color: #DBB099; }
span { border-color: rgb(219,176,153); }
td.TdClassName
{
border-color: #DBB099;
}
.TagClassName
{
border-color: #DBB099;
}
</style>