Shades of Jaffa #DE764D
Tints of Jaffa #DE764D
RGB
CMYK
RGB Variations
Color information
#DE764D (or 0xDE764D) is known color: Jaffa. HEX triplet: DE, 76 and 4D. RGB value is (222,118,77). Sum of RGB (Red+Green+Blue) = 222+118+77=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE764D is #2189B2. Grayscale: #909090. Windows color (decimal): -2197939 or 5076702. OLE color: 5076702.
HSL color Cylindrical-coordinate representation of color #DE764D: hue angle of 16.97º 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 #DE764D is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 118 | 77 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.13 |
| HSL | 16.97º | 0.69% | 0.59% | - |
| HSV(B) | 16.97º | 0.65% | 0.87% | - |
| XYZ | 37.94 | 29.02 | 10.62 | - |
| YUV | 144.42 | 89.96 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 118 | 77 | 0 | 0.47 | 0.65 | 0.13 | 16.97 | 0.69 | 0.59 |
| Hex | DE | 76 | 4D | 0 | 2F | 41 | D | 11 | 45 | 3B |
| Octal | 336 | 166 | 115 | 0 | 57 | 101 | 15 | 21 | 105 | 73 |
| Binary | 11011110 | 1110110 | 1001101 | 0 | 101111 | 1000001 | 1101 | 10001 | 1000101 | 111011 |
Color Harmonies of #DE764D
Complementary color
Monochromatic Colors of #DE764D
Black with #DE764D
Text Example
Text Example
White with #DE764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE764D; }
p { color: rgb(222,118,77); }
H1.HeaderClassName
{
color: #DE764D;
}
.AnyTagClassName
{
color: #DE764D;
}
</style>
background-color css
<style>
a { background-color: #DE764D; }
a { background-color: rgb(222,118,77); }
div.DivClassName
{
background-color: #DE764D;
}
.BgClassName
{
background-color: #DE764D;
}
</style>
border-color css
<style>
span { border-color: #DE764D; }
span { border-color: rgb(222,118,77); }
td.TdClassName
{
border-color: #DE764D;
}
.TagClassName
{
border-color: #DE764D;
}
</style>