Shades of Roman #DB655F
Tints of Roman #DB655F
RGB
CMYK
RGB Variations
Color information
#DB655F (or 0xDB655F) is known color: Roman. HEX triplet: DB, 65 and 5F. RGB value is (219,101,95). Sum of RGB (Red+Green+Blue) = 219+101+95=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB655F is #249AA0. Grayscale: #878787. Windows color (decimal): -2398881 or 6251995. OLE color: 6251995.
HSL color Cylindrical-coordinate representation of color #DB655F: hue angle of 2.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB655F is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 95 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.14 |
| HSL | 2.9º | 0.63% | 0.62% | - |
| HSV(B) | 2.9º | 0.57% | 0.86% | - |
| XYZ | 35.93 | 25.19 | 13.8 | - |
| YUV | 135.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 95 | 0 | 0.54 | 0.57 | 0.14 | 2.9 | 0.63 | 0.62 |
| Hex | DB | 65 | 5F | 0 | 36 | 39 | E | 3 | 3F | 3E |
| Octal | 333 | 145 | 137 | 0 | 66 | 71 | 16 | 3 | 77 | 76 |
| Binary | 11011011 | 1100101 | 1011111 | 0 | 110110 | 111001 | 1110 | 11 | 111111 | 111110 |
Color Harmonies of #DB655F
Complementary color
Monochromatic Colors of #DB655F
Black with #DB655F
Text Example
Text Example
White with #DB655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB655F; }
p { color: rgb(219,101,95); }
H1.HeaderClassName
{
color: #DB655F;
}
.AnyTagClassName
{
color: #DB655F;
}
</style>
background-color css
<style>
a { background-color: #DB655F; }
a { background-color: rgb(219,101,95); }
div.DivClassName
{
background-color: #DB655F;
}
.BgClassName
{
background-color: #DB655F;
}
</style>
border-color css
<style>
span { border-color: #DB655F; }
span { border-color: rgb(219,101,95); }
td.TdClassName
{
border-color: #DB655F;
}
.TagClassName
{
border-color: #DB655F;
}
</style>