Shades of Roman #DB6D6B
Tints of Roman #DB6D6B
RGB
CMYK
RGB Variations
Color information
#DB6D6B (or 0xDB6D6B) is known color: Roman. HEX triplet: DB, 6D and 6B. RGB value is (219,109,107). Sum of RGB (Red+Green+Blue) = 219+109+107=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D6B is #249294. Grayscale: #8D8D8D. Windows color (decimal): -2396821 or 7040475. OLE color: 7040475.
HSL color Cylindrical-coordinate representation of color #DB6D6B: hue angle of 1.07º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6D6B is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 107 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.14 |
| HSL | 1.07º | 0.61% | 0.64% | - |
| HSV(B) | 1.07º | 0.51% | 0.86% | - |
| XYZ | 37.34 | 27.06 | 17.16 | - |
| YUV | 141.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 107 | 0 | 0.50 | 0.51 | 0.14 | 1.07 | 0.61 | 0.64 |
| Hex | DB | 6D | 6B | 0 | 32 | 33 | E | 1 | 3D | 40 |
| Octal | 333 | 155 | 153 | 0 | 62 | 63 | 16 | 1 | 75 | 100 |
| Binary | 11011011 | 1101101 | 1101011 | 0 | 110010 | 110011 | 1110 | 1 | 111101 | 1000000 |
Color Harmonies of #DB6D6B
Complementary color
Monochromatic Colors of #DB6D6B
Black with #DB6D6B
Text Example
Text Example
White with #DB6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D6B; }
p { color: rgb(219,109,107); }
H1.HeaderClassName
{
color: #DB6D6B;
}
.AnyTagClassName
{
color: #DB6D6B;
}
</style>
background-color css
<style>
a { background-color: #DB6D6B; }
a { background-color: rgb(219,109,107); }
div.DivClassName
{
background-color: #DB6D6B;
}
.BgClassName
{
background-color: #DB6D6B;
}
</style>
border-color css
<style>
span { border-color: #DB6D6B; }
span { border-color: rgb(219,109,107); }
td.TdClassName
{
border-color: #DB6D6B;
}
.TagClassName
{
border-color: #DB6D6B;
}
</style>