Shades of Roman #DB6A68
Tints of Roman #DB6A68
RGB
CMYK
RGB Variations
Color information
#DB6A68 (or 0xDB6A68) is known color: Roman. HEX triplet: DB, 6A and 68. RGB value is (219,106,104). Sum of RGB (Red+Green+Blue) = 219+106+104=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A68 is #249597. Grayscale: #8B8B8B. Windows color (decimal): -2397592 or 6843099. OLE color: 6843099.
HSL color Cylindrical-coordinate representation of color #DB6A68: hue angle of 1.04º degrees, saturation: 0.61, 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 #DB6A68 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 104 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.14 |
| HSL | 1.04º | 0.61% | 0.63% | - |
| HSV(B) | 1.04º | 0.53% | 0.86% | - |
| XYZ | 36.87 | 26.37 | 16.24 | - |
| YUV | 139.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 104 | 0 | 0.52 | 0.53 | 0.14 | 1.04 | 0.61 | 0.63 |
| Hex | DB | 6A | 68 | 0 | 34 | 35 | E | 1 | 3D | 3F |
| Octal | 333 | 152 | 150 | 0 | 64 | 65 | 16 | 1 | 75 | 77 |
| Binary | 11011011 | 1101010 | 1101000 | 0 | 110100 | 110101 | 1110 | 1 | 111101 | 111111 |
Color Harmonies of #DB6A68
Complementary color
Monochromatic Colors of #DB6A68
Black with #DB6A68
Text Example
Text Example
White with #DB6A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A68; }
p { color: rgb(219,106,104); }
H1.HeaderClassName
{
color: #DB6A68;
}
.AnyTagClassName
{
color: #DB6A68;
}
</style>
background-color css
<style>
a { background-color: #DB6A68; }
a { background-color: rgb(219,106,104); }
div.DivClassName
{
background-color: #DB6A68;
}
.BgClassName
{
background-color: #DB6A68;
}
</style>
border-color css
<style>
span { border-color: #DB6A68; }
span { border-color: rgb(219,106,104); }
td.TdClassName
{
border-color: #DB6A68;
}
.TagClassName
{
border-color: #DB6A68;
}
</style>