Shades of Froly #DF6768
Tints of Froly #DF6768
RGB
CMYK
RGB Variations
Color information
#DF6768 (or 0xDF6768) is known color: Froly. HEX triplet: DF, 67 and 68. RGB value is (223,103,104). Sum of RGB (Red+Green+Blue) = 223+103+104=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6768 is #209897. Grayscale: #8B8B8B. Windows color (decimal): -2136216 or 6842335. OLE color: 6842335.
HSL color Cylindrical-coordinate representation of color #DF6768: hue angle of 359.5º 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 #DF6768 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 104 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.13 |
| HSL | 359.5º | 0.65% | 0.64% | - |
| HSV(B) | 359.5º | 0.54% | 0.87% | - |
| XYZ | 37.78 | 26.39 | 16.2 | - |
| YUV | 138.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 104 | 0 | 0.54 | 0.53 | 0.13 | 359.5 | 0.65 | 0.64 |
| Hex | DF | 67 | 68 | 0 | 36 | 35 | D | 168 | 41 | 40 |
| Octal | 337 | 147 | 150 | 0 | 66 | 65 | 15 | 550 | 101 | 100 |
| Binary | 11011111 | 1100111 | 1101000 | 0 | 110110 | 110101 | 1101 | 101101000 | 1000001 | 1000000 |
Color Harmonies of #DF6768
Complementary color
Monochromatic Colors of #DF6768
Black with #DF6768
Text Example
Text Example
White with #DF6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6768; }
p { color: rgb(223,103,104); }
H1.HeaderClassName
{
color: #DF6768;
}
.AnyTagClassName
{
color: #DF6768;
}
</style>
background-color css
<style>
a { background-color: #DF6768; }
a { background-color: rgb(223,103,104); }
div.DivClassName
{
background-color: #DF6768;
}
.BgClassName
{
background-color: #DF6768;
}
</style>
border-color css
<style>
span { border-color: #DF6768; }
span { border-color: rgb(223,103,104); }
td.TdClassName
{
border-color: #DF6768;
}
.TagClassName
{
border-color: #DF6768;
}
</style>