Shades of Jaffa #DF7249
Tints of Jaffa #DF7249
RGB
CMYK
RGB Variations
Color information
#DF7249 (or 0xDF7249) is known color: Jaffa. HEX triplet: DF, 72 and 49. RGB value is (223,114,73). Sum of RGB (Red+Green+Blue) = 223+114+73=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7249 is #208DB6. Grayscale: #8E8E8E. Windows color (decimal): -2133431 or 4813535. OLE color: 4813535.
HSL color Cylindrical-coordinate representation of color #DF7249: hue angle of 16.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF7249 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 73 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.13 |
| HSL | 16.4º | 0.7% | 0.58% | - |
| HSV(B) | 16.4º | 0.67% | 0.87% | - |
| XYZ | 37.65 | 28.2 | 9.76 | - |
| YUV | 141.92 | 89.11 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 73 | 0 | 0.49 | 0.67 | 0.13 | 16.4 | 0.7 | 0.58 |
| Hex | DF | 72 | 49 | 0 | 31 | 43 | D | 10 | 46 | 3A |
| Octal | 337 | 162 | 111 | 0 | 61 | 103 | 15 | 20 | 106 | 72 |
| Binary | 11011111 | 1110010 | 1001001 | 0 | 110001 | 1000011 | 1101 | 10000 | 1000110 | 111010 |
Color Harmonies of #DF7249
Complementary color
Monochromatic Colors of #DF7249
Black with #DF7249
Text Example
Text Example
White with #DF7249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7249; }
p { color: rgb(223,114,73); }
H1.HeaderClassName
{
color: #DF7249;
}
.AnyTagClassName
{
color: #DF7249;
}
</style>
background-color css
<style>
a { background-color: #DF7249; }
a { background-color: rgb(223,114,73); }
div.DivClassName
{
background-color: #DF7249;
}
.BgClassName
{
background-color: #DF7249;
}
</style>
border-color css
<style>
span { border-color: #DF7249; }
span { border-color: rgb(223,114,73); }
td.TdClassName
{
border-color: #DF7249;
}
.TagClassName
{
border-color: #DF7249;
}
</style>