Shades of Froly #DD686D
Tints of Froly #DD686D
RGB
CMYK
RGB Variations
Color information
#DD686D (or 0xDD686D) is known color: Froly. HEX triplet: DD, 68 and 6D. RGB value is (221,104,109). Sum of RGB (Red+Green+Blue) = 221+104+109=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD686D is #229792. Grayscale: #8B8B8B. Windows color (decimal): -2267027 or 7170269. OLE color: 7170269.
HSL color Cylindrical-coordinate representation of color #DD686D: hue angle of 357.44º degrees, saturation: 0.63, 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 #DD686D is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 109 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.13 |
| HSL | 357.44º | 0.63% | 0.64% | - |
| HSV(B) | 357.44º | 0.53% | 0.87% | - |
| XYZ | 37.53 | 26.38 | 17.58 | - |
| YUV | 139.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 109 | 0 | 0.53 | 0.51 | 0.13 | 357.44 | 0.63 | 0.64 |
| Hex | DD | 68 | 6D | 0 | 35 | 33 | D | 165 | 3F | 40 |
| Octal | 335 | 150 | 155 | 0 | 65 | 63 | 15 | 545 | 77 | 100 |
| Binary | 11011101 | 1101000 | 1101101 | 0 | 110101 | 110011 | 1101 | 101100101 | 111111 | 1000000 |
Color Harmonies of #DD686D
Complementary color
Monochromatic Colors of #DD686D
Black with #DD686D
Text Example
Text Example
White with #DD686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD686D; }
p { color: rgb(221,104,109); }
H1.HeaderClassName
{
color: #DD686D;
}
.AnyTagClassName
{
color: #DD686D;
}
</style>
background-color css
<style>
a { background-color: #DD686D; }
a { background-color: rgb(221,104,109); }
div.DivClassName
{
background-color: #DD686D;
}
.BgClassName
{
background-color: #DD686D;
}
</style>
border-color css
<style>
span { border-color: #DD686D; }
span { border-color: rgb(221,104,109); }
td.TdClassName
{
border-color: #DD686D;
}
.TagClassName
{
border-color: #DD686D;
}
</style>