Shades of Jaffa #DF7048
Tints of Jaffa #DF7048
RGB
CMYK
RGB Variations
Color information
#DF7048 (or 0xDF7048) is known color: Jaffa. HEX triplet: DF, 70 and 48. RGB value is (223,112,72). Sum of RGB (Red+Green+Blue) = 223+112+72=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7048 is #208FB7. Grayscale: #8C8C8C. Windows color (decimal): -2133944 or 4747487. OLE color: 4747487.
HSL color Cylindrical-coordinate representation of color #DF7048: hue angle of 15.89º 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 #DF7048 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 72 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.13 |
| HSL | 15.89º | 0.7% | 0.58% | - |
| HSV(B) | 15.89º | 0.68% | 0.87% | - |
| XYZ | 37.4 | 27.74 | 9.52 | - |
| YUV | 140.63 | 89.27 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 72 | 0 | 0.50 | 0.68 | 0.13 | 15.89 | 0.7 | 0.58 |
| Hex | DF | 70 | 48 | 0 | 32 | 44 | D | 10 | 46 | 3A |
| Octal | 337 | 160 | 110 | 0 | 62 | 104 | 15 | 20 | 106 | 72 |
| Binary | 11011111 | 1110000 | 1001000 | 0 | 110010 | 1000100 | 1101 | 10000 | 1000110 | 111010 |
Color Harmonies of #DF7048
Complementary color
Monochromatic Colors of #DF7048
Black with #DF7048
Text Example
Text Example
White with #DF7048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7048; }
p { color: rgb(223,112,72); }
H1.HeaderClassName
{
color: #DF7048;
}
.AnyTagClassName
{
color: #DF7048;
}
</style>
background-color css
<style>
a { background-color: #DF7048; }
a { background-color: rgb(223,112,72); }
div.DivClassName
{
background-color: #DF7048;
}
.BgClassName
{
background-color: #DF7048;
}
</style>
border-color css
<style>
span { border-color: #DF7048; }
span { border-color: rgb(223,112,72); }
td.TdClassName
{
border-color: #DF7048;
}
.TagClassName
{
border-color: #DF7048;
}
</style>