Shades of Jaffa #DF794A
Tints of Jaffa #DF794A
RGB
CMYK
RGB Variations
Color information
#DF794A (or 0xDF794A) is known color: Jaffa. HEX triplet: DF, 79 and 4A. RGB value is (223,121,74). Sum of RGB (Red+Green+Blue) = 223+121+74=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF794A is #2086B5. Grayscale: #929292. Windows color (decimal): -2131638 or 4880863. OLE color: 4880863.
HSL color Cylindrical-coordinate representation of color #DF794A: hue angle of 18.93º 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 #DF794A is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 74 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.13 |
| HSL | 18.93º | 0.7% | 0.58% | - |
| HSV(B) | 18.93º | 0.67% | 0.87% | - |
| XYZ | 38.5 | 29.86 | 10.21 | - |
| YUV | 146.14 | 87.29 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 74 | 0 | 0.46 | 0.67 | 0.13 | 18.93 | 0.7 | 0.58 |
| Hex | DF | 79 | 4A | 0 | 2E | 43 | D | 13 | 46 | 3A |
| Octal | 337 | 171 | 112 | 0 | 56 | 103 | 15 | 23 | 106 | 72 |
| Binary | 11011111 | 1111001 | 1001010 | 0 | 101110 | 1000011 | 1101 | 10011 | 1000110 | 111010 |
Color Harmonies of #DF794A
Complementary color
Monochromatic Colors of #DF794A
Black with #DF794A
Text Example
Text Example
White with #DF794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF794A; }
p { color: rgb(223,121,74); }
H1.HeaderClassName
{
color: #DF794A;
}
.AnyTagClassName
{
color: #DF794A;
}
</style>
background-color css
<style>
a { background-color: #DF794A; }
a { background-color: rgb(223,121,74); }
div.DivClassName
{
background-color: #DF794A;
}
.BgClassName
{
background-color: #DF794A;
}
</style>
border-color css
<style>
span { border-color: #DF794A; }
span { border-color: rgb(223,121,74); }
td.TdClassName
{
border-color: #DF794A;
}
.TagClassName
{
border-color: #DF794A;
}
</style>