Shades of Rose #DBA199
Tints of Rose #DBA199
RGB
CMYK
RGB Variations
Color information
#DBA199 (or 0xDBA199) is known color: Rose. HEX triplet: DB, A1 and 99. RGB value is (219,161,153). Sum of RGB (Red+Green+Blue) = 219+161+153=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA199 is #245E66. Grayscale: #B1B1B1. Windows color (decimal): -2383463 or 10068443. OLE color: 10068443.
HSL color Cylindrical-coordinate representation of color #DBA199: hue angle of 7.27º 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 #DBA199 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 153 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.14 |
| HSL | 7.27º | 0.48% | 0.73% | - |
| HSV(B) | 7.27º | 0.3% | 0.86% | - |
| XYZ | 47.71 | 42.85 | 35.89 | - |
| YUV | 177.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 153 | 0 | 0.26 | 0.30 | 0.14 | 7.27 | 0.48 | 0.73 |
| Hex | DB | A1 | 99 | 0 | 1A | 1E | E | 7 | 30 | 49 |
| Octal | 333 | 241 | 231 | 0 | 32 | 36 | 16 | 7 | 60 | 111 |
| Binary | 11011011 | 10100001 | 10011001 | 0 | 11010 | 11110 | 1110 | 111 | 110000 | 1001001 |
Color Harmonies of #DBA199
Complementary color
Monochromatic Colors of #DBA199
Black with #DBA199
Text Example
Text Example
White with #DBA199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA199; }
p { color: rgb(219,161,153); }
H1.HeaderClassName
{
color: #DBA199;
}
.AnyTagClassName
{
color: #DBA199;
}
</style>
background-color css
<style>
a { background-color: #DBA199; }
a { background-color: rgb(219,161,153); }
div.DivClassName
{
background-color: #DBA199;
}
.BgClassName
{
background-color: #DBA199;
}
</style>
border-color css
<style>
span { border-color: #DBA199; }
span { border-color: rgb(219,161,153); }
td.TdClassName
{
border-color: #DBA199;
}
.TagClassName
{
border-color: #DBA199;
}
</style>