Shades of Froly #DF797B
Tints of Froly #DF797B
RGB
CMYK
RGB Variations
Color information
#DF797B (or 0xDF797B) is known color: Froly. HEX triplet: DF, 79 and 7B. RGB value is (223,121,123). Sum of RGB (Red+Green+Blue) = 223+121+123=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF797B is #208684. Grayscale: #979797. Windows color (decimal): -2131589 or 8092127. OLE color: 8092127.
HSL color Cylindrical-coordinate representation of color #DF797B: hue angle of 358.82º 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 #DF797B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 123 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.13 |
| HSL | 358.82º | 0.61% | 0.67% | - |
| HSV(B) | 358.82º | 0.46% | 0.87% | - |
| XYZ | 40.84 | 30.79 | 22.53 | - |
| YUV | 151.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 123 | 0 | 0.46 | 0.45 | 0.13 | 358.82 | 0.61 | 0.67 |
| Hex | DF | 79 | 7B | 0 | 2E | 2D | D | 167 | 3D | 43 |
| Octal | 337 | 171 | 173 | 0 | 56 | 55 | 15 | 547 | 75 | 103 |
| Binary | 11011111 | 1111001 | 1111011 | 0 | 101110 | 101101 | 1101 | 101100111 | 111101 | 1000011 |
Color Harmonies of #DF797B
Complementary color
Monochromatic Colors of #DF797B
Black with #DF797B
Text Example
Text Example
White with #DF797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF797B; }
p { color: rgb(223,121,123); }
H1.HeaderClassName
{
color: #DF797B;
}
.AnyTagClassName
{
color: #DF797B;
}
</style>
background-color css
<style>
a { background-color: #DF797B; }
a { background-color: rgb(223,121,123); }
div.DivClassName
{
background-color: #DF797B;
}
.BgClassName
{
background-color: #DF797B;
}
</style>
border-color css
<style>
span { border-color: #DF797B; }
span { border-color: rgb(223,121,123); }
td.TdClassName
{
border-color: #DF797B;
}
.TagClassName
{
border-color: #DF797B;
}
</style>