Shades of Roman #DF6660
Tints of Roman #DF6660
RGB
CMYK
RGB Variations
Color information
#DF6660 (or 0xDF6660) is known color: Roman. HEX triplet: DF, 66 and 60. RGB value is (223,102,96). Sum of RGB (Red+Green+Blue) = 223+102+96=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6660 is #20999F. Grayscale: #898989. Windows color (decimal): -2136480 or 6317791. OLE color: 6317791.
HSL color Cylindrical-coordinate representation of color #DF6660: hue angle of 2.83º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6660 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 96 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.13 |
| HSL | 2.83º | 0.66% | 0.63% | - |
| HSV(B) | 2.83º | 0.57% | 0.87% | - |
| XYZ | 37.29 | 26.04 | 14.13 | - |
| YUV | 137.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 96 | 0 | 0.54 | 0.57 | 0.13 | 2.83 | 0.66 | 0.63 |
| Hex | DF | 66 | 60 | 0 | 36 | 39 | D | 3 | 42 | 3F |
| Octal | 337 | 146 | 140 | 0 | 66 | 71 | 15 | 3 | 102 | 77 |
| Binary | 11011111 | 1100110 | 1100000 | 0 | 110110 | 111001 | 1101 | 11 | 1000010 | 111111 |
Color Harmonies of #DF6660
Complementary color
Monochromatic Colors of #DF6660
Black with #DF6660
Text Example
Text Example
White with #DF6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6660; }
p { color: rgb(223,102,96); }
H1.HeaderClassName
{
color: #DF6660;
}
.AnyTagClassName
{
color: #DF6660;
}
</style>
background-color css
<style>
a { background-color: #DF6660; }
a { background-color: rgb(223,102,96); }
div.DivClassName
{
background-color: #DF6660;
}
.BgClassName
{
background-color: #DF6660;
}
</style>
border-color css
<style>
span { border-color: #DF6660; }
span { border-color: rgb(223,102,96); }
td.TdClassName
{
border-color: #DF6660;
}
.TagClassName
{
border-color: #DF6660;
}
</style>