Shades of Rose #DBA596
Tints of Rose #DBA596
RGB
CMYK
RGB Variations
Color information
#DBA596 (or 0xDBA596) is known color: Rose. HEX triplet: DB, A5 and 96. RGB value is (219,165,150). Sum of RGB (Red+Green+Blue) = 219+165+150=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA596 is #245A69. Grayscale: #B3B3B3. Windows color (decimal): -2382442 or 9872859. OLE color: 9872859.
HSL color Cylindrical-coordinate representation of color #DBA596: hue angle of 13.04º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA596 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 150 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.14 |
| HSL | 13.04º | 0.49% | 0.72% | - |
| HSV(B) | 13.04º | 0.32% | 0.86% | - |
| XYZ | 48.17 | 44.17 | 34.84 | - |
| YUV | 179.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 150 | 0 | 0.25 | 0.32 | 0.14 | 13.04 | 0.49 | 0.72 |
| Hex | DB | A5 | 96 | 0 | 19 | 20 | E | D | 31 | 48 |
| Octal | 333 | 245 | 226 | 0 | 31 | 40 | 16 | 15 | 61 | 110 |
| Binary | 11011011 | 10100101 | 10010110 | 0 | 11001 | 100000 | 1110 | 1101 | 110001 | 1001000 |
Color Harmonies of #DBA596
Complementary color
Monochromatic Colors of #DBA596
Black with #DBA596
Text Example
Text Example
White with #DBA596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA596; }
p { color: rgb(219,165,150); }
H1.HeaderClassName
{
color: #DBA596;
}
.AnyTagClassName
{
color: #DBA596;
}
</style>
background-color css
<style>
a { background-color: #DBA596; }
a { background-color: rgb(219,165,150); }
div.DivClassName
{
background-color: #DBA596;
}
.BgClassName
{
background-color: #DBA596;
}
</style>
border-color css
<style>
span { border-color: #DBA596; }
span { border-color: rgb(219,165,150); }
td.TdClassName
{
border-color: #DBA596;
}
.TagClassName
{
border-color: #DBA596;
}
</style>