Shades of Roman #DB655D
Tints of Roman #DB655D
RGB
CMYK
RGB Variations
Color information
#DB655D (or 0xDB655D) is known color: Roman. HEX triplet: DB, 65 and 5D. RGB value is (219,101,93). Sum of RGB (Red+Green+Blue) = 219+101+93=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB655D is #249AA2. Grayscale: #878787. Windows color (decimal): -2398883 or 6120923. OLE color: 6120923.
HSL color Cylindrical-coordinate representation of color #DB655D: hue angle of 3.81º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB655D is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 93 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.14 |
| HSL | 3.81º | 0.64% | 0.61% | - |
| HSV(B) | 3.81º | 0.58% | 0.86% | - |
| XYZ | 35.84 | 25.16 | 13.32 | - |
| YUV | 135.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 93 | 0 | 0.54 | 0.58 | 0.14 | 3.81 | 0.64 | 0.61 |
| Hex | DB | 65 | 5D | 0 | 36 | 3A | E | 4 | 40 | 3D |
| Octal | 333 | 145 | 135 | 0 | 66 | 72 | 16 | 4 | 100 | 75 |
| Binary | 11011011 | 1100101 | 1011101 | 0 | 110110 | 111010 | 1110 | 100 | 1000000 | 111101 |
Color Harmonies of #DB655D
Complementary color
Monochromatic Colors of #DB655D
Black with #DB655D
Text Example
Text Example
White with #DB655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB655D; }
p { color: rgb(219,101,93); }
H1.HeaderClassName
{
color: #DB655D;
}
.AnyTagClassName
{
color: #DB655D;
}
</style>
background-color css
<style>
a { background-color: #DB655D; }
a { background-color: rgb(219,101,93); }
div.DivClassName
{
background-color: #DB655D;
}
.BgClassName
{
background-color: #DB655D;
}
</style>
border-color css
<style>
span { border-color: #DB655D; }
span { border-color: rgb(219,101,93); }
td.TdClassName
{
border-color: #DB655D;
}
.TagClassName
{
border-color: #DB655D;
}
</style>