Shades of Froly #DF676B
Tints of Froly #DF676B
RGB
CMYK
RGB Variations
Color information
#DF676B (or 0xDF676B) is known color: Froly. HEX triplet: DF, 67 and 6B. RGB value is (223,103,107). Sum of RGB (Red+Green+Blue) = 223+103+107=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF676B is #209894. Grayscale: #8B8B8B. Windows color (decimal): -2136213 or 7038943. OLE color: 7038943.
HSL color Cylindrical-coordinate representation of color #DF676B: hue angle of 358º 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 #DF676B is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 107 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.13 |
| HSL | 358º | 0.65% | 0.64% | - |
| HSV(B) | 358º | 0.54% | 0.87% | - |
| XYZ | 37.94 | 26.45 | 17.02 | - |
| YUV | 139.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 107 | 0 | 0.54 | 0.52 | 0.13 | 358 | 0.65 | 0.64 |
| Hex | DF | 67 | 6B | 0 | 36 | 34 | D | 166 | 41 | 40 |
| Octal | 337 | 147 | 153 | 0 | 66 | 64 | 15 | 546 | 101 | 100 |
| Binary | 11011111 | 1100111 | 1101011 | 0 | 110110 | 110100 | 1101 | 101100110 | 1000001 | 1000000 |
Color Harmonies of #DF676B
Complementary color
Monochromatic Colors of #DF676B
Black with #DF676B
Text Example
Text Example
White with #DF676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF676B; }
p { color: rgb(223,103,107); }
H1.HeaderClassName
{
color: #DF676B;
}
.AnyTagClassName
{
color: #DF676B;
}
</style>
background-color css
<style>
a { background-color: #DF676B; }
a { background-color: rgb(223,103,107); }
div.DivClassName
{
background-color: #DF676B;
}
.BgClassName
{
background-color: #DF676B;
}
</style>
border-color css
<style>
span { border-color: #DF676B; }
span { border-color: rgb(223,103,107); }
td.TdClassName
{
border-color: #DF676B;
}
.TagClassName
{
border-color: #DF676B;
}
</style>