Shades of Roman #DF6861
Tints of Roman #DF6861
RGB
CMYK
RGB Variations
Color information
#DF6861 (or 0xDF6861) is known color: Roman. HEX triplet: DF, 68 and 61. RGB value is (223,104,97). Sum of RGB (Red+Green+Blue) = 223+104+97=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6861 is #20979E. Grayscale: #8A8A8A. Windows color (decimal): -2135967 or 6383839. OLE color: 6383839.
HSL color Cylindrical-coordinate representation of color #DF6861: hue angle of 3.33º 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 #DF6861 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 97 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.13 |
| HSL | 3.33º | 0.66% | 0.63% | - |
| HSV(B) | 3.33º | 0.57% | 0.87% | - |
| XYZ | 37.54 | 26.45 | 14.44 | - |
| YUV | 138.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 97 | 0 | 0.53 | 0.57 | 0.13 | 3.33 | 0.66 | 0.63 |
| Hex | DF | 68 | 61 | 0 | 35 | 39 | D | 3 | 42 | 3F |
| Octal | 337 | 150 | 141 | 0 | 65 | 71 | 15 | 3 | 102 | 77 |
| Binary | 11011111 | 1101000 | 1100001 | 0 | 110101 | 111001 | 1101 | 11 | 1000010 | 111111 |
Color Harmonies of #DF6861
Complementary color
Monochromatic Colors of #DF6861
Black with #DF6861
Text Example
Text Example
White with #DF6861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6861; }
p { color: rgb(223,104,97); }
H1.HeaderClassName
{
color: #DF6861;
}
.AnyTagClassName
{
color: #DF6861;
}
</style>
background-color css
<style>
a { background-color: #DF6861; }
a { background-color: rgb(223,104,97); }
div.DivClassName
{
background-color: #DF6861;
}
.BgClassName
{
background-color: #DF6861;
}
</style>
border-color css
<style>
span { border-color: #DF6861; }
span { border-color: rgb(223,104,97); }
td.TdClassName
{
border-color: #DF6861;
}
.TagClassName
{
border-color: #DF6861;
}
</style>