Shades of Roman #DB6C6A
Tints of Roman #DB6C6A
RGB
CMYK
RGB Variations
Color information
#DB6C6A (or 0xDB6C6A) is known color: Roman. HEX triplet: DB, 6C and 6A. RGB value is (219,108,106). Sum of RGB (Red+Green+Blue) = 219+108+106=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C6A is #249395. Grayscale: #8D8D8D. Windows color (decimal): -2397078 or 6974683. OLE color: 6974683.
HSL color Cylindrical-coordinate representation of color #DB6C6A: hue angle of 1.06º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6C6A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 106 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.14 |
| HSL | 1.06º | 0.61% | 0.64% | - |
| HSV(B) | 1.06º | 0.52% | 0.86% | - |
| XYZ | 37.18 | 26.83 | 16.85 | - |
| YUV | 140.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 106 | 0 | 0.51 | 0.52 | 0.14 | 1.06 | 0.61 | 0.64 |
| Hex | DB | 6C | 6A | 0 | 33 | 34 | E | 1 | 3D | 40 |
| Octal | 333 | 154 | 152 | 0 | 63 | 64 | 16 | 1 | 75 | 100 |
| Binary | 11011011 | 1101100 | 1101010 | 0 | 110011 | 110100 | 1110 | 1 | 111101 | 1000000 |
Color Harmonies of #DB6C6A
Complementary color
Monochromatic Colors of #DB6C6A
Black with #DB6C6A
Text Example
Text Example
White with #DB6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C6A; }
p { color: rgb(219,108,106); }
H1.HeaderClassName
{
color: #DB6C6A;
}
.AnyTagClassName
{
color: #DB6C6A;
}
</style>
background-color css
<style>
a { background-color: #DB6C6A; }
a { background-color: rgb(219,108,106); }
div.DivClassName
{
background-color: #DB6C6A;
}
.BgClassName
{
background-color: #DB6C6A;
}
</style>
border-color css
<style>
span { border-color: #DB6C6A; }
span { border-color: rgb(219,108,106); }
td.TdClassName
{
border-color: #DB6C6A;
}
.TagClassName
{
border-color: #DB6C6A;
}
</style>