Shades of Jaffa #DF7641
Tints of Jaffa #DF7641
RGB
CMYK
RGB Variations
Color information
#DF7641 (or 0xDF7641) is known color: Jaffa. HEX triplet: DF, 76 and 41. RGB value is (223,118,65). Sum of RGB (Red+Green+Blue) = 223+118+65=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7641 is #2089BE. Grayscale: #8F8F8F. Windows color (decimal): -2132415 or 4290271. OLE color: 4290271.
HSL color Cylindrical-coordinate representation of color #DF7641: hue angle of 20.13º 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 #DF7641 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 65 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.13 |
| HSL | 20.13º | 0.71% | 0.56% | - |
| HSV(B) | 20.13º | 0.71% | 0.87% | - |
| XYZ | 37.86 | 29.03 | 8.61 | - |
| YUV | 143.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 65 | 0 | 0.47 | 0.71 | 0.13 | 20.13 | 0.71 | 0.56 |
| Hex | DF | 76 | 41 | 0 | 2F | 47 | D | 14 | 47 | 38 |
| Octal | 337 | 166 | 101 | 0 | 57 | 107 | 15 | 24 | 107 | 70 |
| Binary | 11011111 | 1110110 | 1000001 | 0 | 101111 | 1000111 | 1101 | 10100 | 1000111 | 111000 |
Color Harmonies of #DF7641
Complementary color
Monochromatic Colors of #DF7641
Black with #DF7641
Text Example
Text Example
White with #DF7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7641; }
p { color: rgb(223,118,65); }
H1.HeaderClassName
{
color: #DF7641;
}
.AnyTagClassName
{
color: #DF7641;
}
</style>
background-color css
<style>
a { background-color: #DF7641; }
a { background-color: rgb(223,118,65); }
div.DivClassName
{
background-color: #DF7641;
}
.BgClassName
{
background-color: #DF7641;
}
</style>
border-color css
<style>
span { border-color: #DF7641; }
span { border-color: rgb(223,118,65); }
td.TdClassName
{
border-color: #DF7641;
}
.TagClassName
{
border-color: #DF7641;
}
</style>