Shades of Roman #DF685E
Tints of Roman #DF685E
RGB
CMYK
RGB Variations
Color information
#DF685E (or 0xDF685E) is known color: Roman. HEX triplet: DF, 68 and 5E. RGB value is (223,104,94). Sum of RGB (Red+Green+Blue) = 223+104+94=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF685E is #2097A1. Grayscale: #8A8A8A. Windows color (decimal): -2135970 or 6187231. OLE color: 6187231.
HSL color Cylindrical-coordinate representation of color #DF685E: hue angle of 4.65º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF685E is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 94 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.13 |
| HSL | 4.65º | 0.67% | 0.62% | - |
| HSV(B) | 4.65º | 0.58% | 0.87% | - |
| XYZ | 37.4 | 26.4 | 13.71 | - |
| YUV | 138.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 94 | 0 | 0.53 | 0.58 | 0.13 | 4.65 | 0.67 | 0.62 |
| Hex | DF | 68 | 5E | 0 | 35 | 3A | D | 5 | 43 | 3E |
| Octal | 337 | 150 | 136 | 0 | 65 | 72 | 15 | 5 | 103 | 76 |
| Binary | 11011111 | 1101000 | 1011110 | 0 | 110101 | 111010 | 1101 | 101 | 1000011 | 111110 |
Color Harmonies of #DF685E
Complementary color
Monochromatic Colors of #DF685E
Black with #DF685E
Text Example
Text Example
White with #DF685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF685E; }
p { color: rgb(223,104,94); }
H1.HeaderClassName
{
color: #DF685E;
}
.AnyTagClassName
{
color: #DF685E;
}
</style>
background-color css
<style>
a { background-color: #DF685E; }
a { background-color: rgb(223,104,94); }
div.DivClassName
{
background-color: #DF685E;
}
.BgClassName
{
background-color: #DF685E;
}
</style>
border-color css
<style>
span { border-color: #DF685E; }
span { border-color: rgb(223,104,94); }
td.TdClassName
{
border-color: #DF685E;
}
.TagClassName
{
border-color: #DF685E;
}
</style>