Shades of Froly #DF6A6C
Tints of Froly #DF6A6C
RGB
CMYK
RGB Variations
Color information
#DF6A6C (or 0xDF6A6C) is known color: Froly. HEX triplet: DF, 6A and 6C. RGB value is (223,106,108). Sum of RGB (Red+Green+Blue) = 223+106+108=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A6C is #209593. Grayscale: #8D8D8D. Windows color (decimal): -2135444 or 7105247. OLE color: 7105247.
HSL color Cylindrical-coordinate representation of color #DF6A6C: hue angle of 358.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6A6C is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 108 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.13 |
| HSL | 358.97º | 0.65% | 0.65% | - |
| HSV(B) | 358.97º | 0.52% | 0.87% | - |
| XYZ | 38.29 | 27.08 | 17.4 | - |
| YUV | 141.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 108 | 0 | 0.52 | 0.52 | 0.13 | 358.97 | 0.65 | 0.65 |
| Hex | DF | 6A | 6C | 0 | 34 | 34 | D | 167 | 41 | 41 |
| Octal | 337 | 152 | 154 | 0 | 64 | 64 | 15 | 547 | 101 | 101 |
| Binary | 11011111 | 1101010 | 1101100 | 0 | 110100 | 110100 | 1101 | 101100111 | 1000001 | 1000001 |
Color Harmonies of #DF6A6C
Complementary color
Monochromatic Colors of #DF6A6C
Black with #DF6A6C
Text Example
Text Example
White with #DF6A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6A6C; }
p { color: rgb(223,106,108); }
H1.HeaderClassName
{
color: #DF6A6C;
}
.AnyTagClassName
{
color: #DF6A6C;
}
</style>
background-color css
<style>
a { background-color: #DF6A6C; }
a { background-color: rgb(223,106,108); }
div.DivClassName
{
background-color: #DF6A6C;
}
.BgClassName
{
background-color: #DF6A6C;
}
</style>
border-color css
<style>
span { border-color: #DF6A6C; }
span { border-color: rgb(223,106,108); }
td.TdClassName
{
border-color: #DF6A6C;
}
.TagClassName
{
border-color: #DF6A6C;
}
</style>