Shades of Roman #DB6A59
Tints of Roman #DB6A59
RGB
CMYK
RGB Variations
Color information
#DB6A59 (or 0xDB6A59) is known color: Roman. HEX triplet: DB, 6A and 59. RGB value is (219,106,89). Sum of RGB (Red+Green+Blue) = 219+106+89=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A59 is #2495A6. Grayscale: #8A8A8A. Windows color (decimal): -2397607 or 5860059. OLE color: 5860059.
HSL color Cylindrical-coordinate representation of color #DB6A59: hue angle of 7.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB6A59 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 89 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.14 |
| HSL | 7.85º | 0.64% | 0.6% | - |
| HSV(B) | 7.85º | 0.59% | 0.86% | - |
| XYZ | 36.17 | 26.09 | 12.58 | - |
| YUV | 137.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 89 | 0 | 0.52 | 0.59 | 0.14 | 7.85 | 0.64 | 0.6 |
| Hex | DB | 6A | 59 | 0 | 34 | 3B | E | 8 | 40 | 3C |
| Octal | 333 | 152 | 131 | 0 | 64 | 73 | 16 | 10 | 100 | 74 |
| Binary | 11011011 | 1101010 | 1011001 | 0 | 110100 | 111011 | 1110 | 1000 | 1000000 | 111100 |
Color Harmonies of #DB6A59
Complementary color
Monochromatic Colors of #DB6A59
Black with #DB6A59
Text Example
Text Example
White with #DB6A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A59; }
p { color: rgb(219,106,89); }
H1.HeaderClassName
{
color: #DB6A59;
}
.AnyTagClassName
{
color: #DB6A59;
}
</style>
background-color css
<style>
a { background-color: #DB6A59; }
a { background-color: rgb(219,106,89); }
div.DivClassName
{
background-color: #DB6A59;
}
.BgClassName
{
background-color: #DB6A59;
}
</style>
border-color css
<style>
span { border-color: #DB6A59; }
span { border-color: rgb(219,106,89); }
td.TdClassName
{
border-color: #DB6A59;
}
.TagClassName
{
border-color: #DB6A59;
}
</style>