Shades of Jaffa #DD7548
Tints of Jaffa #DD7548
RGB
CMYK
RGB Variations
Color information
#DD7548 (or 0xDD7548) is known color: Jaffa. HEX triplet: DD, 75 and 48. RGB value is (221,117,72). Sum of RGB (Red+Green+Blue) = 221+117+72=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7548 is #228AB7. Grayscale: #8F8F8F. Windows color (decimal): -2263736 or 4748765. OLE color: 4748765.
HSL color Cylindrical-coordinate representation of color #DD7548: hue angle of 18.12º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD7548 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 72 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.13 |
| HSL | 18.12º | 0.69% | 0.57% | - |
| HSV(B) | 18.12º | 0.67% | 0.87% | - |
| XYZ | 37.35 | 28.56 | 9.68 | - |
| YUV | 142.97 | 87.96 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 72 | 0 | 0.47 | 0.67 | 0.13 | 18.12 | 0.69 | 0.57 |
| Hex | DD | 75 | 48 | 0 | 2F | 43 | D | 12 | 45 | 39 |
| Octal | 335 | 165 | 110 | 0 | 57 | 103 | 15 | 22 | 105 | 71 |
| Binary | 11011101 | 1110101 | 1001000 | 0 | 101111 | 1000011 | 1101 | 10010 | 1000101 | 111001 |
Color Harmonies of #DD7548
Complementary color
Monochromatic Colors of #DD7548
Black with #DD7548
Text Example
Text Example
White with #DD7548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7548; }
p { color: rgb(221,117,72); }
H1.HeaderClassName
{
color: #DD7548;
}
.AnyTagClassName
{
color: #DD7548;
}
</style>
background-color css
<style>
a { background-color: #DD7548; }
a { background-color: rgb(221,117,72); }
div.DivClassName
{
background-color: #DD7548;
}
.BgClassName
{
background-color: #DD7548;
}
</style>
border-color css
<style>
span { border-color: #DD7548; }
span { border-color: rgb(221,117,72); }
td.TdClassName
{
border-color: #DD7548;
}
.TagClassName
{
border-color: #DD7548;
}
</style>