Shades of Jaffa #DE7A4A
Tints of Jaffa #DE7A4A
RGB
CMYK
RGB Variations
Color information
#DE7A4A (or 0xDE7A4A) is known color: Jaffa. HEX triplet: DE, 7A and 4A. RGB value is (222,122,74). Sum of RGB (Red+Green+Blue) = 222+122+74=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7A4A is #2185B5. Grayscale: #929292. Windows color (decimal): -2196918 or 4881118. OLE color: 4881118.
HSL color Cylindrical-coordinate representation of color #DE7A4A: hue angle of 19.46º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE7A4A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 74 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.13 |
| HSL | 19.46º | 0.69% | 0.58% | - |
| HSV(B) | 19.46º | 0.67% | 0.87% | - |
| XYZ | 38.32 | 29.94 | 10.24 | - |
| YUV | 146.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 74 | 0 | 0.45 | 0.67 | 0.13 | 19.46 | 0.69 | 0.58 |
| Hex | DE | 7A | 4A | 0 | 2D | 43 | D | 13 | 45 | 3A |
| Octal | 336 | 172 | 112 | 0 | 55 | 103 | 15 | 23 | 105 | 72 |
| Binary | 11011110 | 1111010 | 1001010 | 0 | 101101 | 1000011 | 1101 | 10011 | 1000101 | 111010 |
Color Harmonies of #DE7A4A
Complementary color
Monochromatic Colors of #DE7A4A
Black with #DE7A4A
Text Example
Text Example
White with #DE7A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A4A; }
p { color: rgb(222,122,74); }
H1.HeaderClassName
{
color: #DE7A4A;
}
.AnyTagClassName
{
color: #DE7A4A;
}
</style>
background-color css
<style>
a { background-color: #DE7A4A; }
a { background-color: rgb(222,122,74); }
div.DivClassName
{
background-color: #DE7A4A;
}
.BgClassName
{
background-color: #DE7A4A;
}
</style>
border-color css
<style>
span { border-color: #DE7A4A; }
span { border-color: rgb(222,122,74); }
td.TdClassName
{
border-color: #DE7A4A;
}
.TagClassName
{
border-color: #DE7A4A;
}
</style>