Shades of Rose #DBAA98
Tints of Rose #DBAA98
RGB
CMYK
RGB Variations
Color information
#DBAA98 (or 0xDBAA98) is known color: Rose. HEX triplet: DB, AA and 98. RGB value is (219,170,152). Sum of RGB (Red+Green+Blue) = 219+170+152=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA98 is #245567. Grayscale: #B6B6B6. Windows color (decimal): -2381160 or 10005211. OLE color: 10005211.
HSL color Cylindrical-coordinate representation of color #DBAA98: hue angle of 16.12º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBAA98 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 152 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.14 |
| HSL | 16.12º | 0.48% | 0.73% | - |
| HSV(B) | 16.12º | 0.31% | 0.86% | - |
| XYZ | 49.26 | 46.08 | 36 | - |
| YUV | 182.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 152 | 0 | 0.22 | 0.31 | 0.14 | 16.12 | 0.48 | 0.73 |
| Hex | DB | AA | 98 | 0 | 16 | 1F | E | 10 | 30 | 49 |
| Octal | 333 | 252 | 230 | 0 | 26 | 37 | 16 | 20 | 60 | 111 |
| Binary | 11011011 | 10101010 | 10011000 | 0 | 10110 | 11111 | 1110 | 10000 | 110000 | 1001001 |
Color Harmonies of #DBAA98
Complementary color
Monochromatic Colors of #DBAA98
Black with #DBAA98
Text Example
Text Example
White with #DBAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA98; }
p { color: rgb(219,170,152); }
H1.HeaderClassName
{
color: #DBAA98;
}
.AnyTagClassName
{
color: #DBAA98;
}
</style>
background-color css
<style>
a { background-color: #DBAA98; }
a { background-color: rgb(219,170,152); }
div.DivClassName
{
background-color: #DBAA98;
}
.BgClassName
{
background-color: #DBAA98;
}
</style>
border-color css
<style>
span { border-color: #DBAA98; }
span { border-color: rgb(219,170,152); }
td.TdClassName
{
border-color: #DBAA98;
}
.TagClassName
{
border-color: #DBAA98;
}
</style>