Shades of Froly #DF676D
Tints of Froly #DF676D
RGB
CMYK
RGB Variations
Color information
#DF676D (or 0xDF676D) is known color: Froly. HEX triplet: DF, 67 and 6D. RGB value is (223,103,109). Sum of RGB (Red+Green+Blue) = 223+103+109=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF676D is #209892. Grayscale: #8B8B8B. Windows color (decimal): -2136211 or 7170015. OLE color: 7170015.
HSL color Cylindrical-coordinate representation of color #DF676D: hue angle of 357º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF676D is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 109 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.13 |
| HSL | 357º | 0.65% | 0.64% | - |
| HSV(B) | 357º | 0.54% | 0.87% | - |
| XYZ | 38.04 | 26.49 | 17.58 | - |
| YUV | 139.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 109 | 0 | 0.54 | 0.51 | 0.13 | 357 | 0.65 | 0.64 |
| Hex | DF | 67 | 6D | 0 | 36 | 33 | D | 165 | 41 | 40 |
| Octal | 337 | 147 | 155 | 0 | 66 | 63 | 15 | 545 | 101 | 100 |
| Binary | 11011111 | 1100111 | 1101101 | 0 | 110110 | 110011 | 1101 | 101100101 | 1000001 | 1000000 |
Color Harmonies of #DF676D
Complementary color
Monochromatic Colors of #DF676D
Black with #DF676D
Text Example
Text Example
White with #DF676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF676D; }
p { color: rgb(223,103,109); }
H1.HeaderClassName
{
color: #DF676D;
}
.AnyTagClassName
{
color: #DF676D;
}
</style>
background-color css
<style>
a { background-color: #DF676D; }
a { background-color: rgb(223,103,109); }
div.DivClassName
{
background-color: #DF676D;
}
.BgClassName
{
background-color: #DF676D;
}
</style>
border-color css
<style>
span { border-color: #DF676D; }
span { border-color: rgb(223,103,109); }
td.TdClassName
{
border-color: #DF676D;
}
.TagClassName
{
border-color: #DF676D;
}
</style>