Shades of Rose #DBA491
Tints of Rose #DBA491
RGB
CMYK
RGB Variations
Color information
#DBA491 (or 0xDBA491) is known color: Rose. HEX triplet: DB, A4 and 91. RGB value is (219,164,145). Sum of RGB (Red+Green+Blue) = 219+164+145=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA491 is #245B6E. Grayscale: #B2B2B2. Windows color (decimal): -2382703 or 9544923. OLE color: 9544923.
HSL color Cylindrical-coordinate representation of color #DBA491: hue angle of 15.41º 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 #DBA491 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 145 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.14 |
| HSL | 15.41º | 0.51% | 0.71% | - |
| HSV(B) | 15.41º | 0.34% | 0.86% | - |
| XYZ | 47.6 | 43.66 | 32.71 | - |
| YUV | 178.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 145 | 0 | 0.25 | 0.34 | 0.14 | 15.41 | 0.51 | 0.71 |
| Hex | DB | A4 | 91 | 0 | 19 | 22 | E | F | 33 | 47 |
| Octal | 333 | 244 | 221 | 0 | 31 | 42 | 16 | 17 | 63 | 107 |
| Binary | 11011011 | 10100100 | 10010001 | 0 | 11001 | 100010 | 1110 | 1111 | 110011 | 1000111 |
Color Harmonies of #DBA491
Complementary color
Monochromatic Colors of #DBA491
Black with #DBA491
Text Example
Text Example
White with #DBA491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA491; }
p { color: rgb(219,164,145); }
H1.HeaderClassName
{
color: #DBA491;
}
.AnyTagClassName
{
color: #DBA491;
}
</style>
background-color css
<style>
a { background-color: #DBA491; }
a { background-color: rgb(219,164,145); }
div.DivClassName
{
background-color: #DBA491;
}
.BgClassName
{
background-color: #DBA491;
}
</style>
border-color css
<style>
span { border-color: #DBA491; }
span { border-color: rgb(219,164,145); }
td.TdClassName
{
border-color: #DBA491;
}
.TagClassName
{
border-color: #DBA491;
}
</style>