Shades of Roman #DB6054
Tints of Roman #DB6054
RGB
CMYK
RGB Variations
Color information
#DB6054 (or 0xDB6054) is known color: Roman. HEX triplet: DB, 60 and 54. RGB value is (219,96,84). Sum of RGB (Red+Green+Blue) = 219+96+84=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6054 is #249FAB. Grayscale: #838383. Windows color (decimal): -2400172 or 5529819. OLE color: 5529819.
HSL color Cylindrical-coordinate representation of color #DB6054: hue angle of 5.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB6054 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 84 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.14 |
| HSL | 5.33º | 0.65% | 0.59% | - |
| HSV(B) | 5.33º | 0.62% | 0.86% | - |
| XYZ | 35 | 24.07 | 11.19 | - |
| YUV | 131.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 84 | 0 | 0.56 | 0.62 | 0.14 | 5.33 | 0.65 | 0.59 |
| Hex | DB | 60 | 54 | 0 | 38 | 3E | E | 5 | 41 | 3B |
| Octal | 333 | 140 | 124 | 0 | 70 | 76 | 16 | 5 | 101 | 73 |
| Binary | 11011011 | 1100000 | 1010100 | 0 | 111000 | 111110 | 1110 | 101 | 1000001 | 111011 |
Color Harmonies of #DB6054
Complementary color
Monochromatic Colors of #DB6054
Black with #DB6054
Text Example
Text Example
White with #DB6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6054; }
p { color: rgb(219,96,84); }
H1.HeaderClassName
{
color: #DB6054;
}
.AnyTagClassName
{
color: #DB6054;
}
</style>
background-color css
<style>
a { background-color: #DB6054; }
a { background-color: rgb(219,96,84); }
div.DivClassName
{
background-color: #DB6054;
}
.BgClassName
{
background-color: #DB6054;
}
</style>
border-color css
<style>
span { border-color: #DB6054; }
span { border-color: rgb(219,96,84); }
td.TdClassName
{
border-color: #DB6054;
}
.TagClassName
{
border-color: #DB6054;
}
</style>