Shades of Jaffa #DF7448
Tints of Jaffa #DF7448
RGB
CMYK
RGB Variations
Color information
#DF7448 (or 0xDF7448) is known color: Jaffa. HEX triplet: DF, 74 and 48. RGB value is (223,116,72). Sum of RGB (Red+Green+Blue) = 223+116+72=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7448 is #208BB7. Grayscale: #8F8F8F. Windows color (decimal): -2132920 or 4748511. OLE color: 4748511.
HSL color Cylindrical-coordinate representation of color #DF7448: hue angle of 17.48º 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 #DF7448 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 72 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.13 |
| HSL | 17.48º | 0.7% | 0.58% | - |
| HSV(B) | 17.48º | 0.68% | 0.87% | - |
| XYZ | 37.85 | 28.65 | 9.67 | - |
| YUV | 142.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 72 | 0 | 0.48 | 0.68 | 0.13 | 17.48 | 0.7 | 0.58 |
| Hex | DF | 74 | 48 | 0 | 30 | 44 | D | 11 | 46 | 3A |
| Octal | 337 | 164 | 110 | 0 | 60 | 104 | 15 | 21 | 106 | 72 |
| Binary | 11011111 | 1110100 | 1001000 | 0 | 110000 | 1000100 | 1101 | 10001 | 1000110 | 111010 |
Color Harmonies of #DF7448
Complementary color
Monochromatic Colors of #DF7448
Black with #DF7448
Text Example
Text Example
White with #DF7448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7448; }
p { color: rgb(223,116,72); }
H1.HeaderClassName
{
color: #DF7448;
}
.AnyTagClassName
{
color: #DF7448;
}
</style>
background-color css
<style>
a { background-color: #DF7448; }
a { background-color: rgb(223,116,72); }
div.DivClassName
{
background-color: #DF7448;
}
.BgClassName
{
background-color: #DF7448;
}
</style>
border-color css
<style>
span { border-color: #DF7448; }
span { border-color: rgb(223,116,72); }
td.TdClassName
{
border-color: #DF7448;
}
.TagClassName
{
border-color: #DF7448;
}
</style>