Shades of Jaffa #DE774A
Tints of Jaffa #DE774A
RGB
CMYK
RGB Variations
Color information
#DE774A (or 0xDE774A) is known color: Jaffa. HEX triplet: DE, 77 and 4A. RGB value is (222,119,74). Sum of RGB (Red+Green+Blue) = 222+119+74=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE774A is #2188B5. Grayscale: #909090. Windows color (decimal): -2197686 or 4880350. OLE color: 4880350.
HSL color Cylindrical-coordinate representation of color #DE774A: hue angle of 18.24º 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 #DE774A is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 74 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.13 |
| HSL | 18.24º | 0.69% | 0.58% | - |
| HSV(B) | 18.24º | 0.67% | 0.87% | - |
| XYZ | 37.96 | 29.22 | 10.12 | - |
| YUV | 144.67 | 88.12 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 74 | 0 | 0.46 | 0.67 | 0.13 | 18.24 | 0.69 | 0.58 |
| Hex | DE | 77 | 4A | 0 | 2E | 43 | D | 12 | 45 | 3A |
| Octal | 336 | 167 | 112 | 0 | 56 | 103 | 15 | 22 | 105 | 72 |
| Binary | 11011110 | 1110111 | 1001010 | 0 | 101110 | 1000011 | 1101 | 10010 | 1000101 | 111010 |
Color Harmonies of #DE774A
Complementary color
Monochromatic Colors of #DE774A
Black with #DE774A
Text Example
Text Example
White with #DE774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE774A; }
p { color: rgb(222,119,74); }
H1.HeaderClassName
{
color: #DE774A;
}
.AnyTagClassName
{
color: #DE774A;
}
</style>
background-color css
<style>
a { background-color: #DE774A; }
a { background-color: rgb(222,119,74); }
div.DivClassName
{
background-color: #DE774A;
}
.BgClassName
{
background-color: #DE774A;
}
</style>
border-color css
<style>
span { border-color: #DE774A; }
span { border-color: rgb(222,119,74); }
td.TdClassName
{
border-color: #DE774A;
}
.TagClassName
{
border-color: #DE774A;
}
</style>