Shades of Jaffa #DF7147
Tints of Jaffa #DF7147
RGB
CMYK
RGB Variations
Color information
#DF7147 (or 0xDF7147) is known color: Jaffa. HEX triplet: DF, 71 and 47. RGB value is (223,113,71). Sum of RGB (Red+Green+Blue) = 223+113+71=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7147 is #208EB8. Grayscale: #8D8D8D. Windows color (decimal): -2133689 or 4682207. OLE color: 4682207.
HSL color Cylindrical-coordinate representation of color #DF7147: hue angle of 16.58º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF7147 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 71 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.13 |
| HSL | 16.58º | 0.7% | 0.58% | - |
| HSV(B) | 16.58º | 0.68% | 0.87% | - |
| XYZ | 37.47 | 27.95 | 9.38 | - |
| YUV | 141.1 | 88.44 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 71 | 0 | 0.49 | 0.68 | 0.13 | 16.58 | 0.7 | 0.58 |
| Hex | DF | 71 | 47 | 0 | 31 | 44 | D | 11 | 46 | 3A |
| Octal | 337 | 161 | 107 | 0 | 61 | 104 | 15 | 21 | 106 | 72 |
| Binary | 11011111 | 1110001 | 1000111 | 0 | 110001 | 1000100 | 1101 | 10001 | 1000110 | 111010 |
Color Harmonies of #DF7147
Complementary color
Monochromatic Colors of #DF7147
Black with #DF7147
Text Example
Text Example
White with #DF7147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7147; }
p { color: rgb(223,113,71); }
H1.HeaderClassName
{
color: #DF7147;
}
.AnyTagClassName
{
color: #DF7147;
}
</style>
background-color css
<style>
a { background-color: #DF7147; }
a { background-color: rgb(223,113,71); }
div.DivClassName
{
background-color: #DF7147;
}
.BgClassName
{
background-color: #DF7147;
}
</style>
border-color css
<style>
span { border-color: #DF7147; }
span { border-color: rgb(223,113,71); }
td.TdClassName
{
border-color: #DF7147;
}
.TagClassName
{
border-color: #DF7147;
}
</style>