Shades of Roman #DB6763
Tints of Roman #DB6763
RGB
CMYK
RGB Variations
Color information
#DB6763 (or 0xDB6763) is known color: Roman. HEX triplet: DB, 67 and 63. RGB value is (219,103,99). Sum of RGB (Red+Green+Blue) = 219+103+99=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6763 is #24989C. Grayscale: #898989. Windows color (decimal): -2398365 or 6514651. OLE color: 6514651.
HSL color Cylindrical-coordinate representation of color #DB6763: hue angle of 2º degrees, saturation: 0.62, 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 #DB6763 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 99 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.14 |
| HSL | 2º | 0.63% | 0.62% | - |
| HSV(B) | 2º | 0.55% | 0.86% | - |
| XYZ | 36.32 | 25.66 | 14.84 | - |
| YUV | 137.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 99 | 0 | 0.53 | 0.55 | 0.14 | 2 | 0.63 | 0.62 |
| Hex | DB | 67 | 63 | 0 | 35 | 37 | E | 2 | 3E | 3E |
| Octal | 333 | 147 | 143 | 0 | 65 | 67 | 16 | 2 | 76 | 76 |
| Binary | 11011011 | 1100111 | 1100011 | 0 | 110101 | 110111 | 1110 | 10 | 111110 | 111110 |
Color Harmonies of #DB6763
Complementary color
Monochromatic Colors of #DB6763
Black with #DB6763
Text Example
Text Example
White with #DB6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6763; }
p { color: rgb(219,103,99); }
H1.HeaderClassName
{
color: #DB6763;
}
.AnyTagClassName
{
color: #DB6763;
}
</style>
background-color css
<style>
a { background-color: #DB6763; }
a { background-color: rgb(219,103,99); }
div.DivClassName
{
background-color: #DB6763;
}
.BgClassName
{
background-color: #DB6763;
}
</style>
border-color css
<style>
span { border-color: #DB6763; }
span { border-color: rgb(219,103,99); }
td.TdClassName
{
border-color: #DB6763;
}
.TagClassName
{
border-color: #DB6763;
}
</style>