Shades of Jaffa #DD7442
Tints of Jaffa #DD7442
RGB
CMYK
RGB Variations
Color information
#DD7442 (or 0xDD7442) is known color: Jaffa. HEX triplet: DD, 74 and 42. RGB value is (221,116,66). Sum of RGB (Red+Green+Blue) = 221+116+66=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7442 is #228BBD. Grayscale: #8E8E8E. Windows color (decimal): -2263998 or 4355293. OLE color: 4355293.
HSL color Cylindrical-coordinate representation of color #DD7442: hue angle of 19.35º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD7442 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 66 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.13 |
| HSL | 19.35º | 0.7% | 0.56% | - |
| HSV(B) | 19.35º | 0.7% | 0.87% | - |
| XYZ | 37.05 | 28.26 | 8.66 | - |
| YUV | 141.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 66 | 0 | 0.48 | 0.70 | 0.13 | 19.35 | 0.7 | 0.56 |
| Hex | DD | 74 | 42 | 0 | 30 | 46 | D | 13 | 46 | 38 |
| Octal | 335 | 164 | 102 | 0 | 60 | 106 | 15 | 23 | 106 | 70 |
| Binary | 11011101 | 1110100 | 1000010 | 0 | 110000 | 1000110 | 1101 | 10011 | 1000110 | 111000 |
Color Harmonies of #DD7442
Complementary color
Monochromatic Colors of #DD7442
Black with #DD7442
Text Example
Text Example
White with #DD7442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7442; }
p { color: rgb(221,116,66); }
H1.HeaderClassName
{
color: #DD7442;
}
.AnyTagClassName
{
color: #DD7442;
}
</style>
background-color css
<style>
a { background-color: #DD7442; }
a { background-color: rgb(221,116,66); }
div.DivClassName
{
background-color: #DD7442;
}
.BgClassName
{
background-color: #DD7442;
}
</style>
border-color css
<style>
span { border-color: #DD7442; }
span { border-color: rgb(221,116,66); }
td.TdClassName
{
border-color: #DD7442;
}
.TagClassName
{
border-color: #DD7442;
}
</style>