Shades of Roman #DB6460
Tints of Roman #DB6460
RGB
CMYK
RGB Variations
Color information
#DB6460 (or 0xDB6460) is known color: Roman. HEX triplet: DB, 64 and 60. RGB value is (219,100,96). Sum of RGB (Red+Green+Blue) = 219+100+96=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6460 is #249B9F. Grayscale: #878787. Windows color (decimal): -2399136 or 6317275. OLE color: 6317275.
HSL color Cylindrical-coordinate representation of color #DB6460: hue angle of 1.95º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6460 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 96 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.14 |
| HSL | 1.95º | 0.63% | 0.62% | - |
| HSV(B) | 1.95º | 0.56% | 0.86% | - |
| XYZ | 35.88 | 25.02 | 14 | - |
| YUV | 135.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 96 | 0 | 0.54 | 0.56 | 0.14 | 1.95 | 0.63 | 0.62 |
| Hex | DB | 64 | 60 | 0 | 36 | 38 | E | 2 | 3F | 3E |
| Octal | 333 | 144 | 140 | 0 | 66 | 70 | 16 | 2 | 77 | 76 |
| Binary | 11011011 | 1100100 | 1100000 | 0 | 110110 | 111000 | 1110 | 10 | 111111 | 111110 |
Color Harmonies of #DB6460
Complementary color
Monochromatic Colors of #DB6460
Black with #DB6460
Text Example
Text Example
White with #DB6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6460; }
p { color: rgb(219,100,96); }
H1.HeaderClassName
{
color: #DB6460;
}
.AnyTagClassName
{
color: #DB6460;
}
</style>
background-color css
<style>
a { background-color: #DB6460; }
a { background-color: rgb(219,100,96); }
div.DivClassName
{
background-color: #DB6460;
}
.BgClassName
{
background-color: #DB6460;
}
</style>
border-color css
<style>
span { border-color: #DB6460; }
span { border-color: rgb(219,100,96); }
td.TdClassName
{
border-color: #DB6460;
}
.TagClassName
{
border-color: #DB6460;
}
</style>