Shades of Jaffa #DE8153
Tints of Jaffa #DE8153
RGB
CMYK
RGB Variations
Color information
#DE8153 (or 0xDE8153) is known color: Jaffa. HEX triplet: DE, 81 and 53. RGB value is (222,129,83). Sum of RGB (Red+Green+Blue) = 222+129+83=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8153 is #217EAC. Grayscale: #979797. Windows color (decimal): -2195117 or 5472734. OLE color: 5472734.
HSL color Cylindrical-coordinate representation of color #DE8153: hue angle of 19.86º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE8153 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 83 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.13 |
| HSL | 19.86º | 0.68% | 0.6% | - |
| HSV(B) | 19.86º | 0.63% | 0.87% | - |
| XYZ | 39.54 | 31.85 | 12.25 | - |
| YUV | 151.56 | 89.31 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 83 | 0 | 0.42 | 0.63 | 0.13 | 19.86 | 0.68 | 0.6 |
| Hex | DE | 81 | 53 | 0 | 2A | 3F | D | 14 | 44 | 3C |
| Octal | 336 | 201 | 123 | 0 | 52 | 77 | 15 | 24 | 104 | 74 |
| Binary | 11011110 | 10000001 | 1010011 | 0 | 101010 | 111111 | 1101 | 10100 | 1000100 | 111100 |
Color Harmonies of #DE8153
Complementary color
Monochromatic Colors of #DE8153
Black with #DE8153
Text Example
Text Example
White with #DE8153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8153; }
p { color: rgb(222,129,83); }
H1.HeaderClassName
{
color: #DE8153;
}
.AnyTagClassName
{
color: #DE8153;
}
</style>
background-color css
<style>
a { background-color: #DE8153; }
a { background-color: rgb(222,129,83); }
div.DivClassName
{
background-color: #DE8153;
}
.BgClassName
{
background-color: #DE8153;
}
</style>
border-color css
<style>
span { border-color: #DE8153; }
span { border-color: rgb(222,129,83); }
td.TdClassName
{
border-color: #DE8153;
}
.TagClassName
{
border-color: #DE8153;
}
</style>