Shades of Roman #DB6456
Tints of Roman #DB6456
RGB
CMYK
RGB Variations
Color information
#DB6456 (or 0xDB6456) is known color: Roman. HEX triplet: DB, 64 and 56. RGB value is (219,100,86). Sum of RGB (Red+Green+Blue) = 219+100+86=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6456 is #249BA9. Grayscale: #868686. Windows color (decimal): -2399146 or 5661915. OLE color: 5661915.
HSL color Cylindrical-coordinate representation of color #DB6456: hue angle of 6.32º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB6456 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 86 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.14 |
| HSL | 6.32º | 0.65% | 0.6% | - |
| HSV(B) | 6.32º | 0.61% | 0.86% | - |
| XYZ | 35.45 | 24.85 | 11.73 | - |
| YUV | 133.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 86 | 0 | 0.54 | 0.61 | 0.14 | 6.32 | 0.65 | 0.6 |
| Hex | DB | 64 | 56 | 0 | 36 | 3D | E | 6 | 41 | 3C |
| Octal | 333 | 144 | 126 | 0 | 66 | 75 | 16 | 6 | 101 | 74 |
| Binary | 11011011 | 1100100 | 1010110 | 0 | 110110 | 111101 | 1110 | 110 | 1000001 | 111100 |
Color Harmonies of #DB6456
Complementary color
Monochromatic Colors of #DB6456
Black with #DB6456
Text Example
Text Example
White with #DB6456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6456; }
p { color: rgb(219,100,86); }
H1.HeaderClassName
{
color: #DB6456;
}
.AnyTagClassName
{
color: #DB6456;
}
</style>
background-color css
<style>
a { background-color: #DB6456; }
a { background-color: rgb(219,100,86); }
div.DivClassName
{
background-color: #DB6456;
}
.BgClassName
{
background-color: #DB6456;
}
</style>
border-color css
<style>
span { border-color: #DB6456; }
span { border-color: rgb(219,100,86); }
td.TdClassName
{
border-color: #DB6456;
}
.TagClassName
{
border-color: #DB6456;
}
</style>