Shades of Roman #DB6356
Tints of Roman #DB6356
RGB
CMYK
RGB Variations
Color information
#DB6356 (or 0xDB6356) is known color: Roman. HEX triplet: DB, 63 and 56. RGB value is (219,99,86). Sum of RGB (Red+Green+Blue) = 219+99+86=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6356 is #249CA9. Grayscale: #858585. Windows color (decimal): -2399402 or 5661659. OLE color: 5661659.
HSL color Cylindrical-coordinate representation of color #DB6356: hue angle of 5.86º 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 #DB6356 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 86 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.14 |
| HSL | 5.86º | 0.65% | 0.6% | - |
| HSV(B) | 5.86º | 0.61% | 0.86% | - |
| XYZ | 35.35 | 24.66 | 11.7 | - |
| YUV | 133.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 86 | 0 | 0.55 | 0.61 | 0.14 | 5.86 | 0.65 | 0.6 |
| Hex | DB | 63 | 56 | 0 | 37 | 3D | E | 6 | 41 | 3C |
| Octal | 333 | 143 | 126 | 0 | 67 | 75 | 16 | 6 | 101 | 74 |
| Binary | 11011011 | 1100011 | 1010110 | 0 | 110111 | 111101 | 1110 | 110 | 1000001 | 111100 |
Color Harmonies of #DB6356
Complementary color
Monochromatic Colors of #DB6356
Black with #DB6356
Text Example
Text Example
White with #DB6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6356; }
p { color: rgb(219,99,86); }
H1.HeaderClassName
{
color: #DB6356;
}
.AnyTagClassName
{
color: #DB6356;
}
</style>
background-color css
<style>
a { background-color: #DB6356; }
a { background-color: rgb(219,99,86); }
div.DivClassName
{
background-color: #DB6356;
}
.BgClassName
{
background-color: #DB6356;
}
</style>
border-color css
<style>
span { border-color: #DB6356; }
span { border-color: rgb(219,99,86); }
td.TdClassName
{
border-color: #DB6356;
}
.TagClassName
{
border-color: #DB6356;
}
</style>