Shades of Jaffa #DE7044
Tints of Jaffa #DE7044
RGB
CMYK
RGB Variations
Color information
#DE7044 (or 0xDE7044) is known color: Jaffa. HEX triplet: DE, 70 and 44. RGB value is (222,112,68). Sum of RGB (Red+Green+Blue) = 222+112+68=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7044 is #218FBB. Grayscale: #8C8C8C. Windows color (decimal): -2199484 or 4485342. OLE color: 4485342.
HSL color Cylindrical-coordinate representation of color #DE7044: hue angle of 17.14º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE7044 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 68 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.13 |
| HSL | 17.14º | 0.7% | 0.57% | - |
| HSV(B) | 17.14º | 0.69% | 0.87% | - |
| XYZ | 36.96 | 27.54 | 8.84 | - |
| YUV | 139.87 | 87.44 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 68 | 0 | 0.50 | 0.69 | 0.13 | 17.14 | 0.7 | 0.57 |
| Hex | DE | 70 | 44 | 0 | 32 | 45 | D | 11 | 46 | 39 |
| Octal | 336 | 160 | 104 | 0 | 62 | 105 | 15 | 21 | 106 | 71 |
| Binary | 11011110 | 1110000 | 1000100 | 0 | 110010 | 1000101 | 1101 | 10001 | 1000110 | 111001 |
Color Harmonies of #DE7044
Complementary color
Monochromatic Colors of #DE7044
Black with #DE7044
Text Example
Text Example
White with #DE7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7044; }
p { color: rgb(222,112,68); }
H1.HeaderClassName
{
color: #DE7044;
}
.AnyTagClassName
{
color: #DE7044;
}
</style>
background-color css
<style>
a { background-color: #DE7044; }
a { background-color: rgb(222,112,68); }
div.DivClassName
{
background-color: #DE7044;
}
.BgClassName
{
background-color: #DE7044;
}
</style>
border-color css
<style>
span { border-color: #DE7044; }
span { border-color: rgb(222,112,68); }
td.TdClassName
{
border-color: #DE7044;
}
.TagClassName
{
border-color: #DE7044;
}
</style>