Shades of Roman #DB6A67
Tints of Roman #DB6A67
RGB
CMYK
RGB Variations
Color information
#DB6A67 (or 0xDB6A67) is known color: Roman. HEX triplet: DB, 6A and 67. RGB value is (219,106,103). Sum of RGB (Red+Green+Blue) = 219+106+103=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A67 is #249598. Grayscale: #8B8B8B. Windows color (decimal): -2397593 or 6777563. OLE color: 6777563.
HSL color Cylindrical-coordinate representation of color #DB6A67: hue angle of 1.55º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6A67 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 103 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.14 |
| HSL | 1.55º | 0.62% | 0.63% | - |
| HSV(B) | 1.55º | 0.53% | 0.86% | - |
| XYZ | 36.82 | 26.35 | 15.98 | - |
| YUV | 139.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 103 | 0 | 0.52 | 0.53 | 0.14 | 1.55 | 0.62 | 0.63 |
| Hex | DB | 6A | 67 | 0 | 34 | 35 | E | 2 | 3E | 3F |
| Octal | 333 | 152 | 147 | 0 | 64 | 65 | 16 | 2 | 76 | 77 |
| Binary | 11011011 | 1101010 | 1100111 | 0 | 110100 | 110101 | 1110 | 10 | 111110 | 111111 |
Color Harmonies of #DB6A67
Complementary color
Monochromatic Colors of #DB6A67
Black with #DB6A67
Text Example
Text Example
White with #DB6A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A67; }
p { color: rgb(219,106,103); }
H1.HeaderClassName
{
color: #DB6A67;
}
.AnyTagClassName
{
color: #DB6A67;
}
</style>
background-color css
<style>
a { background-color: #DB6A67; }
a { background-color: rgb(219,106,103); }
div.DivClassName
{
background-color: #DB6A67;
}
.BgClassName
{
background-color: #DB6A67;
}
</style>
border-color css
<style>
span { border-color: #DB6A67; }
span { border-color: rgb(219,106,103); }
td.TdClassName
{
border-color: #DB6A67;
}
.TagClassName
{
border-color: #DB6A67;
}
</style>