Shades of Roman #DB6762
Tints of Roman #DB6762
RGB
CMYK
RGB Variations
Color information
#DB6762 (or 0xDB6762) is known color: Roman. HEX triplet: DB, 67 and 62. RGB value is (219,103,98). Sum of RGB (Red+Green+Blue) = 219+103+98=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6762 is #24989D. Grayscale: #898989. Windows color (decimal): -2398366 or 6449115. OLE color: 6449115.
HSL color Cylindrical-coordinate representation of color #DB6762: hue angle of 2.48º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6762 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 98 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.14 |
| HSL | 2.48º | 0.63% | 0.62% | - |
| HSV(B) | 2.48º | 0.55% | 0.86% | - |
| XYZ | 36.27 | 25.64 | 14.59 | - |
| YUV | 137.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 98 | 0 | 0.53 | 0.55 | 0.14 | 2.48 | 0.63 | 0.62 |
| Hex | DB | 67 | 62 | 0 | 35 | 37 | E | 2 | 3F | 3E |
| Octal | 333 | 147 | 142 | 0 | 65 | 67 | 16 | 2 | 77 | 76 |
| Binary | 11011011 | 1100111 | 1100010 | 0 | 110101 | 110111 | 1110 | 10 | 111111 | 111110 |
Color Harmonies of #DB6762
Complementary color
Monochromatic Colors of #DB6762
Black with #DB6762
Text Example
Text Example
White with #DB6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6762; }
p { color: rgb(219,103,98); }
H1.HeaderClassName
{
color: #DB6762;
}
.AnyTagClassName
{
color: #DB6762;
}
</style>
background-color css
<style>
a { background-color: #DB6762; }
a { background-color: rgb(219,103,98); }
div.DivClassName
{
background-color: #DB6762;
}
.BgClassName
{
background-color: #DB6762;
}
</style>
border-color css
<style>
span { border-color: #DB6762; }
span { border-color: rgb(219,103,98); }
td.TdClassName
{
border-color: #DB6762;
}
.TagClassName
{
border-color: #DB6762;
}
</style>