Shades of Roman #DF6860
Tints of Roman #DF6860
RGB
CMYK
RGB Variations
Color information
#DF6860 (or 0xDF6860) is known color: Roman. HEX triplet: DF, 68 and 60. RGB value is (223,104,96). Sum of RGB (Red+Green+Blue) = 223+104+96=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6860 is #20979F. Grayscale: #8A8A8A. Windows color (decimal): -2135968 or 6318303. OLE color: 6318303.
HSL color Cylindrical-coordinate representation of color #DF6860: hue angle of 3.78º 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 #DF6860 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 96 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.13 |
| HSL | 3.78º | 0.66% | 0.63% | - |
| HSV(B) | 3.78º | 0.57% | 0.87% | - |
| XYZ | 37.49 | 26.43 | 14.19 | - |
| YUV | 138.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 96 | 0 | 0.53 | 0.57 | 0.13 | 3.78 | 0.66 | 0.63 |
| Hex | DF | 68 | 60 | 0 | 35 | 39 | D | 4 | 42 | 3F |
| Octal | 337 | 150 | 140 | 0 | 65 | 71 | 15 | 4 | 102 | 77 |
| Binary | 11011111 | 1101000 | 1100000 | 0 | 110101 | 111001 | 1101 | 100 | 1000010 | 111111 |
Color Harmonies of #DF6860
Complementary color
Monochromatic Colors of #DF6860
Black with #DF6860
Text Example
Text Example
White with #DF6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6860; }
p { color: rgb(223,104,96); }
H1.HeaderClassName
{
color: #DF6860;
}
.AnyTagClassName
{
color: #DF6860;
}
</style>
background-color css
<style>
a { background-color: #DF6860; }
a { background-color: rgb(223,104,96); }
div.DivClassName
{
background-color: #DF6860;
}
.BgClassName
{
background-color: #DF6860;
}
</style>
border-color css
<style>
span { border-color: #DF6860; }
span { border-color: rgb(223,104,96); }
td.TdClassName
{
border-color: #DF6860;
}
.TagClassName
{
border-color: #DF6860;
}
</style>