Shades of Jaffa #DF7242
Tints of Jaffa #DF7242
RGB
CMYK
RGB Variations
Color information
#DF7242 (or 0xDF7242) is known color: Jaffa. HEX triplet: DF, 72 and 42. RGB value is (223,114,66). Sum of RGB (Red+Green+Blue) = 223+114+66=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7242 is #208DBD. Grayscale: #8D8D8D. Windows color (decimal): -2133438 or 4354783. OLE color: 4354783.
HSL color Cylindrical-coordinate representation of color #DF7242: hue angle of 18.34º 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 #DF7242 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 66 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.13 |
| HSL | 18.34º | 0.71% | 0.57% | - |
| HSV(B) | 18.34º | 0.7% | 0.87% | - |
| XYZ | 37.43 | 28.12 | 8.61 | - |
| YUV | 141.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 66 | 0 | 0.49 | 0.70 | 0.13 | 18.34 | 0.71 | 0.57 |
| Hex | DF | 72 | 42 | 0 | 31 | 46 | D | 12 | 47 | 39 |
| Octal | 337 | 162 | 102 | 0 | 61 | 106 | 15 | 22 | 107 | 71 |
| Binary | 11011111 | 1110010 | 1000010 | 0 | 110001 | 1000110 | 1101 | 10010 | 1000111 | 111001 |
Color Harmonies of #DF7242
Complementary color
Monochromatic Colors of #DF7242
Black with #DF7242
Text Example
Text Example
White with #DF7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7242; }
p { color: rgb(223,114,66); }
H1.HeaderClassName
{
color: #DF7242;
}
.AnyTagClassName
{
color: #DF7242;
}
</style>
background-color css
<style>
a { background-color: #DF7242; }
a { background-color: rgb(223,114,66); }
div.DivClassName
{
background-color: #DF7242;
}
.BgClassName
{
background-color: #DF7242;
}
</style>
border-color css
<style>
span { border-color: #DF7242; }
span { border-color: rgb(223,114,66); }
td.TdClassName
{
border-color: #DF7242;
}
.TagClassName
{
border-color: #DF7242;
}
</style>