Shades of Jaffa #DD793E
Tints of Jaffa #DD793E
RGB
CMYK
RGB Variations
Color information
#DD793E (or 0xDD793E) is known color: Jaffa. HEX triplet: DD, 79 and 3E. RGB value is (221,121,62). Sum of RGB (Red+Green+Blue) = 221+121+62=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD793E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD793E is #2286C1. Grayscale: #909090. Windows color (decimal): -2262722 or 4094429. OLE color: 4094429.
HSL color Cylindrical-coordinate representation of color #DD793E: hue angle of 22.26º 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 #DD793E is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 62 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.13 |
| HSL | 22.26º | 0.7% | 0.55% | - |
| HSV(B) | 22.26º | 0.72% | 0.87% | - |
| XYZ | 37.53 | 29.39 | 8.25 | - |
| YUV | 144.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 62 | 0 | 0.45 | 0.72 | 0.13 | 22.26 | 0.7 | 0.55 |
| Hex | DD | 79 | 3E | 0 | 2D | 48 | D | 16 | 46 | 37 |
| Octal | 335 | 171 | 76 | 0 | 55 | 110 | 15 | 26 | 106 | 67 |
| Binary | 11011101 | 1111001 | 111110 | 0 | 101101 | 1001000 | 1101 | 10110 | 1000110 | 110111 |
Color Harmonies of #DD793E
Complementary color
Monochromatic Colors of #DD793E
Black with #DD793E
Text Example
Text Example
White with #DD793E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD793E; }
p { color: rgb(221,121,62); }
H1.HeaderClassName
{
color: #DD793E;
}
.AnyTagClassName
{
color: #DD793E;
}
</style>
background-color css
<style>
a { background-color: #DD793E; }
a { background-color: rgb(221,121,62); }
div.DivClassName
{
background-color: #DD793E;
}
.BgClassName
{
background-color: #DD793E;
}
</style>
border-color css
<style>
span { border-color: #DD793E; }
span { border-color: rgb(221,121,62); }
td.TdClassName
{
border-color: #DD793E;
}
.TagClassName
{
border-color: #DD793E;
}
</style>