Shades of Froly #DF686B
Tints of Froly #DF686B
RGB
CMYK
RGB Variations
Color information
#DF686B (or 0xDF686B) is known color: Froly. HEX triplet: DF, 68 and 6B. RGB value is (223,104,107). Sum of RGB (Red+Green+Blue) = 223+104+107=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF686B is #209794. Grayscale: #8C8C8C. Windows color (decimal): -2135957 or 7039199. OLE color: 7039199.
HSL color Cylindrical-coordinate representation of color #DF686B: hue angle of 358.49º 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 #DF686B is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 107 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.13 |
| HSL | 358.49º | 0.65% | 0.64% | - |
| HSV(B) | 358.49º | 0.53% | 0.87% | - |
| XYZ | 38.04 | 26.65 | 17.05 | - |
| YUV | 139.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 107 | 0 | 0.53 | 0.52 | 0.13 | 358.49 | 0.65 | 0.64 |
| Hex | DF | 68 | 6B | 0 | 35 | 34 | D | 166 | 41 | 40 |
| Octal | 337 | 150 | 153 | 0 | 65 | 64 | 15 | 546 | 101 | 100 |
| Binary | 11011111 | 1101000 | 1101011 | 0 | 110101 | 110100 | 1101 | 101100110 | 1000001 | 1000000 |
Color Harmonies of #DF686B
Complementary color
Monochromatic Colors of #DF686B
Black with #DF686B
Text Example
Text Example
White with #DF686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF686B; }
p { color: rgb(223,104,107); }
H1.HeaderClassName
{
color: #DF686B;
}
.AnyTagClassName
{
color: #DF686B;
}
</style>
background-color css
<style>
a { background-color: #DF686B; }
a { background-color: rgb(223,104,107); }
div.DivClassName
{
background-color: #DF686B;
}
.BgClassName
{
background-color: #DF686B;
}
</style>
border-color css
<style>
span { border-color: #DF686B; }
span { border-color: rgb(223,104,107); }
td.TdClassName
{
border-color: #DF686B;
}
.TagClassName
{
border-color: #DF686B;
}
</style>