Shades of Roman #DB6A69
Tints of Roman #DB6A69
RGB
CMYK
RGB Variations
Color information
#DB6A69 (or 0xDB6A69) is known color: Roman. HEX triplet: DB, 6A and 69. RGB value is (219,106,105). Sum of RGB (Red+Green+Blue) = 219+106+105=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A69 is #249596. Grayscale: #8B8B8B. Windows color (decimal): -2397591 or 6908635. OLE color: 6908635.
HSL color Cylindrical-coordinate representation of color #DB6A69: hue angle of 0.53º 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 #DB6A69 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 105 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.14 |
| HSL | 0.53º | 0.61% | 0.64% | - |
| HSV(B) | 0.53º | 0.52% | 0.86% | - |
| XYZ | 36.92 | 26.39 | 16.51 | - |
| YUV | 139.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 105 | 0 | 0.52 | 0.52 | 0.14 | 0.53 | 0.61 | 0.64 |
| Hex | DB | 6A | 69 | 0 | 34 | 34 | E | 1 | 3D | 40 |
| Octal | 333 | 152 | 151 | 0 | 64 | 64 | 16 | 1 | 75 | 100 |
| Binary | 11011011 | 1101010 | 1101001 | 0 | 110100 | 110100 | 1110 | 1 | 111101 | 1000000 |
Color Harmonies of #DB6A69
Complementary color
Monochromatic Colors of #DB6A69
Black with #DB6A69
Text Example
Text Example
White with #DB6A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A69; }
p { color: rgb(219,106,105); }
H1.HeaderClassName
{
color: #DB6A69;
}
.AnyTagClassName
{
color: #DB6A69;
}
</style>
background-color css
<style>
a { background-color: #DB6A69; }
a { background-color: rgb(219,106,105); }
div.DivClassName
{
background-color: #DB6A69;
}
.BgClassName
{
background-color: #DB6A69;
}
</style>
border-color css
<style>
span { border-color: #DB6A69; }
span { border-color: rgb(219,106,105); }
td.TdClassName
{
border-color: #DB6A69;
}
.TagClassName
{
border-color: #DB6A69;
}
</style>