Shades of Jaffa #DE824D
Tints of Jaffa #DE824D
RGB
CMYK
RGB Variations
Color information
#DE824D (or 0xDE824D) is known color: Jaffa. HEX triplet: DE, 82 and 4D. RGB value is (222,130,77). Sum of RGB (Red+Green+Blue) = 222+130+77=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE824D is #217DB2. Grayscale: #979797. Windows color (decimal): -2194867 or 5079774. OLE color: 5079774.
HSL color Cylindrical-coordinate representation of color #DE824D: hue angle of 21.93º 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 #DE824D is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 77 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.13 |
| HSL | 21.93º | 0.69% | 0.59% | - |
| HSV(B) | 21.93º | 0.65% | 0.87% | - |
| XYZ | 39.45 | 32.03 | 11.12 | - |
| YUV | 151.47 | 85.98 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 77 | 0 | 0.41 | 0.65 | 0.13 | 21.93 | 0.69 | 0.59 |
| Hex | DE | 82 | 4D | 0 | 29 | 41 | D | 16 | 45 | 3B |
| Octal | 336 | 202 | 115 | 0 | 51 | 101 | 15 | 26 | 105 | 73 |
| Binary | 11011110 | 10000010 | 1001101 | 0 | 101001 | 1000001 | 1101 | 10110 | 1000101 | 111011 |
Color Harmonies of #DE824D
Complementary color
Monochromatic Colors of #DE824D
Black with #DE824D
Text Example
Text Example
White with #DE824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE824D; }
p { color: rgb(222,130,77); }
H1.HeaderClassName
{
color: #DE824D;
}
.AnyTagClassName
{
color: #DE824D;
}
</style>
background-color css
<style>
a { background-color: #DE824D; }
a { background-color: rgb(222,130,77); }
div.DivClassName
{
background-color: #DE824D;
}
.BgClassName
{
background-color: #DE824D;
}
</style>
border-color css
<style>
span { border-color: #DE824D; }
span { border-color: rgb(222,130,77); }
td.TdClassName
{
border-color: #DE824D;
}
.TagClassName
{
border-color: #DE824D;
}
</style>