Shades of Jaffa #DF7947
Tints of Jaffa #DF7947
RGB
CMYK
RGB Variations
Color information
#DF7947 (or 0xDF7947) is known color: Jaffa. HEX triplet: DF, 79 and 47. RGB value is (223,121,71). Sum of RGB (Red+Green+Blue) = 223+121+71=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7947 is #2086B8. Grayscale: #929292. Windows color (decimal): -2131641 or 4684255. OLE color: 4684255.
HSL color Cylindrical-coordinate representation of color #DF7947: hue angle of 19.74º 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 #DF7947 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 71 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.13 |
| HSL | 19.74º | 0.7% | 0.58% | - |
| HSV(B) | 19.74º | 0.68% | 0.87% | - |
| XYZ | 38.41 | 29.82 | 9.69 | - |
| YUV | 145.8 | 85.79 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 71 | 0 | 0.46 | 0.68 | 0.13 | 19.74 | 0.7 | 0.58 |
| Hex | DF | 79 | 47 | 0 | 2E | 44 | D | 14 | 46 | 3A |
| Octal | 337 | 171 | 107 | 0 | 56 | 104 | 15 | 24 | 106 | 72 |
| Binary | 11011111 | 1111001 | 1000111 | 0 | 101110 | 1000100 | 1101 | 10100 | 1000110 | 111010 |
Color Harmonies of #DF7947
Complementary color
Monochromatic Colors of #DF7947
Black with #DF7947
Text Example
Text Example
White with #DF7947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7947; }
p { color: rgb(223,121,71); }
H1.HeaderClassName
{
color: #DF7947;
}
.AnyTagClassName
{
color: #DF7947;
}
</style>
background-color css
<style>
a { background-color: #DF7947; }
a { background-color: rgb(223,121,71); }
div.DivClassName
{
background-color: #DF7947;
}
.BgClassName
{
background-color: #DF7947;
}
</style>
border-color css
<style>
span { border-color: #DF7947; }
span { border-color: rgb(223,121,71); }
td.TdClassName
{
border-color: #DF7947;
}
.TagClassName
{
border-color: #DF7947;
}
</style>