Shades of Roman #DB6D65
Tints of Roman #DB6D65
RGB
CMYK
RGB Variations
Color information
#DB6D65 (or 0xDB6D65) is known color: Roman. HEX triplet: DB, 6D and 65. RGB value is (219,109,101). Sum of RGB (Red+Green+Blue) = 219+109+101=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D65 is #24929A. Grayscale: #8D8D8D. Windows color (decimal): -2396827 or 6647259. OLE color: 6647259.
HSL color Cylindrical-coordinate representation of color #DB6D65: hue angle of 4.07º 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 #DB6D65 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 101 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.14 |
| HSL | 4.07º | 0.62% | 0.63% | - |
| HSV(B) | 4.07º | 0.54% | 0.86% | - |
| XYZ | 37.03 | 26.94 | 15.56 | - |
| YUV | 140.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 101 | 0 | 0.50 | 0.54 | 0.14 | 4.07 | 0.62 | 0.63 |
| Hex | DB | 6D | 65 | 0 | 32 | 36 | E | 4 | 3E | 3F |
| Octal | 333 | 155 | 145 | 0 | 62 | 66 | 16 | 4 | 76 | 77 |
| Binary | 11011011 | 1101101 | 1100101 | 0 | 110010 | 110110 | 1110 | 100 | 111110 | 111111 |
Color Harmonies of #DB6D65
Complementary color
Monochromatic Colors of #DB6D65
Black with #DB6D65
Text Example
Text Example
White with #DB6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D65; }
p { color: rgb(219,109,101); }
H1.HeaderClassName
{
color: #DB6D65;
}
.AnyTagClassName
{
color: #DB6D65;
}
</style>
background-color css
<style>
a { background-color: #DB6D65; }
a { background-color: rgb(219,109,101); }
div.DivClassName
{
background-color: #DB6D65;
}
.BgClassName
{
background-color: #DB6D65;
}
</style>
border-color css
<style>
span { border-color: #DB6D65; }
span { border-color: rgb(219,109,101); }
td.TdClassName
{
border-color: #DB6D65;
}
.TagClassName
{
border-color: #DB6D65;
}
</style>