Shades of Jaffa #DF7944
Tints of Jaffa #DF7944
RGB
CMYK
RGB Variations
Color information
#DF7944 (or 0xDF7944) is known color: Jaffa. HEX triplet: DF, 79 and 44. RGB value is (223,121,68). Sum of RGB (Red+Green+Blue) = 223+121+68=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7944 is #2086BB. Grayscale: #919191. Windows color (decimal): -2131644 or 4487647. OLE color: 4487647.
HSL color Cylindrical-coordinate representation of color #DF7944: hue angle of 20.52º 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 #DF7944 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 68 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.13 |
| HSL | 20.52º | 0.71% | 0.57% | - |
| HSV(B) | 20.52º | 0.7% | 0.87% | - |
| XYZ | 38.31 | 29.78 | 9.2 | - |
| YUV | 145.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 68 | 0 | 0.46 | 0.70 | 0.13 | 20.52 | 0.71 | 0.57 |
| Hex | DF | 79 | 44 | 0 | 2E | 46 | D | 15 | 47 | 39 |
| Octal | 337 | 171 | 104 | 0 | 56 | 106 | 15 | 25 | 107 | 71 |
| Binary | 11011111 | 1111001 | 1000100 | 0 | 101110 | 1000110 | 1101 | 10101 | 1000111 | 111001 |
Color Harmonies of #DF7944
Complementary color
Monochromatic Colors of #DF7944
Black with #DF7944
Text Example
Text Example
White with #DF7944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7944; }
p { color: rgb(223,121,68); }
H1.HeaderClassName
{
color: #DF7944;
}
.AnyTagClassName
{
color: #DF7944;
}
</style>
background-color css
<style>
a { background-color: #DF7944; }
a { background-color: rgb(223,121,68); }
div.DivClassName
{
background-color: #DF7944;
}
.BgClassName
{
background-color: #DF7944;
}
</style>
border-color css
<style>
span { border-color: #DF7944; }
span { border-color: rgb(223,121,68); }
td.TdClassName
{
border-color: #DF7944;
}
.TagClassName
{
border-color: #DF7944;
}
</style>