Shades of Roman #DB685A
Tints of Roman #DB685A
RGB
CMYK
RGB Variations
Color information
#DB685A (or 0xDB685A) is known color: Roman. HEX triplet: DB, 68 and 5A. RGB value is (219,104,90). Sum of RGB (Red+Green+Blue) = 219+104+90=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB685A is #2497A5. Grayscale: #888888. Windows color (decimal): -2398118 or 5925083. OLE color: 5925083.
HSL color Cylindrical-coordinate representation of color #DB685A: hue angle of 6.51º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB685A is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 90 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.14 |
| HSL | 6.51º | 0.64% | 0.61% | - |
| HSV(B) | 6.51º | 0.59% | 0.86% | - |
| XYZ | 36.01 | 25.7 | 12.74 | - |
| YUV | 136.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 90 | 0 | 0.53 | 0.59 | 0.14 | 6.51 | 0.64 | 0.61 |
| Hex | DB | 68 | 5A | 0 | 35 | 3B | E | 7 | 40 | 3D |
| Octal | 333 | 150 | 132 | 0 | 65 | 73 | 16 | 7 | 100 | 75 |
| Binary | 11011011 | 1101000 | 1011010 | 0 | 110101 | 111011 | 1110 | 111 | 1000000 | 111101 |
Color Harmonies of #DB685A
Complementary color
Monochromatic Colors of #DB685A
Black with #DB685A
Text Example
Text Example
White with #DB685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB685A; }
p { color: rgb(219,104,90); }
H1.HeaderClassName
{
color: #DB685A;
}
.AnyTagClassName
{
color: #DB685A;
}
</style>
background-color css
<style>
a { background-color: #DB685A; }
a { background-color: rgb(219,104,90); }
div.DivClassName
{
background-color: #DB685A;
}
.BgClassName
{
background-color: #DB685A;
}
</style>
border-color css
<style>
span { border-color: #DB685A; }
span { border-color: rgb(219,104,90); }
td.TdClassName
{
border-color: #DB685A;
}
.TagClassName
{
border-color: #DB685A;
}
</style>