Shades of Rose #DBA990
Tints of Rose #DBA990
RGB
CMYK
RGB Variations
Color information
#DBA990 (or 0xDBA990) is known color: Rose. HEX triplet: DB, A9 and 90. RGB value is (219,169,144). Sum of RGB (Red+Green+Blue) = 219+169+144=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA990 is #24566F. Grayscale: #B5B5B5. Windows color (decimal): -2381424 or 9480667. OLE color: 9480667.
HSL color Cylindrical-coordinate representation of color #DBA990: hue angle of 20º 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 #DBA990 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 144 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.14 |
| HSL | 20º | 0.51% | 0.71% | - |
| HSV(B) | 20º | 0.34% | 0.86% | - |
| XYZ | 48.44 | 45.45 | 32.61 | - |
| YUV | 181.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 144 | 0 | 0.23 | 0.34 | 0.14 | 20 | 0.51 | 0.71 |
| Hex | DB | A9 | 90 | 0 | 17 | 22 | E | 14 | 33 | 47 |
| Octal | 333 | 251 | 220 | 0 | 27 | 42 | 16 | 24 | 63 | 107 |
| Binary | 11011011 | 10101001 | 10010000 | 0 | 10111 | 100010 | 1110 | 10100 | 110011 | 1000111 |
Color Harmonies of #DBA990
Complementary color
Monochromatic Colors of #DBA990
Black with #DBA990
Text Example
Text Example
White with #DBA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA990; }
p { color: rgb(219,169,144); }
H1.HeaderClassName
{
color: #DBA990;
}
.AnyTagClassName
{
color: #DBA990;
}
</style>
background-color css
<style>
a { background-color: #DBA990; }
a { background-color: rgb(219,169,144); }
div.DivClassName
{
background-color: #DBA990;
}
.BgClassName
{
background-color: #DBA990;
}
</style>
border-color css
<style>
span { border-color: #DBA990; }
span { border-color: rgb(219,169,144); }
td.TdClassName
{
border-color: #DBA990;
}
.TagClassName
{
border-color: #DBA990;
}
</style>