Shades of Jaffa #DF784D
Tints of Jaffa #DF784D
RGB
CMYK
RGB Variations
Color information
#DF784D (or 0xDF784D) is known color: Jaffa. HEX triplet: DF, 78 and 4D. RGB value is (223,120,77). Sum of RGB (Red+Green+Blue) = 223+120+77=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF784D is #2087B2. Grayscale: #929292. Windows color (decimal): -2131891 or 5077215. OLE color: 5077215.
HSL color Cylindrical-coordinate representation of color #DF784D: hue angle of 17.67º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF784D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 77 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.13 |
| HSL | 17.67º | 0.7% | 0.59% | - |
| HSV(B) | 17.67º | 0.65% | 0.87% | - |
| XYZ | 38.49 | 29.66 | 10.72 | - |
| YUV | 145.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 77 | 0 | 0.46 | 0.65 | 0.13 | 17.67 | 0.7 | 0.59 |
| Hex | DF | 78 | 4D | 0 | 2E | 41 | D | 12 | 46 | 3B |
| Octal | 337 | 170 | 115 | 0 | 56 | 101 | 15 | 22 | 106 | 73 |
| Binary | 11011111 | 1111000 | 1001101 | 0 | 101110 | 1000001 | 1101 | 10010 | 1000110 | 111011 |
Color Harmonies of #DF784D
Complementary color
Monochromatic Colors of #DF784D
Black with #DF784D
Text Example
Text Example
White with #DF784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF784D; }
p { color: rgb(223,120,77); }
H1.HeaderClassName
{
color: #DF784D;
}
.AnyTagClassName
{
color: #DF784D;
}
</style>
background-color css
<style>
a { background-color: #DF784D; }
a { background-color: rgb(223,120,77); }
div.DivClassName
{
background-color: #DF784D;
}
.BgClassName
{
background-color: #DF784D;
}
</style>
border-color css
<style>
span { border-color: #DF784D; }
span { border-color: rgb(223,120,77); }
td.TdClassName
{
border-color: #DF784D;
}
.TagClassName
{
border-color: #DF784D;
}
</style>