Shades of Jaffa #DF7341
Tints of Jaffa #DF7341
RGB
CMYK
RGB Variations
Color information
#DF7341 (or 0xDF7341) is known color: Jaffa. HEX triplet: DF, 73 and 41. RGB value is (223,115,65). Sum of RGB (Red+Green+Blue) = 223+115+65=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7341 is #208CBE. Grayscale: #8D8D8D. Windows color (decimal): -2133183 or 4289503. OLE color: 4289503.
HSL color Cylindrical-coordinate representation of color #DF7341: hue angle of 18.99º 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 #DF7341 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 65 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.13 |
| HSL | 18.99º | 0.71% | 0.56% | - |
| HSV(B) | 18.99º | 0.71% | 0.87% | - |
| XYZ | 37.52 | 28.33 | 8.49 | - |
| YUV | 141.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 65 | 0 | 0.48 | 0.71 | 0.13 | 18.99 | 0.71 | 0.56 |
| Hex | DF | 73 | 41 | 0 | 30 | 47 | D | 13 | 47 | 38 |
| Octal | 337 | 163 | 101 | 0 | 60 | 107 | 15 | 23 | 107 | 70 |
| Binary | 11011111 | 1110011 | 1000001 | 0 | 110000 | 1000111 | 1101 | 10011 | 1000111 | 111000 |
Color Harmonies of #DF7341
Complementary color
Monochromatic Colors of #DF7341
Black with #DF7341
Text Example
Text Example
White with #DF7341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7341; }
p { color: rgb(223,115,65); }
H1.HeaderClassName
{
color: #DF7341;
}
.AnyTagClassName
{
color: #DF7341;
}
</style>
background-color css
<style>
a { background-color: #DF7341; }
a { background-color: rgb(223,115,65); }
div.DivClassName
{
background-color: #DF7341;
}
.BgClassName
{
background-color: #DF7341;
}
</style>
border-color css
<style>
span { border-color: #DF7341; }
span { border-color: rgb(223,115,65); }
td.TdClassName
{
border-color: #DF7341;
}
.TagClassName
{
border-color: #DF7341;
}
</style>