Shades of Jaffa #DF7141
Tints of Jaffa #DF7141
RGB
CMYK
RGB Variations
Color information
#DF7141 (or 0xDF7141) is known color: Jaffa. HEX triplet: DF, 71 and 41. RGB value is (223,113,65). Sum of RGB (Red+Green+Blue) = 223+113+65=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7141 is #208EBE. Grayscale: #8C8C8C. Windows color (decimal): -2133695 or 4288991. OLE color: 4288991.
HSL color Cylindrical-coordinate representation of color #DF7141: hue angle of 18.23º 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 #DF7141 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 65 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.13 |
| HSL | 18.23º | 0.71% | 0.56% | - |
| HSV(B) | 18.23º | 0.71% | 0.87% | - |
| XYZ | 37.29 | 27.88 | 8.42 | - |
| YUV | 140.42 | 85.44 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 65 | 0 | 0.49 | 0.71 | 0.13 | 18.23 | 0.71 | 0.56 |
| Hex | DF | 71 | 41 | 0 | 31 | 47 | D | 12 | 47 | 38 |
| Octal | 337 | 161 | 101 | 0 | 61 | 107 | 15 | 22 | 107 | 70 |
| Binary | 11011111 | 1110001 | 1000001 | 0 | 110001 | 1000111 | 1101 | 10010 | 1000111 | 111000 |
Color Harmonies of #DF7141
Complementary color
Monochromatic Colors of #DF7141
Black with #DF7141
Text Example
Text Example
White with #DF7141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7141; }
p { color: rgb(223,113,65); }
H1.HeaderClassName
{
color: #DF7141;
}
.AnyTagClassName
{
color: #DF7141;
}
</style>
background-color css
<style>
a { background-color: #DF7141; }
a { background-color: rgb(223,113,65); }
div.DivClassName
{
background-color: #DF7141;
}
.BgClassName
{
background-color: #DF7141;
}
</style>
border-color css
<style>
span { border-color: #DF7141; }
span { border-color: rgb(223,113,65); }
td.TdClassName
{
border-color: #DF7141;
}
.TagClassName
{
border-color: #DF7141;
}
</style>