Shades of Jaffa #DF7340
Tints of Jaffa #DF7340
RGB
CMYK
RGB Variations
Color information
#DF7340 (or 0xDF7340) is known color: Jaffa. HEX triplet: DF, 73 and 40. RGB value is (223,115,64). Sum of RGB (Red+Green+Blue) = 223+115+64=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7340 is #208CBF. Grayscale: #8D8D8D. Windows color (decimal): -2133184 or 4223967. OLE color: 4223967.
HSL color Cylindrical-coordinate representation of color #DF7340: hue angle of 19.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF7340 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 64 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.13 |
| HSL | 19.25º | 0.71% | 0.56% | - |
| HSV(B) | 19.25º | 0.71% | 0.87% | - |
| XYZ | 37.49 | 28.32 | 8.34 | - |
| YUV | 141.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 64 | 0 | 0.48 | 0.71 | 0.13 | 19.25 | 0.71 | 0.56 |
| Hex | DF | 73 | 40 | 0 | 30 | 47 | D | 13 | 47 | 38 |
| Octal | 337 | 163 | 100 | 0 | 60 | 107 | 15 | 23 | 107 | 70 |
| Binary | 11011111 | 1110011 | 1000000 | 0 | 110000 | 1000111 | 1101 | 10011 | 1000111 | 111000 |
Color Harmonies of #DF7340
Complementary color
Monochromatic Colors of #DF7340
Black with #DF7340
Text Example
Text Example
White with #DF7340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7340; }
p { color: rgb(223,115,64); }
H1.HeaderClassName
{
color: #DF7340;
}
.AnyTagClassName
{
color: #DF7340;
}
</style>
background-color css
<style>
a { background-color: #DF7340; }
a { background-color: rgb(223,115,64); }
div.DivClassName
{
background-color: #DF7340;
}
.BgClassName
{
background-color: #DF7340;
}
</style>
border-color css
<style>
span { border-color: #DF7340; }
span { border-color: rgb(223,115,64); }
td.TdClassName
{
border-color: #DF7340;
}
.TagClassName
{
border-color: #DF7340;
}
</style>