Shades of Roman #DF685C
Tints of Roman #DF685C
RGB
CMYK
RGB Variations
Color information
#DF685C (or 0xDF685C) is known color: Roman. HEX triplet: DF, 68 and 5C. RGB value is (223,104,92). Sum of RGB (Red+Green+Blue) = 223+104+92=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF685C is #2097A3. Grayscale: #8A8A8A. Windows color (decimal): -2135972 or 6056159. OLE color: 6056159.
HSL color Cylindrical-coordinate representation of color #DF685C: hue angle of 5.5º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF685C is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 92 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.13 |
| HSL | 5.5º | 0.67% | 0.62% | - |
| HSV(B) | 5.5º | 0.59% | 0.87% | - |
| XYZ | 37.31 | 26.36 | 13.25 | - |
| YUV | 138.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 92 | 0 | 0.53 | 0.59 | 0.13 | 5.5 | 0.67 | 0.62 |
| Hex | DF | 68 | 5C | 0 | 35 | 3B | D | 5 | 43 | 3E |
| Octal | 337 | 150 | 134 | 0 | 65 | 73 | 15 | 5 | 103 | 76 |
| Binary | 11011111 | 1101000 | 1011100 | 0 | 110101 | 111011 | 1101 | 101 | 1000011 | 111110 |
Color Harmonies of #DF685C
Complementary color
Monochromatic Colors of #DF685C
Black with #DF685C
Text Example
Text Example
White with #DF685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF685C; }
p { color: rgb(223,104,92); }
H1.HeaderClassName
{
color: #DF685C;
}
.AnyTagClassName
{
color: #DF685C;
}
</style>
background-color css
<style>
a { background-color: #DF685C; }
a { background-color: rgb(223,104,92); }
div.DivClassName
{
background-color: #DF685C;
}
.BgClassName
{
background-color: #DF685C;
}
</style>
border-color css
<style>
span { border-color: #DF685C; }
span { border-color: rgb(223,104,92); }
td.TdClassName
{
border-color: #DF685C;
}
.TagClassName
{
border-color: #DF685C;
}
</style>