Shades of Jaffa #DF7441
Tints of Jaffa #DF7441
RGB
CMYK
RGB Variations
Color information
#DF7441 (or 0xDF7441) is known color: Jaffa. HEX triplet: DF, 74 and 41. RGB value is (223,116,65). Sum of RGB (Red+Green+Blue) = 223+116+65=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7441 is #208BBE. Grayscale: #8E8E8E. Windows color (decimal): -2132927 or 4289759. OLE color: 4289759.
HSL color Cylindrical-coordinate representation of color #DF7441: hue angle of 19.37º 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 #DF7441 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 65 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.13 |
| HSL | 19.37º | 0.71% | 0.56% | - |
| HSV(B) | 19.37º | 0.71% | 0.87% | - |
| XYZ | 37.63 | 28.56 | 8.53 | - |
| YUV | 142.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 65 | 0 | 0.48 | 0.71 | 0.13 | 19.37 | 0.71 | 0.56 |
| Hex | DF | 74 | 41 | 0 | 30 | 47 | D | 13 | 47 | 38 |
| Octal | 337 | 164 | 101 | 0 | 60 | 107 | 15 | 23 | 107 | 70 |
| Binary | 11011111 | 1110100 | 1000001 | 0 | 110000 | 1000111 | 1101 | 10011 | 1000111 | 111000 |
Color Harmonies of #DF7441
Complementary color
Monochromatic Colors of #DF7441
Black with #DF7441
Text Example
Text Example
White with #DF7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7441; }
p { color: rgb(223,116,65); }
H1.HeaderClassName
{
color: #DF7441;
}
.AnyTagClassName
{
color: #DF7441;
}
</style>
background-color css
<style>
a { background-color: #DF7441; }
a { background-color: rgb(223,116,65); }
div.DivClassName
{
background-color: #DF7441;
}
.BgClassName
{
background-color: #DF7441;
}
</style>
border-color css
<style>
span { border-color: #DF7441; }
span { border-color: rgb(223,116,65); }
td.TdClassName
{
border-color: #DF7441;
}
.TagClassName
{
border-color: #DF7441;
}
</style>