Shades of Jaffa #DF7049
Tints of Jaffa #DF7049
RGB
CMYK
RGB Variations
Color information
#DF7049 (or 0xDF7049) is known color: Jaffa. HEX triplet: DF, 70 and 49. RGB value is (223,112,73). Sum of RGB (Red+Green+Blue) = 223+112+73=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7049 is #208FB6. Grayscale: #8D8D8D. Windows color (decimal): -2133943 or 4813023. OLE color: 4813023.
HSL color Cylindrical-coordinate representation of color #DF7049: hue angle of 15.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF7049 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 73 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.13 |
| HSL | 15.6º | 0.7% | 0.58% | - |
| HSV(B) | 15.6º | 0.67% | 0.87% | - |
| XYZ | 37.43 | 27.76 | 9.69 | - |
| YUV | 140.74 | 89.77 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 73 | 0 | 0.50 | 0.67 | 0.13 | 15.6 | 0.7 | 0.58 |
| Hex | DF | 70 | 49 | 0 | 32 | 43 | D | 10 | 46 | 3A |
| Octal | 337 | 160 | 111 | 0 | 62 | 103 | 15 | 20 | 106 | 72 |
| Binary | 11011111 | 1110000 | 1001001 | 0 | 110010 | 1000011 | 1101 | 10000 | 1000110 | 111010 |
Color Harmonies of #DF7049
Complementary color
Monochromatic Colors of #DF7049
Black with #DF7049
Text Example
Text Example
White with #DF7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7049; }
p { color: rgb(223,112,73); }
H1.HeaderClassName
{
color: #DF7049;
}
.AnyTagClassName
{
color: #DF7049;
}
</style>
background-color css
<style>
a { background-color: #DF7049; }
a { background-color: rgb(223,112,73); }
div.DivClassName
{
background-color: #DF7049;
}
.BgClassName
{
background-color: #DF7049;
}
</style>
border-color css
<style>
span { border-color: #DF7049; }
span { border-color: rgb(223,112,73); }
td.TdClassName
{
border-color: #DF7049;
}
.TagClassName
{
border-color: #DF7049;
}
</style>