Shades of Jaffa #DF794F
Tints of Jaffa #DF794F
RGB
CMYK
RGB Variations
Color information
#DF794F (or 0xDF794F) is known color: Jaffa. HEX triplet: DF, 79 and 4F. RGB value is (223,121,79). Sum of RGB (Red+Green+Blue) = 223+121+79=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF794F is #2086B0. Grayscale: #929292. Windows color (decimal): -2131633 or 5208543. OLE color: 5208543.
HSL color Cylindrical-coordinate representation of color #DF794F: hue angle of 17.5º degrees, saturation: 0.69, 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 #DF794F is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 79 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.13 |
| HSL | 17.5º | 0.69% | 0.59% | - |
| HSV(B) | 17.5º | 0.65% | 0.87% | - |
| XYZ | 38.68 | 29.93 | 11.14 | - |
| YUV | 146.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 79 | 0 | 0.46 | 0.65 | 0.13 | 17.5 | 0.69 | 0.59 |
| Hex | DF | 79 | 4F | 0 | 2E | 41 | D | 12 | 45 | 3B |
| Octal | 337 | 171 | 117 | 0 | 56 | 101 | 15 | 22 | 105 | 73 |
| Binary | 11011111 | 1111001 | 1001111 | 0 | 101110 | 1000001 | 1101 | 10010 | 1000101 | 111011 |
Color Harmonies of #DF794F
Complementary color
Monochromatic Colors of #DF794F
Black with #DF794F
Text Example
Text Example
White with #DF794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF794F; }
p { color: rgb(223,121,79); }
H1.HeaderClassName
{
color: #DF794F;
}
.AnyTagClassName
{
color: #DF794F;
}
</style>
background-color css
<style>
a { background-color: #DF794F; }
a { background-color: rgb(223,121,79); }
div.DivClassName
{
background-color: #DF794F;
}
.BgClassName
{
background-color: #DF794F;
}
</style>
border-color css
<style>
span { border-color: #DF794F; }
span { border-color: rgb(223,121,79); }
td.TdClassName
{
border-color: #DF794F;
}
.TagClassName
{
border-color: #DF794F;
}
</style>