Shades of Jaffa #DF7142
Tints of Jaffa #DF7142
RGB
CMYK
RGB Variations
Color information
#DF7142 (or 0xDF7142) is known color: Jaffa. HEX triplet: DF, 71 and 42. RGB value is (223,113,66). Sum of RGB (Red+Green+Blue) = 223+113+66=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7142 is #208EBD. Grayscale: #8C8C8C. Windows color (decimal): -2133694 or 4354527. OLE color: 4354527.
HSL color Cylindrical-coordinate representation of color #DF7142: hue angle of 17.96º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF7142 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 66 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.13 |
| HSL | 17.96º | 0.71% | 0.57% | - |
| HSV(B) | 17.96º | 0.7% | 0.87% | - |
| XYZ | 37.32 | 27.89 | 8.57 | - |
| YUV | 140.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 66 | 0 | 0.49 | 0.70 | 0.13 | 17.96 | 0.71 | 0.57 |
| Hex | DF | 71 | 42 | 0 | 31 | 46 | D | 12 | 47 | 39 |
| Octal | 337 | 161 | 102 | 0 | 61 | 106 | 15 | 22 | 107 | 71 |
| Binary | 11011111 | 1110001 | 1000010 | 0 | 110001 | 1000110 | 1101 | 10010 | 1000111 | 111001 |
Color Harmonies of #DF7142
Complementary color
Monochromatic Colors of #DF7142
Black with #DF7142
Text Example
Text Example
White with #DF7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7142; }
p { color: rgb(223,113,66); }
H1.HeaderClassName
{
color: #DF7142;
}
.AnyTagClassName
{
color: #DF7142;
}
</style>
background-color css
<style>
a { background-color: #DF7142; }
a { background-color: rgb(223,113,66); }
div.DivClassName
{
background-color: #DF7142;
}
.BgClassName
{
background-color: #DF7142;
}
</style>
border-color css
<style>
span { border-color: #DF7142; }
span { border-color: rgb(223,113,66); }
td.TdClassName
{
border-color: #DF7142;
}
.TagClassName
{
border-color: #DF7142;
}
</style>