Shades of Froly #DC686F
Tints of Froly #DC686F
RGB
CMYK
RGB Variations
Color information
#DC686F (or 0xDC686F) is known color: Froly. HEX triplet: DC, 68 and 6F. RGB value is (220,104,111). Sum of RGB (Red+Green+Blue) = 220+104+111=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC686F is #239790. Grayscale: #8B8B8B. Windows color (decimal): -2332561 or 7301340. OLE color: 7301340.
HSL color Cylindrical-coordinate representation of color #DC686F: hue angle of 356.38º 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 #DC686F is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 111 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.14 |
| HSL | 356.38º | 0.62% | 0.64% | - |
| HSV(B) | 356.38º | 0.53% | 0.86% | - |
| XYZ | 37.33 | 26.26 | 18.14 | - |
| YUV | 139.48 | 111.93 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 111 | 0 | 0.53 | 0.50 | 0.14 | 356.38 | 0.62 | 0.64 |
| Hex | DC | 68 | 6F | 0 | 35 | 32 | E | 164 | 3E | 40 |
| Octal | 334 | 150 | 157 | 0 | 65 | 62 | 16 | 544 | 76 | 100 |
| Binary | 11011100 | 1101000 | 1101111 | 0 | 110101 | 110010 | 1110 | 101100100 | 111110 | 1000000 |
Color Harmonies of #DC686F
Complementary color
Monochromatic Colors of #DC686F
Black with #DC686F
Text Example
Text Example
White with #DC686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC686F; }
p { color: rgb(220,104,111); }
H1.HeaderClassName
{
color: #DC686F;
}
.AnyTagClassName
{
color: #DC686F;
}
</style>
background-color css
<style>
a { background-color: #DC686F; }
a { background-color: rgb(220,104,111); }
div.DivClassName
{
background-color: #DC686F;
}
.BgClassName
{
background-color: #DC686F;
}
</style>
border-color css
<style>
span { border-color: #DC686F; }
span { border-color: rgb(220,104,111); }
td.TdClassName
{
border-color: #DC686F;
}
.TagClassName
{
border-color: #DC686F;
}
</style>