Shades of Rose #DBAA9A
Tints of Rose #DBAA9A
RGB
CMYK
RGB Variations
Color information
#DBAA9A (or 0xDBAA9A) is known color: Rose. HEX triplet: DB, AA and 9A. RGB value is (219,170,154). Sum of RGB (Red+Green+Blue) = 219+170+154=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA9A is #245565. Grayscale: #B6B6B6. Windows color (decimal): -2381158 or 10136283. OLE color: 10136283.
HSL color Cylindrical-coordinate representation of color #DBAA9A: hue angle of 14.77º degrees, saturation: 0.47, 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 #DBAA9A is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 154 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.14 |
| HSL | 14.77º | 0.47% | 0.73% | - |
| HSV(B) | 14.77º | 0.3% | 0.86% | - |
| XYZ | 49.42 | 46.14 | 36.87 | - |
| YUV | 182.83 | 111.73 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 154 | 0 | 0.22 | 0.30 | 0.14 | 14.77 | 0.47 | 0.73 |
| Hex | DB | AA | 9A | 0 | 16 | 1E | E | F | 2F | 49 |
| Octal | 333 | 252 | 232 | 0 | 26 | 36 | 16 | 17 | 57 | 111 |
| Binary | 11011011 | 10101010 | 10011010 | 0 | 10110 | 11110 | 1110 | 1111 | 101111 | 1001001 |
Color Harmonies of #DBAA9A
Complementary color
Monochromatic Colors of #DBAA9A
Black with #DBAA9A
Text Example
Text Example
White with #DBAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA9A; }
p { color: rgb(219,170,154); }
H1.HeaderClassName
{
color: #DBAA9A;
}
.AnyTagClassName
{
color: #DBAA9A;
}
</style>
background-color css
<style>
a { background-color: #DBAA9A; }
a { background-color: rgb(219,170,154); }
div.DivClassName
{
background-color: #DBAA9A;
}
.BgClassName
{
background-color: #DBAA9A;
}
</style>
border-color css
<style>
span { border-color: #DBAA9A; }
span { border-color: rgb(219,170,154); }
td.TdClassName
{
border-color: #DBAA9A;
}
.TagClassName
{
border-color: #DBAA9A;
}
</style>