Shades of Roman #DB6B61
Tints of Roman #DB6B61
RGB
CMYK
RGB Variations
Color information
#DB6B61 (or 0xDB6B61) is known color: Roman. HEX triplet: DB, 6B and 61. RGB value is (219,107,97). Sum of RGB (Red+Green+Blue) = 219+107+97=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B61 is #24949E. Grayscale: #8B8B8B. Windows color (decimal): -2397343 or 6384603. OLE color: 6384603.
HSL color Cylindrical-coordinate representation of color #DB6B61: hue angle of 4.92º 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 #DB6B61 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 97 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.14 |
| HSL | 4.92º | 0.63% | 0.62% | - |
| HSV(B) | 4.92º | 0.56% | 0.86% | - |
| XYZ | 36.63 | 26.44 | 14.48 | - |
| YUV | 139.35 | 104.11 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 97 | 0 | 0.51 | 0.56 | 0.14 | 4.92 | 0.63 | 0.62 |
| Hex | DB | 6B | 61 | 0 | 33 | 38 | E | 5 | 3F | 3E |
| Octal | 333 | 153 | 141 | 0 | 63 | 70 | 16 | 5 | 77 | 76 |
| Binary | 11011011 | 1101011 | 1100001 | 0 | 110011 | 111000 | 1110 | 101 | 111111 | 111110 |
Color Harmonies of #DB6B61
Complementary color
Monochromatic Colors of #DB6B61
Black with #DB6B61
Text Example
Text Example
White with #DB6B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B61; }
p { color: rgb(219,107,97); }
H1.HeaderClassName
{
color: #DB6B61;
}
.AnyTagClassName
{
color: #DB6B61;
}
</style>
background-color css
<style>
a { background-color: #DB6B61; }
a { background-color: rgb(219,107,97); }
div.DivClassName
{
background-color: #DB6B61;
}
.BgClassName
{
background-color: #DB6B61;
}
</style>
border-color css
<style>
span { border-color: #DB6B61; }
span { border-color: rgb(219,107,97); }
td.TdClassName
{
border-color: #DB6B61;
}
.TagClassName
{
border-color: #DB6B61;
}
</style>