Shades of Jaffa #DF7544
Tints of Jaffa #DF7544
RGB
CMYK
RGB Variations
Color information
#DF7544 (or 0xDF7544) is known color: Jaffa. HEX triplet: DF, 75 and 44. RGB value is (223,117,68). Sum of RGB (Red+Green+Blue) = 223+117+68=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7544 is #208ABB. Grayscale: #8F8F8F. Windows color (decimal): -2132668 or 4486623. OLE color: 4486623.
HSL color Cylindrical-coordinate representation of color #DF7544: hue angle of 18.97º 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 #DF7544 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 68 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.13 |
| HSL | 18.97º | 0.71% | 0.57% | - |
| HSV(B) | 18.97º | 0.7% | 0.87% | - |
| XYZ | 37.84 | 28.83 | 9.04 | - |
| YUV | 143.11 | 85.62 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 68 | 0 | 0.48 | 0.70 | 0.13 | 18.97 | 0.71 | 0.57 |
| Hex | DF | 75 | 44 | 0 | 30 | 46 | D | 13 | 47 | 39 |
| Octal | 337 | 165 | 104 | 0 | 60 | 106 | 15 | 23 | 107 | 71 |
| Binary | 11011111 | 1110101 | 1000100 | 0 | 110000 | 1000110 | 1101 | 10011 | 1000111 | 111001 |
Color Harmonies of #DF7544
Complementary color
Monochromatic Colors of #DF7544
Black with #DF7544
Text Example
Text Example
White with #DF7544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7544; }
p { color: rgb(223,117,68); }
H1.HeaderClassName
{
color: #DF7544;
}
.AnyTagClassName
{
color: #DF7544;
}
</style>
background-color css
<style>
a { background-color: #DF7544; }
a { background-color: rgb(223,117,68); }
div.DivClassName
{
background-color: #DF7544;
}
.BgClassName
{
background-color: #DF7544;
}
</style>
border-color css
<style>
span { border-color: #DF7544; }
span { border-color: rgb(223,117,68); }
td.TdClassName
{
border-color: #DF7544;
}
.TagClassName
{
border-color: #DF7544;
}
</style>