Shades of Jaffa #DD744D
Tints of Jaffa #DD744D
RGB
CMYK
RGB Variations
Color information
#DD744D (or 0xDD744D) is known color: Jaffa. HEX triplet: DD, 74 and 4D. RGB value is (221,116,77). Sum of RGB (Red+Green+Blue) = 221+116+77=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD744D is #228BB2. Grayscale: #8F8F8F. Windows color (decimal): -2263987 or 5076189. OLE color: 5076189.
HSL color Cylindrical-coordinate representation of color #DD744D: hue angle of 16.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD744D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 77 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.13 |
| HSL | 16.25º | 0.68% | 0.58% | - |
| HSV(B) | 16.25º | 0.65% | 0.87% | - |
| XYZ | 37.4 | 28.4 | 10.53 | - |
| YUV | 142.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 77 | 0 | 0.48 | 0.65 | 0.13 | 16.25 | 0.68 | 0.58 |
| Hex | DD | 74 | 4D | 0 | 30 | 41 | D | 10 | 44 | 3A |
| Octal | 335 | 164 | 115 | 0 | 60 | 101 | 15 | 20 | 104 | 72 |
| Binary | 11011101 | 1110100 | 1001101 | 0 | 110000 | 1000001 | 1101 | 10000 | 1000100 | 111010 |
Color Harmonies of #DD744D
Complementary color
Monochromatic Colors of #DD744D
Black with #DD744D
Text Example
Text Example
White with #DD744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD744D; }
p { color: rgb(221,116,77); }
H1.HeaderClassName
{
color: #DD744D;
}
.AnyTagClassName
{
color: #DD744D;
}
</style>
background-color css
<style>
a { background-color: #DD744D; }
a { background-color: rgb(221,116,77); }
div.DivClassName
{
background-color: #DD744D;
}
.BgClassName
{
background-color: #DD744D;
}
</style>
border-color css
<style>
span { border-color: #DD744D; }
span { border-color: rgb(221,116,77); }
td.TdClassName
{
border-color: #DD744D;
}
.TagClassName
{
border-color: #DD744D;
}
</style>