Shades of Jaffa #DD7947
Tints of Jaffa #DD7947
RGB
CMYK
RGB Variations
Color information
#DD7947 (or 0xDD7947) is known color: Jaffa. HEX triplet: DD, 79 and 47. RGB value is (221,121,71). Sum of RGB (Red+Green+Blue) = 221+121+71=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7947 is #2286B8. Grayscale: #919191. Windows color (decimal): -2262713 or 4684253. OLE color: 4684253.
HSL color Cylindrical-coordinate representation of color #DD7947: hue angle of 20º 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 #DD7947 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 71 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.13 |
| HSL | 20º | 0.69% | 0.57% | - |
| HSV(B) | 20º | 0.68% | 0.87% | - |
| XYZ | 37.79 | 29.5 | 9.66 | - |
| YUV | 145.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 71 | 0 | 0.45 | 0.68 | 0.13 | 20 | 0.69 | 0.57 |
| Hex | DD | 79 | 47 | 0 | 2D | 44 | D | 14 | 45 | 39 |
| Octal | 335 | 171 | 107 | 0 | 55 | 104 | 15 | 24 | 105 | 71 |
| Binary | 11011101 | 1111001 | 1000111 | 0 | 101101 | 1000100 | 1101 | 10100 | 1000101 | 111001 |
Color Harmonies of #DD7947
Complementary color
Monochromatic Colors of #DD7947
Black with #DD7947
Text Example
Text Example
White with #DD7947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7947; }
p { color: rgb(221,121,71); }
H1.HeaderClassName
{
color: #DD7947;
}
.AnyTagClassName
{
color: #DD7947;
}
</style>
background-color css
<style>
a { background-color: #DD7947; }
a { background-color: rgb(221,121,71); }
div.DivClassName
{
background-color: #DD7947;
}
.BgClassName
{
background-color: #DD7947;
}
</style>
border-color css
<style>
span { border-color: #DD7947; }
span { border-color: rgb(221,121,71); }
td.TdClassName
{
border-color: #DD7947;
}
.TagClassName
{
border-color: #DD7947;
}
</style>