Shades of Roman #DB6D67
Tints of Roman #DB6D67
RGB
CMYK
RGB Variations
Color information
#DB6D67 (or 0xDB6D67) is known color: Roman. HEX triplet: DB, 6D and 67. RGB value is (219,109,103). Sum of RGB (Red+Green+Blue) = 219+109+103=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D67 is #249298. Grayscale: #8D8D8D. Windows color (decimal): -2396825 or 6778331. OLE color: 6778331.
HSL color Cylindrical-coordinate representation of color #DB6D67: hue angle of 3.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6D67 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 103 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.14 |
| HSL | 3.1º | 0.62% | 0.63% | - |
| HSV(B) | 3.1º | 0.53% | 0.86% | - |
| XYZ | 37.13 | 26.98 | 16.08 | - |
| YUV | 141.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 103 | 0 | 0.50 | 0.53 | 0.14 | 3.1 | 0.62 | 0.63 |
| Hex | DB | 6D | 67 | 0 | 32 | 35 | E | 3 | 3E | 3F |
| Octal | 333 | 155 | 147 | 0 | 62 | 65 | 16 | 3 | 76 | 77 |
| Binary | 11011011 | 1101101 | 1100111 | 0 | 110010 | 110101 | 1110 | 11 | 111110 | 111111 |
Color Harmonies of #DB6D67
Complementary color
Monochromatic Colors of #DB6D67
Black with #DB6D67
Text Example
Text Example
White with #DB6D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D67; }
p { color: rgb(219,109,103); }
H1.HeaderClassName
{
color: #DB6D67;
}
.AnyTagClassName
{
color: #DB6D67;
}
</style>
background-color css
<style>
a { background-color: #DB6D67; }
a { background-color: rgb(219,109,103); }
div.DivClassName
{
background-color: #DB6D67;
}
.BgClassName
{
background-color: #DB6D67;
}
</style>
border-color css
<style>
span { border-color: #DB6D67; }
span { border-color: rgb(219,109,103); }
td.TdClassName
{
border-color: #DB6D67;
}
.TagClassName
{
border-color: #DB6D67;
}
</style>