Shades of Jaffa #DF7043
Tints of Jaffa #DF7043
RGB
CMYK
RGB Variations
Color information
#DF7043 (or 0xDF7043) is known color: Jaffa. HEX triplet: DF, 70 and 43. RGB value is (223,112,67). Sum of RGB (Red+Green+Blue) = 223+112+67=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7043 is #208FBC. Grayscale: #8C8C8C. Windows color (decimal): -2133949 or 4419807. OLE color: 4419807.
HSL color Cylindrical-coordinate representation of color #DF7043: hue angle of 17.31º 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 #DF7043 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 67 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.13 |
| HSL | 17.31º | 0.71% | 0.57% | - |
| HSV(B) | 17.31º | 0.7% | 0.87% | - |
| XYZ | 37.24 | 27.68 | 8.69 | - |
| YUV | 140.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 67 | 0 | 0.50 | 0.70 | 0.13 | 17.31 | 0.71 | 0.57 |
| Hex | DF | 70 | 43 | 0 | 32 | 46 | D | 11 | 47 | 39 |
| Octal | 337 | 160 | 103 | 0 | 62 | 106 | 15 | 21 | 107 | 71 |
| Binary | 11011111 | 1110000 | 1000011 | 0 | 110010 | 1000110 | 1101 | 10001 | 1000111 | 111001 |
Color Harmonies of #DF7043
Complementary color
Monochromatic Colors of #DF7043
Black with #DF7043
Text Example
Text Example
White with #DF7043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7043; }
p { color: rgb(223,112,67); }
H1.HeaderClassName
{
color: #DF7043;
}
.AnyTagClassName
{
color: #DF7043;
}
</style>
background-color css
<style>
a { background-color: #DF7043; }
a { background-color: rgb(223,112,67); }
div.DivClassName
{
background-color: #DF7043;
}
.BgClassName
{
background-color: #DF7043;
}
</style>
border-color css
<style>
span { border-color: #DF7043; }
span { border-color: rgb(223,112,67); }
td.TdClassName
{
border-color: #DF7043;
}
.TagClassName
{
border-color: #DF7043;
}
</style>