Shades of Jaffa #DF7241
Tints of Jaffa #DF7241
RGB
CMYK
RGB Variations
Color information
#DF7241 (or 0xDF7241) is known color: Jaffa. HEX triplet: DF, 72 and 41. RGB value is (223,114,65). Sum of RGB (Red+Green+Blue) = 223+114+65=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7241 is #208DBE. Grayscale: #8D8D8D. Windows color (decimal): -2133439 or 4289247. OLE color: 4289247.
HSL color Cylindrical-coordinate representation of color #DF7241: hue angle of 18.61º 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 #DF7241 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 65 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.13 |
| HSL | 18.61º | 0.71% | 0.56% | - |
| HSV(B) | 18.61º | 0.71% | 0.87% | - |
| XYZ | 37.4 | 28.1 | 8.45 | - |
| YUV | 141.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 65 | 0 | 0.49 | 0.71 | 0.13 | 18.61 | 0.71 | 0.56 |
| Hex | DF | 72 | 41 | 0 | 31 | 47 | D | 13 | 47 | 38 |
| Octal | 337 | 162 | 101 | 0 | 61 | 107 | 15 | 23 | 107 | 70 |
| Binary | 11011111 | 1110010 | 1000001 | 0 | 110001 | 1000111 | 1101 | 10011 | 1000111 | 111000 |
Color Harmonies of #DF7241
Complementary color
Monochromatic Colors of #DF7241
Black with #DF7241
Text Example
Text Example
White with #DF7241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7241; }
p { color: rgb(223,114,65); }
H1.HeaderClassName
{
color: #DF7241;
}
.AnyTagClassName
{
color: #DF7241;
}
</style>
background-color css
<style>
a { background-color: #DF7241; }
a { background-color: rgb(223,114,65); }
div.DivClassName
{
background-color: #DF7241;
}
.BgClassName
{
background-color: #DF7241;
}
</style>
border-color css
<style>
span { border-color: #DF7241; }
span { border-color: rgb(223,114,65); }
td.TdClassName
{
border-color: #DF7241;
}
.TagClassName
{
border-color: #DF7241;
}
</style>