Shades of Roman #DB6256
Tints of Roman #DB6256
RGB
CMYK
RGB Variations
Color information
#DB6256 (or 0xDB6256) is known color: Roman. HEX triplet: DB, 62 and 56. RGB value is (219,98,86). Sum of RGB (Red+Green+Blue) = 219+98+86=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6256 is #249DA9. Grayscale: #848484. Windows color (decimal): -2399658 or 5661403. OLE color: 5661403.
HSL color Cylindrical-coordinate representation of color #DB6256: hue angle of 5.41º 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 #DB6256 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 86 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.14 |
| HSL | 5.41º | 0.65% | 0.6% | - |
| HSV(B) | 5.41º | 0.61% | 0.86% | - |
| XYZ | 35.26 | 24.47 | 11.67 | - |
| YUV | 132.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 86 | 0 | 0.55 | 0.61 | 0.14 | 5.41 | 0.65 | 0.6 |
| Hex | DB | 62 | 56 | 0 | 37 | 3D | E | 5 | 41 | 3C |
| Octal | 333 | 142 | 126 | 0 | 67 | 75 | 16 | 5 | 101 | 74 |
| Binary | 11011011 | 1100010 | 1010110 | 0 | 110111 | 111101 | 1110 | 101 | 1000001 | 111100 |
Color Harmonies of #DB6256
Complementary color
Monochromatic Colors of #DB6256
Black with #DB6256
Text Example
Text Example
White with #DB6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6256; }
p { color: rgb(219,98,86); }
H1.HeaderClassName
{
color: #DB6256;
}
.AnyTagClassName
{
color: #DB6256;
}
</style>
background-color css
<style>
a { background-color: #DB6256; }
a { background-color: rgb(219,98,86); }
div.DivClassName
{
background-color: #DB6256;
}
.BgClassName
{
background-color: #DB6256;
}
</style>
border-color css
<style>
span { border-color: #DB6256; }
span { border-color: rgb(219,98,86); }
td.TdClassName
{
border-color: #DB6256;
}
.TagClassName
{
border-color: #DB6256;
}
</style>