Shades of Roman #DB5956
Tints of Roman #DB5956
RGB
CMYK
RGB Variations
Color information
#DB5956 (or 0xDB5956) is known color: Roman. HEX triplet: DB, 59 and 56. RGB value is (219,89,86). Sum of RGB (Red+Green+Blue) = 219+89+86=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5956 is #24A6A9. Grayscale: #7F7F7F. Windows color (decimal): -2401962 or 5659099. OLE color: 5659099.
HSL color Cylindrical-coordinate representation of color #DB5956: hue angle of 1.35º 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 #DB5956 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 86 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.14 |
| HSL | 1.35º | 0.65% | 0.6% | - |
| HSV(B) | 1.35º | 0.61% | 0.86% | - |
| XYZ | 34.47 | 22.88 | 11.4 | - |
| YUV | 127.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 86 | 0 | 0.59 | 0.61 | 0.14 | 1.35 | 0.65 | 0.6 |
| Hex | DB | 59 | 56 | 0 | 3B | 3D | E | 1 | 41 | 3C |
| Octal | 333 | 131 | 126 | 0 | 73 | 75 | 16 | 1 | 101 | 74 |
| Binary | 11011011 | 1011001 | 1010110 | 0 | 111011 | 111101 | 1110 | 1 | 1000001 | 111100 |
Color Harmonies of #DB5956
Complementary color
Monochromatic Colors of #DB5956
Black with #DB5956
Text Example
Text Example
White with #DB5956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5956; }
p { color: rgb(219,89,86); }
H1.HeaderClassName
{
color: #DB5956;
}
.AnyTagClassName
{
color: #DB5956;
}
</style>
background-color css
<style>
a { background-color: #DB5956; }
a { background-color: rgb(219,89,86); }
div.DivClassName
{
background-color: #DB5956;
}
.BgClassName
{
background-color: #DB5956;
}
</style>
border-color css
<style>
span { border-color: #DB5956; }
span { border-color: rgb(219,89,86); }
td.TdClassName
{
border-color: #DB5956;
}
.TagClassName
{
border-color: #DB5956;
}
</style>