Shades of Roman #DB6764
Tints of Roman #DB6764
RGB
CMYK
RGB Variations
Color information
#DB6764 (or 0xDB6764) is known color: Roman. HEX triplet: DB, 67 and 64. RGB value is (219,103,100). Sum of RGB (Red+Green+Blue) = 219+103+100=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6764 is #24989B. Grayscale: #898989. Windows color (decimal): -2398364 or 6580187. OLE color: 6580187.
HSL color Cylindrical-coordinate representation of color #DB6764: hue angle of 1.51º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6764 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 100 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.14 |
| HSL | 1.51º | 0.62% | 0.63% | - |
| HSV(B) | 1.51º | 0.54% | 0.86% | - |
| XYZ | 36.36 | 25.68 | 15.1 | - |
| YUV | 137.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 100 | 0 | 0.53 | 0.54 | 0.14 | 1.51 | 0.62 | 0.63 |
| Hex | DB | 67 | 64 | 0 | 35 | 36 | E | 2 | 3E | 3F |
| Octal | 333 | 147 | 144 | 0 | 65 | 66 | 16 | 2 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1100100 | 0 | 110101 | 110110 | 1110 | 10 | 111110 | 111111 |
Color Harmonies of #DB6764
Complementary color
Monochromatic Colors of #DB6764
Black with #DB6764
Text Example
Text Example
White with #DB6764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6764; }
p { color: rgb(219,103,100); }
H1.HeaderClassName
{
color: #DB6764;
}
.AnyTagClassName
{
color: #DB6764;
}
</style>
background-color css
<style>
a { background-color: #DB6764; }
a { background-color: rgb(219,103,100); }
div.DivClassName
{
background-color: #DB6764;
}
.BgClassName
{
background-color: #DB6764;
}
</style>
border-color css
<style>
span { border-color: #DB6764; }
span { border-color: rgb(219,103,100); }
td.TdClassName
{
border-color: #DB6764;
}
.TagClassName
{
border-color: #DB6764;
}
</style>