Shades of Roman #DB6D69
Tints of Roman #DB6D69
RGB
CMYK
RGB Variations
Color information
#DB6D69 (or 0xDB6D69) is known color: Roman. HEX triplet: DB, 6D and 69. RGB value is (219,109,105). Sum of RGB (Red+Green+Blue) = 219+109+105=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D69 is #249296. Grayscale: #8D8D8D. Windows color (decimal): -2396823 or 6909403. OLE color: 6909403.
HSL color Cylindrical-coordinate representation of color #DB6D69: hue angle of 2.11º 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 #DB6D69 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 105 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.14 |
| HSL | 2.11º | 0.61% | 0.64% | - |
| HSV(B) | 2.11º | 0.52% | 0.86% | - |
| XYZ | 37.23 | 27.02 | 16.62 | - |
| YUV | 141.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 105 | 0 | 0.50 | 0.52 | 0.14 | 2.11 | 0.61 | 0.64 |
| Hex | DB | 6D | 69 | 0 | 32 | 34 | E | 2 | 3D | 40 |
| Octal | 333 | 155 | 151 | 0 | 62 | 64 | 16 | 2 | 75 | 100 |
| Binary | 11011011 | 1101101 | 1101001 | 0 | 110010 | 110100 | 1110 | 10 | 111101 | 1000000 |
Color Harmonies of #DB6D69
Complementary color
Monochromatic Colors of #DB6D69
Black with #DB6D69
Text Example
Text Example
White with #DB6D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D69; }
p { color: rgb(219,109,105); }
H1.HeaderClassName
{
color: #DB6D69;
}
.AnyTagClassName
{
color: #DB6D69;
}
</style>
background-color css
<style>
a { background-color: #DB6D69; }
a { background-color: rgb(219,109,105); }
div.DivClassName
{
background-color: #DB6D69;
}
.BgClassName
{
background-color: #DB6D69;
}
</style>
border-color css
<style>
span { border-color: #DB6D69; }
span { border-color: rgb(219,109,105); }
td.TdClassName
{
border-color: #DB6D69;
}
.TagClassName
{
border-color: #DB6D69;
}
</style>