Shades of Roman #DB6357
Tints of Roman #DB6357
RGB
CMYK
RGB Variations
Color information
#DB6357 (or 0xDB6357) is known color: Roman. HEX triplet: DB, 63 and 57. RGB value is (219,99,87). Sum of RGB (Red+Green+Blue) = 219+99+87=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6357 is #249CA8. Grayscale: #858585. Windows color (decimal): -2399401 or 5727195. OLE color: 5727195.
HSL color Cylindrical-coordinate representation of color #DB6357: hue angle of 5.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB6357 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 87 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.14 |
| HSL | 5.45º | 0.65% | 0.6% | - |
| HSV(B) | 5.45º | 0.6% | 0.86% | - |
| XYZ | 35.4 | 24.67 | 11.91 | - |
| YUV | 133.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 87 | 0 | 0.55 | 0.60 | 0.14 | 5.45 | 0.65 | 0.6 |
| Hex | DB | 63 | 57 | 0 | 37 | 3C | E | 5 | 41 | 3C |
| Octal | 333 | 143 | 127 | 0 | 67 | 74 | 16 | 5 | 101 | 74 |
| Binary | 11011011 | 1100011 | 1010111 | 0 | 110111 | 111100 | 1110 | 101 | 1000001 | 111100 |
Color Harmonies of #DB6357
Complementary color
Monochromatic Colors of #DB6357
Black with #DB6357
Text Example
Text Example
White with #DB6357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6357; }
p { color: rgb(219,99,87); }
H1.HeaderClassName
{
color: #DB6357;
}
.AnyTagClassName
{
color: #DB6357;
}
</style>
background-color css
<style>
a { background-color: #DB6357; }
a { background-color: rgb(219,99,87); }
div.DivClassName
{
background-color: #DB6357;
}
.BgClassName
{
background-color: #DB6357;
}
</style>
border-color css
<style>
span { border-color: #DB6357; }
span { border-color: rgb(219,99,87); }
td.TdClassName
{
border-color: #DB6357;
}
.TagClassName
{
border-color: #DB6357;
}
</style>