Shades of Roman #DB6B60
Tints of Roman #DB6B60
RGB
CMYK
RGB Variations
Color information
#DB6B60 (or 0xDB6B60) is known color: Roman. HEX triplet: DB, 6B and 60. RGB value is (219,107,96). Sum of RGB (Red+Green+Blue) = 219+107+96=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B60 is #24949F. Grayscale: #8B8B8B. Windows color (decimal): -2397344 or 6319067. OLE color: 6319067.
HSL color Cylindrical-coordinate representation of color #DB6B60: hue angle of 5.37º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6B60 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 96 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.14 |
| HSL | 5.37º | 0.63% | 0.62% | - |
| HSV(B) | 5.37º | 0.56% | 0.86% | - |
| XYZ | 36.58 | 26.42 | 14.24 | - |
| YUV | 139.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 96 | 0 | 0.51 | 0.56 | 0.14 | 5.37 | 0.63 | 0.62 |
| Hex | DB | 6B | 60 | 0 | 33 | 38 | E | 5 | 3F | 3E |
| Octal | 333 | 153 | 140 | 0 | 63 | 70 | 16 | 5 | 77 | 76 |
| Binary | 11011011 | 1101011 | 1100000 | 0 | 110011 | 111000 | 1110 | 101 | 111111 | 111110 |
Color Harmonies of #DB6B60
Complementary color
Monochromatic Colors of #DB6B60
Black with #DB6B60
Text Example
Text Example
White with #DB6B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B60; }
p { color: rgb(219,107,96); }
H1.HeaderClassName
{
color: #DB6B60;
}
.AnyTagClassName
{
color: #DB6B60;
}
</style>
background-color css
<style>
a { background-color: #DB6B60; }
a { background-color: rgb(219,107,96); }
div.DivClassName
{
background-color: #DB6B60;
}
.BgClassName
{
background-color: #DB6B60;
}
</style>
border-color css
<style>
span { border-color: #DB6B60; }
span { border-color: rgb(219,107,96); }
td.TdClassName
{
border-color: #DB6B60;
}
.TagClassName
{
border-color: #DB6B60;
}
</style>