Shades of Roman #DB655A
Tints of Roman #DB655A
RGB
CMYK
RGB Variations
Color information
#DB655A (or 0xDB655A) is known color: Roman. HEX triplet: DB, 65 and 5A. RGB value is (219,101,90). Sum of RGB (Red+Green+Blue) = 219+101+90=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB655A is #249AA5. Grayscale: #878787. Windows color (decimal): -2398886 or 5924315. OLE color: 5924315.
HSL color Cylindrical-coordinate representation of color #DB655A: hue angle of 5.12º 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 #DB655A is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 90 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.14 |
| HSL | 5.12º | 0.64% | 0.61% | - |
| HSV(B) | 5.12º | 0.59% | 0.86% | - |
| XYZ | 35.71 | 25.11 | 12.64 | - |
| YUV | 135.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 90 | 0 | 0.54 | 0.59 | 0.14 | 5.12 | 0.64 | 0.61 |
| Hex | DB | 65 | 5A | 0 | 36 | 3B | E | 5 | 40 | 3D |
| Octal | 333 | 145 | 132 | 0 | 66 | 73 | 16 | 5 | 100 | 75 |
| Binary | 11011011 | 1100101 | 1011010 | 0 | 110110 | 111011 | 1110 | 101 | 1000000 | 111101 |
Color Harmonies of #DB655A
Complementary color
Monochromatic Colors of #DB655A
Black with #DB655A
Text Example
Text Example
White with #DB655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB655A; }
p { color: rgb(219,101,90); }
H1.HeaderClassName
{
color: #DB655A;
}
.AnyTagClassName
{
color: #DB655A;
}
</style>
background-color css
<style>
a { background-color: #DB655A; }
a { background-color: rgb(219,101,90); }
div.DivClassName
{
background-color: #DB655A;
}
.BgClassName
{
background-color: #DB655A;
}
</style>
border-color css
<style>
span { border-color: #DB655A; }
span { border-color: rgb(219,101,90); }
td.TdClassName
{
border-color: #DB655A;
}
.TagClassName
{
border-color: #DB655A;
}
</style>