Shades of Jaffa #DE8155
Tints of Jaffa #DE8155
RGB
CMYK
RGB Variations
Color information
#DE8155 (or 0xDE8155) is known color: Jaffa. HEX triplet: DE, 81 and 55. RGB value is (222,129,85). Sum of RGB (Red+Green+Blue) = 222+129+85=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8155 is #217EAA. Grayscale: #989898. Windows color (decimal): -2195115 or 5603806. OLE color: 5603806.
HSL color Cylindrical-coordinate representation of color #DE8155: hue angle of 19.27º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE8155 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 85 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.13 |
| HSL | 19.27º | 0.67% | 0.6% | - |
| HSV(B) | 19.27º | 0.62% | 0.87% | - |
| XYZ | 39.61 | 31.89 | 12.66 | - |
| YUV | 151.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 85 | 0 | 0.42 | 0.62 | 0.13 | 19.27 | 0.67 | 0.6 |
| Hex | DE | 81 | 55 | 0 | 2A | 3E | D | 13 | 43 | 3C |
| Octal | 336 | 201 | 125 | 0 | 52 | 76 | 15 | 23 | 103 | 74 |
| Binary | 11011110 | 10000001 | 1010101 | 0 | 101010 | 111110 | 1101 | 10011 | 1000011 | 111100 |
Color Harmonies of #DE8155
Complementary color
Monochromatic Colors of #DE8155
Black with #DE8155
Text Example
Text Example
White with #DE8155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8155; }
p { color: rgb(222,129,85); }
H1.HeaderClassName
{
color: #DE8155;
}
.AnyTagClassName
{
color: #DE8155;
}
</style>
background-color css
<style>
a { background-color: #DE8155; }
a { background-color: rgb(222,129,85); }
div.DivClassName
{
background-color: #DE8155;
}
.BgClassName
{
background-color: #DE8155;
}
</style>
border-color css
<style>
span { border-color: #DE8155; }
span { border-color: rgb(222,129,85); }
td.TdClassName
{
border-color: #DE8155;
}
.TagClassName
{
border-color: #DE8155;
}
</style>