Shades of Rose #DBAA93
Tints of Rose #DBAA93
RGB
CMYK
RGB Variations
Color information
#DBAA93 (or 0xDBAA93) is known color: Rose. HEX triplet: DB, AA and 93. RGB value is (219,170,147). Sum of RGB (Red+Green+Blue) = 219+170+147=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA93 is #24556C. Grayscale: #B6B6B6. Windows color (decimal): -2381165 or 9677531. OLE color: 9677531.
HSL color Cylindrical-coordinate representation of color #DBAA93: hue angle of 19.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBAA93 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 147 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.14 |
| HSL | 19.17º | 0.5% | 0.72% | - |
| HSV(B) | 19.17º | 0.33% | 0.86% | - |
| XYZ | 48.85 | 45.92 | 33.89 | - |
| YUV | 182.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 147 | 0 | 0.22 | 0.33 | 0.14 | 19.17 | 0.5 | 0.72 |
| Hex | DB | AA | 93 | 0 | 16 | 21 | E | 13 | 32 | 48 |
| Octal | 333 | 252 | 223 | 0 | 26 | 41 | 16 | 23 | 62 | 110 |
| Binary | 11011011 | 10101010 | 10010011 | 0 | 10110 | 100001 | 1110 | 10011 | 110010 | 1001000 |
Color Harmonies of #DBAA93
Complementary color
Monochromatic Colors of #DBAA93
Black with #DBAA93
Text Example
Text Example
White with #DBAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA93; }
p { color: rgb(219,170,147); }
H1.HeaderClassName
{
color: #DBAA93;
}
.AnyTagClassName
{
color: #DBAA93;
}
</style>
background-color css
<style>
a { background-color: #DBAA93; }
a { background-color: rgb(219,170,147); }
div.DivClassName
{
background-color: #DBAA93;
}
.BgClassName
{
background-color: #DBAA93;
}
</style>
border-color css
<style>
span { border-color: #DBAA93; }
span { border-color: rgb(219,170,147); }
td.TdClassName
{
border-color: #DBAA93;
}
.TagClassName
{
border-color: #DBAA93;
}
</style>