Shades of Jaffa #DE804C
Tints of Jaffa #DE804C
RGB
CMYK
RGB Variations
Color information
#DE804C (or 0xDE804C) is known color: Jaffa. HEX triplet: DE, 80 and 4C. RGB value is (222,128,76). Sum of RGB (Red+Green+Blue) = 222+128+76=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE804C is #217FB3. Grayscale: #969696. Windows color (decimal): -2195380 or 5013726. OLE color: 5013726.
HSL color Cylindrical-coordinate representation of color #DE804C: hue angle of 21.37º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE804C is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 76 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.13 |
| HSL | 21.37º | 0.69% | 0.58% | - |
| HSV(B) | 21.37º | 0.66% | 0.87% | - |
| XYZ | 39.15 | 31.49 | 10.85 | - |
| YUV | 150.18 | 86.14 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 76 | 0 | 0.42 | 0.66 | 0.13 | 21.37 | 0.69 | 0.58 |
| Hex | DE | 80 | 4C | 0 | 2A | 42 | D | 15 | 45 | 3A |
| Octal | 336 | 200 | 114 | 0 | 52 | 102 | 15 | 25 | 105 | 72 |
| Binary | 11011110 | 10000000 | 1001100 | 0 | 101010 | 1000010 | 1101 | 10101 | 1000101 | 111010 |
Color Harmonies of #DE804C
Complementary color
Monochromatic Colors of #DE804C
Black with #DE804C
Text Example
Text Example
White with #DE804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE804C; }
p { color: rgb(222,128,76); }
H1.HeaderClassName
{
color: #DE804C;
}
.AnyTagClassName
{
color: #DE804C;
}
</style>
background-color css
<style>
a { background-color: #DE804C; }
a { background-color: rgb(222,128,76); }
div.DivClassName
{
background-color: #DE804C;
}
.BgClassName
{
background-color: #DE804C;
}
</style>
border-color css
<style>
span { border-color: #DE804C; }
span { border-color: rgb(222,128,76); }
td.TdClassName
{
border-color: #DE804C;
}
.TagClassName
{
border-color: #DE804C;
}
</style>