Shades of Roman #DB6756
Tints of Roman #DB6756
RGB
CMYK
RGB Variations
Color information
#DB6756 (or 0xDB6756) is known color: Roman. HEX triplet: DB, 67 and 56. RGB value is (219,103,86). Sum of RGB (Red+Green+Blue) = 219+103+86=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6756 is #2498A9. Grayscale: #878787. Windows color (decimal): -2398378 or 5662683. OLE color: 5662683.
HSL color Cylindrical-coordinate representation of color #DB6756: hue angle of 7.67º 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 #DB6756 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 86 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.14 |
| HSL | 7.67º | 0.65% | 0.6% | - |
| HSV(B) | 7.67º | 0.61% | 0.86% | - |
| XYZ | 35.74 | 25.43 | 11.83 | - |
| YUV | 135.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 86 | 0 | 0.53 | 0.61 | 0.14 | 7.67 | 0.65 | 0.6 |
| Hex | DB | 67 | 56 | 0 | 35 | 3D | E | 8 | 41 | 3C |
| Octal | 333 | 147 | 126 | 0 | 65 | 75 | 16 | 10 | 101 | 74 |
| Binary | 11011011 | 1100111 | 1010110 | 0 | 110101 | 111101 | 1110 | 1000 | 1000001 | 111100 |
Color Harmonies of #DB6756
Complementary color
Monochromatic Colors of #DB6756
Black with #DB6756
Text Example
Text Example
White with #DB6756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6756; }
p { color: rgb(219,103,86); }
H1.HeaderClassName
{
color: #DB6756;
}
.AnyTagClassName
{
color: #DB6756;
}
</style>
background-color css
<style>
a { background-color: #DB6756; }
a { background-color: rgb(219,103,86); }
div.DivClassName
{
background-color: #DB6756;
}
.BgClassName
{
background-color: #DB6756;
}
</style>
border-color css
<style>
span { border-color: #DB6756; }
span { border-color: rgb(219,103,86); }
td.TdClassName
{
border-color: #DB6756;
}
.TagClassName
{
border-color: #DB6756;
}
</style>