Shades of Roman #DB6559
Tints of Roman #DB6559
RGB
CMYK
RGB Variations
Color information
#DB6559 (or 0xDB6559) is known color: Roman. HEX triplet: DB, 65 and 59. RGB value is (219,101,89). Sum of RGB (Red+Green+Blue) = 219+101+89=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6559 is #249AA6. Grayscale: #878787. Windows color (decimal): -2398887 or 5858779. OLE color: 5858779.
HSL color Cylindrical-coordinate representation of color #DB6559: hue angle of 5.54º 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 #DB6559 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 89 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.14 |
| HSL | 5.54º | 0.64% | 0.6% | - |
| HSV(B) | 5.54º | 0.59% | 0.86% | - |
| XYZ | 35.67 | 25.09 | 12.41 | - |
| YUV | 134.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 89 | 0 | 0.54 | 0.59 | 0.14 | 5.54 | 0.64 | 0.6 |
| Hex | DB | 65 | 59 | 0 | 36 | 3B | E | 6 | 40 | 3C |
| Octal | 333 | 145 | 131 | 0 | 66 | 73 | 16 | 6 | 100 | 74 |
| Binary | 11011011 | 1100101 | 1011001 | 0 | 110110 | 111011 | 1110 | 110 | 1000000 | 111100 |
Color Harmonies of #DB6559
Complementary color
Monochromatic Colors of #DB6559
Black with #DB6559
Text Example
Text Example
White with #DB6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6559; }
p { color: rgb(219,101,89); }
H1.HeaderClassName
{
color: #DB6559;
}
.AnyTagClassName
{
color: #DB6559;
}
</style>
background-color css
<style>
a { background-color: #DB6559; }
a { background-color: rgb(219,101,89); }
div.DivClassName
{
background-color: #DB6559;
}
.BgClassName
{
background-color: #DB6559;
}
</style>
border-color css
<style>
span { border-color: #DB6559; }
span { border-color: rgb(219,101,89); }
td.TdClassName
{
border-color: #DB6559;
}
.TagClassName
{
border-color: #DB6559;
}
</style>