Shades of Jaffa #DD7046
Tints of Jaffa #DD7046
RGB
CMYK
RGB Variations
Color information
#DD7046 (or 0xDD7046) is known color: Jaffa. HEX triplet: DD, 70 and 46. RGB value is (221,112,70). Sum of RGB (Red+Green+Blue) = 221+112+70=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7046 is #228FB9. Grayscale: #8C8C8C. Windows color (decimal): -2265018 or 4616413. OLE color: 4616413.
HSL color Cylindrical-coordinate representation of color #DD7046: hue angle of 16.69º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD7046 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 70 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.13 |
| HSL | 16.69º | 0.69% | 0.57% | - |
| HSV(B) | 16.69º | 0.68% | 0.87% | - |
| XYZ | 36.72 | 27.4 | 9.15 | - |
| YUV | 139.8 | 88.61 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 70 | 0 | 0.49 | 0.68 | 0.13 | 16.69 | 0.69 | 0.57 |
| Hex | DD | 70 | 46 | 0 | 31 | 44 | D | 11 | 45 | 39 |
| Octal | 335 | 160 | 106 | 0 | 61 | 104 | 15 | 21 | 105 | 71 |
| Binary | 11011101 | 1110000 | 1000110 | 0 | 110001 | 1000100 | 1101 | 10001 | 1000101 | 111001 |
Color Harmonies of #DD7046
Complementary color
Monochromatic Colors of #DD7046
Black with #DD7046
Text Example
Text Example
White with #DD7046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7046; }
p { color: rgb(221,112,70); }
H1.HeaderClassName
{
color: #DD7046;
}
.AnyTagClassName
{
color: #DD7046;
}
</style>
background-color css
<style>
a { background-color: #DD7046; }
a { background-color: rgb(221,112,70); }
div.DivClassName
{
background-color: #DD7046;
}
.BgClassName
{
background-color: #DD7046;
}
</style>
border-color css
<style>
span { border-color: #DD7046; }
span { border-color: rgb(221,112,70); }
td.TdClassName
{
border-color: #DD7046;
}
.TagClassName
{
border-color: #DD7046;
}
</style>