Shades of Rose #DBAB99
Tints of Rose #DBAB99
RGB
CMYK
RGB Variations
Color information
#DBAB99 (or 0xDBAB99) is known color: Rose. HEX triplet: DB, AB and 99. RGB value is (219,171,153). Sum of RGB (Red+Green+Blue) = 219+171+153=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB99 is #245466. Grayscale: #B7B7B7. Windows color (decimal): -2380903 or 10071003. OLE color: 10071003.
HSL color Cylindrical-coordinate representation of color #DBAB99: hue angle of 16.36º 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 #DBAB99 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 153 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.14 |
| HSL | 16.36º | 0.48% | 0.73% | - |
| HSV(B) | 16.36º | 0.3% | 0.86% | - |
| XYZ | 49.53 | 46.49 | 36.5 | - |
| YUV | 183.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 153 | 0 | 0.22 | 0.30 | 0.14 | 16.36 | 0.48 | 0.73 |
| Hex | DB | AB | 99 | 0 | 16 | 1E | E | 10 | 30 | 49 |
| Octal | 333 | 253 | 231 | 0 | 26 | 36 | 16 | 20 | 60 | 111 |
| Binary | 11011011 | 10101011 | 10011001 | 0 | 10110 | 11110 | 1110 | 10000 | 110000 | 1001001 |
Color Harmonies of #DBAB99
Complementary color
Monochromatic Colors of #DBAB99
Black with #DBAB99
Text Example
Text Example
White with #DBAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB99; }
p { color: rgb(219,171,153); }
H1.HeaderClassName
{
color: #DBAB99;
}
.AnyTagClassName
{
color: #DBAB99;
}
</style>
background-color css
<style>
a { background-color: #DBAB99; }
a { background-color: rgb(219,171,153); }
div.DivClassName
{
background-color: #DBAB99;
}
.BgClassName
{
background-color: #DBAB99;
}
</style>
border-color css
<style>
span { border-color: #DBAB99; }
span { border-color: rgb(219,171,153); }
td.TdClassName
{
border-color: #DBAB99;
}
.TagClassName
{
border-color: #DBAB99;
}
</style>