Shades of Jaffa #DE754E
Tints of Jaffa #DE754E
RGB
CMYK
RGB Variations
Color information
#DE754E (or 0xDE754E) is known color: Jaffa. HEX triplet: DE, 75 and 4E. RGB value is (222,117,78). Sum of RGB (Red+Green+Blue) = 222+117+78=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE754E is #218AB1. Grayscale: #909090. Windows color (decimal): -2198194 or 5141982. OLE color: 5141982.
HSL color Cylindrical-coordinate representation of color #DE754E: hue angle of 16.25º 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 #DE754E is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 117 | 78 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.13 |
| HSL | 16.25º | 0.69% | 0.59% | - |
| HSV(B) | 16.25º | 0.65% | 0.87% | - |
| XYZ | 37.86 | 28.8 | 10.77 | - |
| YUV | 143.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 117 | 78 | 0 | 0.47 | 0.65 | 0.13 | 16.25 | 0.69 | 0.59 |
| Hex | DE | 75 | 4E | 0 | 2F | 41 | D | 10 | 45 | 3B |
| Octal | 336 | 165 | 116 | 0 | 57 | 101 | 15 | 20 | 105 | 73 |
| Binary | 11011110 | 1110101 | 1001110 | 0 | 101111 | 1000001 | 1101 | 10000 | 1000101 | 111011 |
Color Harmonies of #DE754E
Complementary color
Monochromatic Colors of #DE754E
Black with #DE754E
Text Example
Text Example
White with #DE754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE754E; }
p { color: rgb(222,117,78); }
H1.HeaderClassName
{
color: #DE754E;
}
.AnyTagClassName
{
color: #DE754E;
}
</style>
background-color css
<style>
a { background-color: #DE754E; }
a { background-color: rgb(222,117,78); }
div.DivClassName
{
background-color: #DE754E;
}
.BgClassName
{
background-color: #DE754E;
}
</style>
border-color css
<style>
span { border-color: #DE754E; }
span { border-color: rgb(222,117,78); }
td.TdClassName
{
border-color: #DE754E;
}
.TagClassName
{
border-color: #DE754E;
}
</style>