Shades of Roman #DB6A5E
Tints of Roman #DB6A5E
RGB
CMYK
RGB Variations
Color information
#DB6A5E (or 0xDB6A5E) is known color: Roman. HEX triplet: DB, 6A and 5E. RGB value is (219,106,94). Sum of RGB (Red+Green+Blue) = 219+106+94=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A5E is #2495A1. Grayscale: #8A8A8A. Windows color (decimal): -2397602 or 6187739. OLE color: 6187739.
HSL color Cylindrical-coordinate representation of color #DB6A5E: hue angle of 5.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6A5E is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 94 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.14 |
| HSL | 5.76º | 0.63% | 0.61% | - |
| HSV(B) | 5.76º | 0.57% | 0.86% | - |
| XYZ | 36.39 | 26.18 | 13.72 | - |
| YUV | 138.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 94 | 0 | 0.52 | 0.57 | 0.14 | 5.76 | 0.63 | 0.61 |
| Hex | DB | 6A | 5E | 0 | 34 | 39 | E | 6 | 3F | 3D |
| Octal | 333 | 152 | 136 | 0 | 64 | 71 | 16 | 6 | 77 | 75 |
| Binary | 11011011 | 1101010 | 1011110 | 0 | 110100 | 111001 | 1110 | 110 | 111111 | 111101 |
Color Harmonies of #DB6A5E
Complementary color
Monochromatic Colors of #DB6A5E
Black with #DB6A5E
Text Example
Text Example
White with #DB6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A5E; }
p { color: rgb(219,106,94); }
H1.HeaderClassName
{
color: #DB6A5E;
}
.AnyTagClassName
{
color: #DB6A5E;
}
</style>
background-color css
<style>
a { background-color: #DB6A5E; }
a { background-color: rgb(219,106,94); }
div.DivClassName
{
background-color: #DB6A5E;
}
.BgClassName
{
background-color: #DB6A5E;
}
</style>
border-color css
<style>
span { border-color: #DB6A5E; }
span { border-color: rgb(219,106,94); }
td.TdClassName
{
border-color: #DB6A5E;
}
.TagClassName
{
border-color: #DB6A5E;
}
</style>