Shades of Roman #DB6257
Tints of Roman #DB6257
RGB
CMYK
RGB Variations
Color information
#DB6257 (or 0xDB6257) is known color: Roman. HEX triplet: DB, 62 and 57. RGB value is (219,98,87). Sum of RGB (Red+Green+Blue) = 219+98+87=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6257 is #249DA8. Grayscale: #858585. Windows color (decimal): -2399657 or 5726939. OLE color: 5726939.
HSL color Cylindrical-coordinate representation of color #DB6257: hue angle of 5º 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 #DB6257 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 87 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.14 |
| HSL | 5º | 0.65% | 0.6% | - |
| HSV(B) | 5º | 0.6% | 0.86% | - |
| XYZ | 35.3 | 24.48 | 11.88 | - |
| YUV | 132.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 87 | 0 | 0.55 | 0.60 | 0.14 | 5 | 0.65 | 0.6 |
| Hex | DB | 62 | 57 | 0 | 37 | 3C | E | 5 | 41 | 3C |
| Octal | 333 | 142 | 127 | 0 | 67 | 74 | 16 | 5 | 101 | 74 |
| Binary | 11011011 | 1100010 | 1010111 | 0 | 110111 | 111100 | 1110 | 101 | 1000001 | 111100 |
Color Harmonies of #DB6257
Complementary color
Monochromatic Colors of #DB6257
Black with #DB6257
Text Example
Text Example
White with #DB6257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6257; }
p { color: rgb(219,98,87); }
H1.HeaderClassName
{
color: #DB6257;
}
.AnyTagClassName
{
color: #DB6257;
}
</style>
background-color css
<style>
a { background-color: #DB6257; }
a { background-color: rgb(219,98,87); }
div.DivClassName
{
background-color: #DB6257;
}
.BgClassName
{
background-color: #DB6257;
}
</style>
border-color css
<style>
span { border-color: #DB6257; }
span { border-color: rgb(219,98,87); }
td.TdClassName
{
border-color: #DB6257;
}
.TagClassName
{
border-color: #DB6257;
}
</style>