Shades of Froly #DF666A
Tints of Froly #DF666A
RGB
CMYK
RGB Variations
Color information
#DF666A (or 0xDF666A) is known color: Froly. HEX triplet: DF, 66 and 6A. RGB value is (223,102,106). Sum of RGB (Red+Green+Blue) = 223+102+106=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF666A is #209995. Grayscale: #8A8A8A. Windows color (decimal): -2136470 or 6973151. OLE color: 6973151.
HSL color Cylindrical-coordinate representation of color #DF666A: hue angle of 358.02º 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 #DF666A is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 106 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.13 |
| HSL | 358.02º | 0.65% | 0.64% | - |
| HSV(B) | 358.02º | 0.54% | 0.87% | - |
| XYZ | 37.78 | 26.23 | 16.71 | - |
| YUV | 138.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 106 | 0 | 0.54 | 0.52 | 0.13 | 358.02 | 0.65 | 0.64 |
| Hex | DF | 66 | 6A | 0 | 36 | 34 | D | 166 | 41 | 40 |
| Octal | 337 | 146 | 152 | 0 | 66 | 64 | 15 | 546 | 101 | 100 |
| Binary | 11011111 | 1100110 | 1101010 | 0 | 110110 | 110100 | 1101 | 101100110 | 1000001 | 1000000 |
Color Harmonies of #DF666A
Complementary color
Monochromatic Colors of #DF666A
Black with #DF666A
Text Example
Text Example
White with #DF666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF666A; }
p { color: rgb(223,102,106); }
H1.HeaderClassName
{
color: #DF666A;
}
.AnyTagClassName
{
color: #DF666A;
}
</style>
background-color css
<style>
a { background-color: #DF666A; }
a { background-color: rgb(223,102,106); }
div.DivClassName
{
background-color: #DF666A;
}
.BgClassName
{
background-color: #DF666A;
}
</style>
border-color css
<style>
span { border-color: #DF666A; }
span { border-color: rgb(223,102,106); }
td.TdClassName
{
border-color: #DF666A;
}
.TagClassName
{
border-color: #DF666A;
}
</style>