Shades of Rose #DBA499
Tints of Rose #DBA499
RGB
CMYK
RGB Variations
Color information
#DBA499 (or 0xDBA499) is known color: Rose. HEX triplet: DB, A4 and 99. RGB value is (219,164,153). Sum of RGB (Red+Green+Blue) = 219+164+153=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA499 is #245B66. Grayscale: #B3B3B3. Windows color (decimal): -2382695 or 10069211. OLE color: 10069211.
HSL color Cylindrical-coordinate representation of color #DBA499: hue angle of 10º 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 #DBA499 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 153 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.14 |
| HSL | 10º | 0.48% | 0.73% | - |
| HSV(B) | 10º | 0.3% | 0.86% | - |
| XYZ | 48.24 | 43.91 | 36.07 | - |
| YUV | 179.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 153 | 0 | 0.25 | 0.30 | 0.14 | 10 | 0.48 | 0.73 |
| Hex | DB | A4 | 99 | 0 | 19 | 1E | E | A | 30 | 49 |
| Octal | 333 | 244 | 231 | 0 | 31 | 36 | 16 | 12 | 60 | 111 |
| Binary | 11011011 | 10100100 | 10011001 | 0 | 11001 | 11110 | 1110 | 1010 | 110000 | 1001001 |
Color Harmonies of #DBA499
Complementary color
Monochromatic Colors of #DBA499
Black with #DBA499
Text Example
Text Example
White with #DBA499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA499; }
p { color: rgb(219,164,153); }
H1.HeaderClassName
{
color: #DBA499;
}
.AnyTagClassName
{
color: #DBA499;
}
</style>
background-color css
<style>
a { background-color: #DBA499; }
a { background-color: rgb(219,164,153); }
div.DivClassName
{
background-color: #DBA499;
}
.BgClassName
{
background-color: #DBA499;
}
</style>
border-color css
<style>
span { border-color: #DBA499; }
span { border-color: rgb(219,164,153); }
td.TdClassName
{
border-color: #DBA499;
}
.TagClassName
{
border-color: #DBA499;
}
</style>