Shades of Roman #DB6B65
Tints of Roman #DB6B65
RGB
CMYK
RGB Variations
Color information
#DB6B65 (or 0xDB6B65) is known color: Roman. HEX triplet: DB, 6B and 65. RGB value is (219,107,101). Sum of RGB (Red+Green+Blue) = 219+107+101=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B65 is #24949A. Grayscale: #8B8B8B. Windows color (decimal): -2397339 or 6646747. OLE color: 6646747.
HSL color Cylindrical-coordinate representation of color #DB6B65: hue angle of 3.05º 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 #DB6B65 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 101 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.14 |
| HSL | 3.05º | 0.62% | 0.63% | - |
| HSV(B) | 3.05º | 0.54% | 0.86% | - |
| XYZ | 36.82 | 26.52 | 15.49 | - |
| YUV | 139.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 101 | 0 | 0.51 | 0.54 | 0.14 | 3.05 | 0.62 | 0.63 |
| Hex | DB | 6B | 65 | 0 | 33 | 36 | E | 3 | 3E | 3F |
| Octal | 333 | 153 | 145 | 0 | 63 | 66 | 16 | 3 | 76 | 77 |
| Binary | 11011011 | 1101011 | 1100101 | 0 | 110011 | 110110 | 1110 | 11 | 111110 | 111111 |
Color Harmonies of #DB6B65
Complementary color
Monochromatic Colors of #DB6B65
Black with #DB6B65
Text Example
Text Example
White with #DB6B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B65; }
p { color: rgb(219,107,101); }
H1.HeaderClassName
{
color: #DB6B65;
}
.AnyTagClassName
{
color: #DB6B65;
}
</style>
background-color css
<style>
a { background-color: #DB6B65; }
a { background-color: rgb(219,107,101); }
div.DivClassName
{
background-color: #DB6B65;
}
.BgClassName
{
background-color: #DB6B65;
}
</style>
border-color css
<style>
span { border-color: #DB6B65; }
span { border-color: rgb(219,107,101); }
td.TdClassName
{
border-color: #DB6B65;
}
.TagClassName
{
border-color: #DB6B65;
}
</style>