Shades of Rose #DBAA91
Tints of Rose #DBAA91
RGB
CMYK
RGB Variations
Color information
#DBAA91 (or 0xDBAA91) is known color: Rose. HEX triplet: DB, AA and 91. RGB value is (219,170,145). Sum of RGB (Red+Green+Blue) = 219+170+145=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA91 is #24556E. Grayscale: #B5B5B5. Windows color (decimal): -2381167 or 9546459. OLE color: 9546459.
HSL color Cylindrical-coordinate representation of color #DBAA91: hue angle of 20.27º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBAA91 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 145 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.14 |
| HSL | 20.27º | 0.51% | 0.71% | - |
| HSV(B) | 20.27º | 0.34% | 0.86% | - |
| XYZ | 48.7 | 45.85 | 33.07 | - |
| YUV | 181.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 145 | 0 | 0.22 | 0.34 | 0.14 | 20.27 | 0.51 | 0.71 |
| Hex | DB | AA | 91 | 0 | 16 | 22 | E | 14 | 33 | 47 |
| Octal | 333 | 252 | 221 | 0 | 26 | 42 | 16 | 24 | 63 | 107 |
| Binary | 11011011 | 10101010 | 10010001 | 0 | 10110 | 100010 | 1110 | 10100 | 110011 | 1000111 |
Color Harmonies of #DBAA91
Complementary color
Monochromatic Colors of #DBAA91
Black with #DBAA91
Text Example
Text Example
White with #DBAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA91; }
p { color: rgb(219,170,145); }
H1.HeaderClassName
{
color: #DBAA91;
}
.AnyTagClassName
{
color: #DBAA91;
}
</style>
background-color css
<style>
a { background-color: #DBAA91; }
a { background-color: rgb(219,170,145); }
div.DivClassName
{
background-color: #DBAA91;
}
.BgClassName
{
background-color: #DBAA91;
}
</style>
border-color css
<style>
span { border-color: #DBAA91; }
span { border-color: rgb(219,170,145); }
td.TdClassName
{
border-color: #DBAA91;
}
.TagClassName
{
border-color: #DBAA91;
}
</style>