Shades of Roman #DB6156
Tints of Roman #DB6156
RGB
CMYK
RGB Variations
Color information
#DB6156 (or 0xDB6156) is known color: Roman. HEX triplet: DB, 61 and 56. RGB value is (219,97,86). Sum of RGB (Red+Green+Blue) = 219+97+86=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6156 is #249EA9. Grayscale: #848484. Windows color (decimal): -2399914 or 5661147. OLE color: 5661147.
HSL color Cylindrical-coordinate representation of color #DB6156: hue angle of 4.96º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB6156 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 86 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.14 |
| HSL | 4.96º | 0.65% | 0.6% | - |
| HSV(B) | 4.96º | 0.61% | 0.86% | - |
| XYZ | 35.17 | 24.28 | 11.64 | - |
| YUV | 132.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 86 | 0 | 0.56 | 0.61 | 0.14 | 4.96 | 0.65 | 0.6 |
| Hex | DB | 61 | 56 | 0 | 38 | 3D | E | 5 | 41 | 3C |
| Octal | 333 | 141 | 126 | 0 | 70 | 75 | 16 | 5 | 101 | 74 |
| Binary | 11011011 | 1100001 | 1010110 | 0 | 111000 | 111101 | 1110 | 101 | 1000001 | 111100 |
Color Harmonies of #DB6156
Complementary color
Monochromatic Colors of #DB6156
Black with #DB6156
Text Example
Text Example
White with #DB6156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6156; }
p { color: rgb(219,97,86); }
H1.HeaderClassName
{
color: #DB6156;
}
.AnyTagClassName
{
color: #DB6156;
}
</style>
background-color css
<style>
a { background-color: #DB6156; }
a { background-color: rgb(219,97,86); }
div.DivClassName
{
background-color: #DB6156;
}
.BgClassName
{
background-color: #DB6156;
}
</style>
border-color css
<style>
span { border-color: #DB6156; }
span { border-color: rgb(219,97,86); }
td.TdClassName
{
border-color: #DB6156;
}
.TagClassName
{
border-color: #DB6156;
}
</style>