Shades of Froly #DC686D
Tints of Froly #DC686D
RGB
CMYK
RGB Variations
Color information
#DC686D (or 0xDC686D) is known color: Froly. HEX triplet: DC, 68 and 6D. RGB value is (220,104,109). Sum of RGB (Red+Green+Blue) = 220+104+109=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC686D is #239792. Grayscale: #8B8B8B. Windows color (decimal): -2332563 or 7170268. OLE color: 7170268.
HSL color Cylindrical-coordinate representation of color #DC686D: hue angle of 357.41º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC686D is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 109 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.14 |
| HSL | 357.41º | 0.62% | 0.64% | - |
| HSV(B) | 357.41º | 0.53% | 0.86% | - |
| XYZ | 37.23 | 26.22 | 17.57 | - |
| YUV | 139.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 109 | 0 | 0.53 | 0.50 | 0.14 | 357.41 | 0.62 | 0.64 |
| Hex | DC | 68 | 6D | 0 | 35 | 32 | E | 165 | 3E | 40 |
| Octal | 334 | 150 | 155 | 0 | 65 | 62 | 16 | 545 | 76 | 100 |
| Binary | 11011100 | 1101000 | 1101101 | 0 | 110101 | 110010 | 1110 | 101100101 | 111110 | 1000000 |
Color Harmonies of #DC686D
Complementary color
Monochromatic Colors of #DC686D
Black with #DC686D
Text Example
Text Example
White with #DC686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC686D; }
p { color: rgb(220,104,109); }
H1.HeaderClassName
{
color: #DC686D;
}
.AnyTagClassName
{
color: #DC686D;
}
</style>
background-color css
<style>
a { background-color: #DC686D; }
a { background-color: rgb(220,104,109); }
div.DivClassName
{
background-color: #DC686D;
}
.BgClassName
{
background-color: #DC686D;
}
</style>
border-color css
<style>
span { border-color: #DC686D; }
span { border-color: rgb(220,104,109); }
td.TdClassName
{
border-color: #DC686D;
}
.TagClassName
{
border-color: #DC686D;
}
</style>