Shades of Jaffa #DF7540
Tints of Jaffa #DF7540
RGB
CMYK
RGB Variations
Color information
#DF7540 (or 0xDF7540) is known color: Jaffa. HEX triplet: DF, 75 and 40. RGB value is (223,117,64). Sum of RGB (Red+Green+Blue) = 223+117+64=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7540 is #208ABF. Grayscale: #8E8E8E. Windows color (decimal): -2132672 or 4224479. OLE color: 4224479.
HSL color Cylindrical-coordinate representation of color #DF7540: hue angle of 20º 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 #DF7540 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 64 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.13 |
| HSL | 20º | 0.71% | 0.56% | - |
| HSV(B) | 20º | 0.71% | 0.87% | - |
| XYZ | 37.72 | 28.78 | 8.42 | - |
| YUV | 142.65 | 83.62 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 64 | 0 | 0.48 | 0.71 | 0.13 | 20 | 0.71 | 0.56 |
| Hex | DF | 75 | 40 | 0 | 30 | 47 | D | 14 | 47 | 38 |
| Octal | 337 | 165 | 100 | 0 | 60 | 107 | 15 | 24 | 107 | 70 |
| Binary | 11011111 | 1110101 | 1000000 | 0 | 110000 | 1000111 | 1101 | 10100 | 1000111 | 111000 |
Color Harmonies of #DF7540
Complementary color
Monochromatic Colors of #DF7540
Black with #DF7540
Text Example
Text Example
White with #DF7540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7540; }
p { color: rgb(223,117,64); }
H1.HeaderClassName
{
color: #DF7540;
}
.AnyTagClassName
{
color: #DF7540;
}
</style>
background-color css
<style>
a { background-color: #DF7540; }
a { background-color: rgb(223,117,64); }
div.DivClassName
{
background-color: #DF7540;
}
.BgClassName
{
background-color: #DF7540;
}
</style>
border-color css
<style>
span { border-color: #DF7540; }
span { border-color: rgb(223,117,64); }
td.TdClassName
{
border-color: #DF7540;
}
.TagClassName
{
border-color: #DF7540;
}
</style>