Shades of Roman #DB6757
Tints of Roman #DB6757
RGB
CMYK
RGB Variations
Color information
#DB6757 (or 0xDB6757) is known color: Roman. HEX triplet: DB, 67 and 57. RGB value is (219,103,87). Sum of RGB (Red+Green+Blue) = 219+103+87=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6757 is #2498A8. Grayscale: #888888. Windows color (decimal): -2398377 or 5728219. OLE color: 5728219.
HSL color Cylindrical-coordinate representation of color #DB6757: hue angle of 7.27º 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 #DB6757 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 87 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.14 |
| HSL | 7.27º | 0.65% | 0.6% | - |
| HSV(B) | 7.27º | 0.6% | 0.86% | - |
| XYZ | 35.78 | 25.45 | 12.04 | - |
| YUV | 135.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 87 | 0 | 0.53 | 0.60 | 0.14 | 7.27 | 0.65 | 0.6 |
| Hex | DB | 67 | 57 | 0 | 35 | 3C | E | 7 | 41 | 3C |
| Octal | 333 | 147 | 127 | 0 | 65 | 74 | 16 | 7 | 101 | 74 |
| Binary | 11011011 | 1100111 | 1010111 | 0 | 110101 | 111100 | 1110 | 111 | 1000001 | 111100 |
Color Harmonies of #DB6757
Complementary color
Monochromatic Colors of #DB6757
Black with #DB6757
Text Example
Text Example
White with #DB6757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6757; }
p { color: rgb(219,103,87); }
H1.HeaderClassName
{
color: #DB6757;
}
.AnyTagClassName
{
color: #DB6757;
}
</style>
background-color css
<style>
a { background-color: #DB6757; }
a { background-color: rgb(219,103,87); }
div.DivClassName
{
background-color: #DB6757;
}
.BgClassName
{
background-color: #DB6757;
}
</style>
border-color css
<style>
span { border-color: #DB6757; }
span { border-color: rgb(219,103,87); }
td.TdClassName
{
border-color: #DB6757;
}
.TagClassName
{
border-color: #DB6757;
}
</style>