Shades of Jaffa #DD783E
Tints of Jaffa #DD783E
RGB
CMYK
RGB Variations
Color information
#DD783E (or 0xDD783E) is known color: Jaffa. HEX triplet: DD, 78 and 3E. RGB value is (221,120,62). Sum of RGB (Red+Green+Blue) = 221+120+62=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD783E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD783E is #2287C1. Grayscale: #8F8F8F. Windows color (decimal): -2262978 or 4094173. OLE color: 4094173.
HSL color Cylindrical-coordinate representation of color #DD783E: hue angle of 21.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD783E is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 62 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.13 |
| HSL | 21.89º | 0.7% | 0.55% | - |
| HSV(B) | 21.89º | 0.72% | 0.87% | - |
| XYZ | 37.4 | 29.15 | 8.21 | - |
| YUV | 143.59 | 81.96 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 62 | 0 | 0.46 | 0.72 | 0.13 | 21.89 | 0.7 | 0.55 |
| Hex | DD | 78 | 3E | 0 | 2E | 48 | D | 16 | 46 | 37 |
| Octal | 335 | 170 | 76 | 0 | 56 | 110 | 15 | 26 | 106 | 67 |
| Binary | 11011101 | 1111000 | 111110 | 0 | 101110 | 1001000 | 1101 | 10110 | 1000110 | 110111 |
Color Harmonies of #DD783E
Complementary color
Monochromatic Colors of #DD783E
Black with #DD783E
Text Example
Text Example
White with #DD783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD783E; }
p { color: rgb(221,120,62); }
H1.HeaderClassName
{
color: #DD783E;
}
.AnyTagClassName
{
color: #DD783E;
}
</style>
background-color css
<style>
a { background-color: #DD783E; }
a { background-color: rgb(221,120,62); }
div.DivClassName
{
background-color: #DD783E;
}
.BgClassName
{
background-color: #DD783E;
}
</style>
border-color css
<style>
span { border-color: #DD783E; }
span { border-color: rgb(221,120,62); }
td.TdClassName
{
border-color: #DD783E;
}
.TagClassName
{
border-color: #DD783E;
}
</style>