Shades of Jaffa #DE794D
Tints of Jaffa #DE794D
RGB
CMYK
RGB Variations
Color information
#DE794D (or 0xDE794D) is known color: Jaffa. HEX triplet: DE, 79 and 4D. RGB value is (222,121,77). Sum of RGB (Red+Green+Blue) = 222+121+77=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE794D is #2186B2. Grayscale: #929292. Windows color (decimal): -2197171 or 5077470. OLE color: 5077470.
HSL color Cylindrical-coordinate representation of color #DE794D: hue angle of 18.21º 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 #DE794D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 77 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.13 |
| HSL | 18.21º | 0.69% | 0.59% | - |
| HSV(B) | 18.21º | 0.65% | 0.87% | - |
| XYZ | 38.3 | 29.74 | 10.74 | - |
| YUV | 146.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 77 | 0 | 0.45 | 0.65 | 0.13 | 18.21 | 0.69 | 0.59 |
| Hex | DE | 79 | 4D | 0 | 2D | 41 | D | 12 | 45 | 3B |
| Octal | 336 | 171 | 115 | 0 | 55 | 101 | 15 | 22 | 105 | 73 |
| Binary | 11011110 | 1111001 | 1001101 | 0 | 101101 | 1000001 | 1101 | 10010 | 1000101 | 111011 |
Color Harmonies of #DE794D
Complementary color
Monochromatic Colors of #DE794D
Black with #DE794D
Text Example
Text Example
White with #DE794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE794D; }
p { color: rgb(222,121,77); }
H1.HeaderClassName
{
color: #DE794D;
}
.AnyTagClassName
{
color: #DE794D;
}
</style>
background-color css
<style>
a { background-color: #DE794D; }
a { background-color: rgb(222,121,77); }
div.DivClassName
{
background-color: #DE794D;
}
.BgClassName
{
background-color: #DE794D;
}
</style>
border-color css
<style>
span { border-color: #DE794D; }
span { border-color: rgb(222,121,77); }
td.TdClassName
{
border-color: #DE794D;
}
.TagClassName
{
border-color: #DE794D;
}
</style>