Shades of Froly #DF696A
Tints of Froly #DF696A
RGB
CMYK
RGB Variations
Color information
#DF696A (or 0xDF696A) is known color: Froly. HEX triplet: DF, 69 and 6A. RGB value is (223,105,106). Sum of RGB (Red+Green+Blue) = 223+105+106=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF696A is #209695. Grayscale: #8C8C8C. Windows color (decimal): -2135702 or 6973919. OLE color: 6973919.
HSL color Cylindrical-coordinate representation of color #DF696A: hue angle of 359.49º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF696A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 106 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.13 |
| HSL | 359.49º | 0.65% | 0.64% | - |
| HSV(B) | 359.49º | 0.53% | 0.87% | - |
| XYZ | 38.08 | 26.83 | 16.81 | - |
| YUV | 140.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 106 | 0 | 0.53 | 0.52 | 0.13 | 359.49 | 0.65 | 0.64 |
| Hex | DF | 69 | 6A | 0 | 35 | 34 | D | 167 | 41 | 40 |
| Octal | 337 | 151 | 152 | 0 | 65 | 64 | 15 | 547 | 101 | 100 |
| Binary | 11011111 | 1101001 | 1101010 | 0 | 110101 | 110100 | 1101 | 101100111 | 1000001 | 1000000 |
Color Harmonies of #DF696A
Complementary color
Monochromatic Colors of #DF696A
Black with #DF696A
Text Example
Text Example
White with #DF696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF696A; }
p { color: rgb(223,105,106); }
H1.HeaderClassName
{
color: #DF696A;
}
.AnyTagClassName
{
color: #DF696A;
}
</style>
background-color css
<style>
a { background-color: #DF696A; }
a { background-color: rgb(223,105,106); }
div.DivClassName
{
background-color: #DF696A;
}
.BgClassName
{
background-color: #DF696A;
}
</style>
border-color css
<style>
span { border-color: #DF696A; }
span { border-color: rgb(223,105,106); }
td.TdClassName
{
border-color: #DF696A;
}
.TagClassName
{
border-color: #DF696A;
}
</style>