Shades of Roman #DB645A
Tints of Roman #DB645A
RGB
CMYK
RGB Variations
Color information
#DB645A (or 0xDB645A) is known color: Roman. HEX triplet: DB, 64 and 5A. RGB value is (219,100,90). Sum of RGB (Red+Green+Blue) = 219+100+90=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB645A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB645A is #249BA5. Grayscale: #868686. Windows color (decimal): -2399142 or 5924059. OLE color: 5924059.
HSL color Cylindrical-coordinate representation of color #DB645A: hue angle of 4.65º 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 #DB645A is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 90 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.14 |
| HSL | 4.65º | 0.64% | 0.61% | - |
| HSV(B) | 4.65º | 0.59% | 0.86% | - |
| XYZ | 35.62 | 24.91 | 12.6 | - |
| YUV | 134.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 90 | 0 | 0.54 | 0.59 | 0.14 | 4.65 | 0.64 | 0.61 |
| Hex | DB | 64 | 5A | 0 | 36 | 3B | E | 5 | 40 | 3D |
| Octal | 333 | 144 | 132 | 0 | 66 | 73 | 16 | 5 | 100 | 75 |
| Binary | 11011011 | 1100100 | 1011010 | 0 | 110110 | 111011 | 1110 | 101 | 1000000 | 111101 |
Color Harmonies of #DB645A
Complementary color
Monochromatic Colors of #DB645A
Black with #DB645A
Text Example
Text Example
White with #DB645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB645A; }
p { color: rgb(219,100,90); }
H1.HeaderClassName
{
color: #DB645A;
}
.AnyTagClassName
{
color: #DB645A;
}
</style>
background-color css
<style>
a { background-color: #DB645A; }
a { background-color: rgb(219,100,90); }
div.DivClassName
{
background-color: #DB645A;
}
.BgClassName
{
background-color: #DB645A;
}
</style>
border-color css
<style>
span { border-color: #DB645A; }
span { border-color: rgb(219,100,90); }
td.TdClassName
{
border-color: #DB645A;
}
.TagClassName
{
border-color: #DB645A;
}
</style>