Shades of Jaffa #DF784A
Tints of Jaffa #DF784A
RGB
CMYK
RGB Variations
Color information
#DF784A (or 0xDF784A) is known color: Jaffa. HEX triplet: DF, 78 and 4A. RGB value is (223,120,74). Sum of RGB (Red+Green+Blue) = 223+120+74=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF784A is #2087B5. Grayscale: #919191. Windows color (decimal): -2131894 or 4880607. OLE color: 4880607.
HSL color Cylindrical-coordinate representation of color #DF784A: hue angle of 18.52º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF784A is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 74 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.13 |
| HSL | 18.52º | 0.7% | 0.58% | - |
| HSV(B) | 18.52º | 0.67% | 0.87% | - |
| XYZ | 38.38 | 29.62 | 10.17 | - |
| YUV | 145.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 74 | 0 | 0.46 | 0.67 | 0.13 | 18.52 | 0.7 | 0.58 |
| Hex | DF | 78 | 4A | 0 | 2E | 43 | D | 13 | 46 | 3A |
| Octal | 337 | 170 | 112 | 0 | 56 | 103 | 15 | 23 | 106 | 72 |
| Binary | 11011111 | 1111000 | 1001010 | 0 | 101110 | 1000011 | 1101 | 10011 | 1000110 | 111010 |
Color Harmonies of #DF784A
Complementary color
Monochromatic Colors of #DF784A
Black with #DF784A
Text Example
Text Example
White with #DF784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF784A; }
p { color: rgb(223,120,74); }
H1.HeaderClassName
{
color: #DF784A;
}
.AnyTagClassName
{
color: #DF784A;
}
</style>
background-color css
<style>
a { background-color: #DF784A; }
a { background-color: rgb(223,120,74); }
div.DivClassName
{
background-color: #DF784A;
}
.BgClassName
{
background-color: #DF784A;
}
</style>
border-color css
<style>
span { border-color: #DF784A; }
span { border-color: rgb(223,120,74); }
td.TdClassName
{
border-color: #DF784A;
}
.TagClassName
{
border-color: #DF784A;
}
</style>