Shades of Rose #DBA391
Tints of Rose #DBA391
RGB
CMYK
RGB Variations
Color information
#DBA391 (or 0xDBA391) is known color: Rose. HEX triplet: DB, A3 and 91. RGB value is (219,163,145). Sum of RGB (Red+Green+Blue) = 219+163+145=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA391 is #245C6E. Grayscale: #B1B1B1. Windows color (decimal): -2382959 or 9544667. OLE color: 9544667.
HSL color Cylindrical-coordinate representation of color #DBA391: hue angle of 14.59º 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 #DBA391 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 145 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.14 |
| HSL | 14.59º | 0.51% | 0.71% | - |
| HSV(B) | 14.59º | 0.34% | 0.86% | - |
| XYZ | 47.42 | 43.3 | 32.65 | - |
| YUV | 177.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 145 | 0 | 0.26 | 0.34 | 0.14 | 14.59 | 0.51 | 0.71 |
| Hex | DB | A3 | 91 | 0 | 1A | 22 | E | F | 33 | 47 |
| Octal | 333 | 243 | 221 | 0 | 32 | 42 | 16 | 17 | 63 | 107 |
| Binary | 11011011 | 10100011 | 10010001 | 0 | 11010 | 100010 | 1110 | 1111 | 110011 | 1000111 |
Color Harmonies of #DBA391
Complementary color
Monochromatic Colors of #DBA391
Black with #DBA391
Text Example
Text Example
White with #DBA391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA391; }
p { color: rgb(219,163,145); }
H1.HeaderClassName
{
color: #DBA391;
}
.AnyTagClassName
{
color: #DBA391;
}
</style>
background-color css
<style>
a { background-color: #DBA391; }
a { background-color: rgb(219,163,145); }
div.DivClassName
{
background-color: #DBA391;
}
.BgClassName
{
background-color: #DBA391;
}
</style>
border-color css
<style>
span { border-color: #DBA391; }
span { border-color: rgb(219,163,145); }
td.TdClassName
{
border-color: #DBA391;
}
.TagClassName
{
border-color: #DBA391;
}
</style>