Shades of Froly #DF797C
Tints of Froly #DF797C
RGB
CMYK
RGB Variations
Color information
#DF797C (or 0xDF797C) is known color: Froly. HEX triplet: DF, 79 and 7C. RGB value is (223,121,124). Sum of RGB (Red+Green+Blue) = 223+121+124=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF797C is #208683. Grayscale: #979797. Windows color (decimal): -2131588 or 8157663. OLE color: 8157663.
HSL color Cylindrical-coordinate representation of color #DF797C: hue angle of 358.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF797C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 124 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.13 |
| HSL | 358.24º | 0.61% | 0.67% | - |
| HSV(B) | 358.24º | 0.46% | 0.87% | - |
| XYZ | 40.91 | 30.82 | 22.86 | - |
| YUV | 151.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 124 | 0 | 0.46 | 0.44 | 0.13 | 358.24 | 0.61 | 0.67 |
| Hex | DF | 79 | 7C | 0 | 2E | 2C | D | 166 | 3D | 43 |
| Octal | 337 | 171 | 174 | 0 | 56 | 54 | 15 | 546 | 75 | 103 |
| Binary | 11011111 | 1111001 | 1111100 | 0 | 101110 | 101100 | 1101 | 101100110 | 111101 | 1000011 |
Color Harmonies of #DF797C
Complementary color
Monochromatic Colors of #DF797C
Black with #DF797C
Text Example
Text Example
White with #DF797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF797C; }
p { color: rgb(223,121,124); }
H1.HeaderClassName
{
color: #DF797C;
}
.AnyTagClassName
{
color: #DF797C;
}
</style>
background-color css
<style>
a { background-color: #DF797C; }
a { background-color: rgb(223,121,124); }
div.DivClassName
{
background-color: #DF797C;
}
.BgClassName
{
background-color: #DF797C;
}
</style>
border-color css
<style>
span { border-color: #DF797C; }
span { border-color: rgb(223,121,124); }
td.TdClassName
{
border-color: #DF797C;
}
.TagClassName
{
border-color: #DF797C;
}
</style>