Shades of Jaffa #DE8051
Tints of Jaffa #DE8051
RGB
CMYK
RGB Variations
Color information
#DE8051 (or 0xDE8051) is known color: Jaffa. HEX triplet: DE, 80 and 51. RGB value is (222,128,81). Sum of RGB (Red+Green+Blue) = 222+128+81=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8051 is #217FAE. Grayscale: #979797. Windows color (decimal): -2195375 or 5341406. OLE color: 5341406.
HSL color Cylindrical-coordinate representation of color #DE8051: hue angle of 20º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE8051 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 81 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.13 |
| HSL | 20º | 0.68% | 0.59% | - |
| HSV(B) | 20º | 0.64% | 0.87% | - |
| XYZ | 39.33 | 31.56 | 11.8 | - |
| YUV | 150.75 | 88.64 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 81 | 0 | 0.42 | 0.64 | 0.13 | 20 | 0.68 | 0.59 |
| Hex | DE | 80 | 51 | 0 | 2A | 40 | D | 14 | 44 | 3B |
| Octal | 336 | 200 | 121 | 0 | 52 | 100 | 15 | 24 | 104 | 73 |
| Binary | 11011110 | 10000000 | 1010001 | 0 | 101010 | 1000000 | 1101 | 10100 | 1000100 | 111011 |
Color Harmonies of #DE8051
Complementary color
Monochromatic Colors of #DE8051
Black with #DE8051
Text Example
Text Example
White with #DE8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8051; }
p { color: rgb(222,128,81); }
H1.HeaderClassName
{
color: #DE8051;
}
.AnyTagClassName
{
color: #DE8051;
}
</style>
background-color css
<style>
a { background-color: #DE8051; }
a { background-color: rgb(222,128,81); }
div.DivClassName
{
background-color: #DE8051;
}
.BgClassName
{
background-color: #DE8051;
}
</style>
border-color css
<style>
span { border-color: #DE8051; }
span { border-color: rgb(222,128,81); }
td.TdClassName
{
border-color: #DE8051;
}
.TagClassName
{
border-color: #DE8051;
}
</style>