Shades of Froly #DF686C
Tints of Froly #DF686C
RGB
CMYK
RGB Variations
Color information
#DF686C (or 0xDF686C) is known color: Froly. HEX triplet: DF, 68 and 6C. RGB value is (223,104,108). Sum of RGB (Red+Green+Blue) = 223+104+108=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF686C is #209793. Grayscale: #8C8C8C. Windows color (decimal): -2135956 or 7104735. OLE color: 7104735.
HSL color Cylindrical-coordinate representation of color #DF686C: hue angle of 357.98º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF686C is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 108 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.13 |
| HSL | 357.98º | 0.65% | 0.64% | - |
| HSV(B) | 357.98º | 0.53% | 0.87% | - |
| XYZ | 38.09 | 26.67 | 17.33 | - |
| YUV | 140.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 108 | 0 | 0.53 | 0.52 | 0.13 | 357.98 | 0.65 | 0.64 |
| Hex | DF | 68 | 6C | 0 | 35 | 34 | D | 166 | 41 | 40 |
| Octal | 337 | 150 | 154 | 0 | 65 | 64 | 15 | 546 | 101 | 100 |
| Binary | 11011111 | 1101000 | 1101100 | 0 | 110101 | 110100 | 1101 | 101100110 | 1000001 | 1000000 |
Color Harmonies of #DF686C
Complementary color
Monochromatic Colors of #DF686C
Black with #DF686C
Text Example
Text Example
White with #DF686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF686C; }
p { color: rgb(223,104,108); }
H1.HeaderClassName
{
color: #DF686C;
}
.AnyTagClassName
{
color: #DF686C;
}
</style>
background-color css
<style>
a { background-color: #DF686C; }
a { background-color: rgb(223,104,108); }
div.DivClassName
{
background-color: #DF686C;
}
.BgClassName
{
background-color: #DF686C;
}
</style>
border-color css
<style>
span { border-color: #DF686C; }
span { border-color: rgb(223,104,108); }
td.TdClassName
{
border-color: #DF686C;
}
.TagClassName
{
border-color: #DF686C;
}
</style>