Shades of Roman #DB6657
Tints of Roman #DB6657
RGB
CMYK
RGB Variations
Color information
#DB6657 (or 0xDB6657) is known color: Roman. HEX triplet: DB, 66 and 57. RGB value is (219,102,87). Sum of RGB (Red+Green+Blue) = 219+102+87=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6657 is #2499A8. Grayscale: #878787. Windows color (decimal): -2398633 or 5727963. OLE color: 5727963.
HSL color Cylindrical-coordinate representation of color #DB6657: hue angle of 6.82º 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 #DB6657 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 87 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.14 |
| HSL | 6.82º | 0.65% | 0.6% | - |
| HSV(B) | 6.82º | 0.6% | 0.86% | - |
| XYZ | 35.69 | 25.25 | 12.01 | - |
| YUV | 135.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 87 | 0 | 0.53 | 0.60 | 0.14 | 6.82 | 0.65 | 0.6 |
| Hex | DB | 66 | 57 | 0 | 35 | 3C | E | 7 | 41 | 3C |
| Octal | 333 | 146 | 127 | 0 | 65 | 74 | 16 | 7 | 101 | 74 |
| Binary | 11011011 | 1100110 | 1010111 | 0 | 110101 | 111100 | 1110 | 111 | 1000001 | 111100 |
Color Harmonies of #DB6657
Complementary color
Monochromatic Colors of #DB6657
Black with #DB6657
Text Example
Text Example
White with #DB6657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6657; }
p { color: rgb(219,102,87); }
H1.HeaderClassName
{
color: #DB6657;
}
.AnyTagClassName
{
color: #DB6657;
}
</style>
background-color css
<style>
a { background-color: #DB6657; }
a { background-color: rgb(219,102,87); }
div.DivClassName
{
background-color: #DB6657;
}
.BgClassName
{
background-color: #DB6657;
}
</style>
border-color css
<style>
span { border-color: #DB6657; }
span { border-color: rgb(219,102,87); }
td.TdClassName
{
border-color: #DB6657;
}
.TagClassName
{
border-color: #DB6657;
}
</style>