Shades of Jaffa #DD7549
Tints of Jaffa #DD7549
RGB
CMYK
RGB Variations
Color information
#DD7549 (or 0xDD7549) is known color: Jaffa. HEX triplet: DD, 75 and 49. RGB value is (221,117,73). Sum of RGB (Red+Green+Blue) = 221+117+73=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7549 is #228AB6. Grayscale: #8F8F8F. Windows color (decimal): -2263735 or 4814301. OLE color: 4814301.
HSL color Cylindrical-coordinate representation of color #DD7549: hue angle of 17.84º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD7549 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 73 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.13 |
| HSL | 17.84º | 0.69% | 0.58% | - |
| HSV(B) | 17.84º | 0.67% | 0.87% | - |
| XYZ | 37.38 | 28.58 | 9.85 | - |
| YUV | 143.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 73 | 0 | 0.47 | 0.67 | 0.13 | 17.84 | 0.69 | 0.58 |
| Hex | DD | 75 | 49 | 0 | 2F | 43 | D | 12 | 45 | 3A |
| Octal | 335 | 165 | 111 | 0 | 57 | 103 | 15 | 22 | 105 | 72 |
| Binary | 11011101 | 1110101 | 1001001 | 0 | 101111 | 1000011 | 1101 | 10010 | 1000101 | 111010 |
Color Harmonies of #DD7549
Complementary color
Monochromatic Colors of #DD7549
Black with #DD7549
Text Example
Text Example
White with #DD7549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7549; }
p { color: rgb(221,117,73); }
H1.HeaderClassName
{
color: #DD7549;
}
.AnyTagClassName
{
color: #DD7549;
}
</style>
background-color css
<style>
a { background-color: #DD7549; }
a { background-color: rgb(221,117,73); }
div.DivClassName
{
background-color: #DD7549;
}
.BgClassName
{
background-color: #DD7549;
}
</style>
border-color css
<style>
span { border-color: #DD7549; }
span { border-color: rgb(221,117,73); }
td.TdClassName
{
border-color: #DD7549;
}
.TagClassName
{
border-color: #DD7549;
}
</style>