Shades of Jaffa #DF7240
Tints of Jaffa #DF7240
RGB
CMYK
RGB Variations
Color information
#DF7240 (or 0xDF7240) is known color: Jaffa. HEX triplet: DF, 72 and 40. RGB value is (223,114,64). Sum of RGB (Red+Green+Blue) = 223+114+64=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7240 is #208DBF. Grayscale: #8D8D8D. Windows color (decimal): -2133440 or 4223711. OLE color: 4223711.
HSL color Cylindrical-coordinate representation of color #DF7240: hue angle of 18.87º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF7240 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 64 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.13 |
| HSL | 18.87º | 0.71% | 0.56% | - |
| HSV(B) | 18.87º | 0.71% | 0.87% | - |
| XYZ | 37.37 | 28.09 | 8.3 | - |
| YUV | 140.89 | 84.61 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 64 | 0 | 0.49 | 0.71 | 0.13 | 18.87 | 0.71 | 0.56 |
| Hex | DF | 72 | 40 | 0 | 31 | 47 | D | 13 | 47 | 38 |
| Octal | 337 | 162 | 100 | 0 | 61 | 107 | 15 | 23 | 107 | 70 |
| Binary | 11011111 | 1110010 | 1000000 | 0 | 110001 | 1000111 | 1101 | 10011 | 1000111 | 111000 |
Color Harmonies of #DF7240
Complementary color
Monochromatic Colors of #DF7240
Black with #DF7240
Text Example
Text Example
White with #DF7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7240; }
p { color: rgb(223,114,64); }
H1.HeaderClassName
{
color: #DF7240;
}
.AnyTagClassName
{
color: #DF7240;
}
</style>
background-color css
<style>
a { background-color: #DF7240; }
a { background-color: rgb(223,114,64); }
div.DivClassName
{
background-color: #DF7240;
}
.BgClassName
{
background-color: #DF7240;
}
</style>
border-color css
<style>
span { border-color: #DF7240; }
span { border-color: rgb(223,114,64); }
td.TdClassName
{
border-color: #DF7240;
}
.TagClassName
{
border-color: #DF7240;
}
</style>