Shades of Rose #DBA490
Tints of Rose #DBA490
RGB
CMYK
RGB Variations
Color information
#DBA490 (or 0xDBA490) is known color: Rose. HEX triplet: DB, A4 and 90. RGB value is (219,164,144). Sum of RGB (Red+Green+Blue) = 219+164+144=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA490 is #245B6F. Grayscale: #B2B2B2. Windows color (decimal): -2382704 or 9479387. OLE color: 9479387.
HSL color Cylindrical-coordinate representation of color #DBA490: hue angle of 16º 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 #DBA490 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 144 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.14 |
| HSL | 16º | 0.51% | 0.71% | - |
| HSV(B) | 16º | 0.34% | 0.86% | - |
| XYZ | 47.52 | 43.62 | 32.3 | - |
| YUV | 178.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 144 | 0 | 0.25 | 0.34 | 0.14 | 16 | 0.51 | 0.71 |
| Hex | DB | A4 | 90 | 0 | 19 | 22 | E | 10 | 33 | 47 |
| Octal | 333 | 244 | 220 | 0 | 31 | 42 | 16 | 20 | 63 | 107 |
| Binary | 11011011 | 10100100 | 10010000 | 0 | 11001 | 100010 | 1110 | 10000 | 110011 | 1000111 |
Color Harmonies of #DBA490
Complementary color
Monochromatic Colors of #DBA490
Black with #DBA490
Text Example
Text Example
White with #DBA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA490; }
p { color: rgb(219,164,144); }
H1.HeaderClassName
{
color: #DBA490;
}
.AnyTagClassName
{
color: #DBA490;
}
</style>
background-color css
<style>
a { background-color: #DBA490; }
a { background-color: rgb(219,164,144); }
div.DivClassName
{
background-color: #DBA490;
}
.BgClassName
{
background-color: #DBA490;
}
</style>
border-color css
<style>
span { border-color: #DBA490; }
span { border-color: rgb(219,164,144); }
td.TdClassName
{
border-color: #DBA490;
}
.TagClassName
{
border-color: #DBA490;
}
</style>