Shades of Jaffa #DD7145
Tints of Jaffa #DD7145
RGB
CMYK
RGB Variations
Color information
#DD7145 (or 0xDD7145) is known color: Jaffa. HEX triplet: DD, 71 and 45. RGB value is (221,113,69). Sum of RGB (Red+Green+Blue) = 221+113+69=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7145 is #228EBA. Grayscale: #8C8C8C. Windows color (decimal): -2264763 or 4551133. OLE color: 4551133.
HSL color Cylindrical-coordinate representation of color #DD7145: hue angle of 17.37º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD7145 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 69 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.13 |
| HSL | 17.37º | 0.69% | 0.57% | - |
| HSV(B) | 17.37º | 0.69% | 0.87% | - |
| XYZ | 36.8 | 27.61 | 9.02 | - |
| YUV | 140.28 | 87.78 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 69 | 0 | 0.49 | 0.69 | 0.13 | 17.37 | 0.69 | 0.57 |
| Hex | DD | 71 | 45 | 0 | 31 | 45 | D | 11 | 45 | 39 |
| Octal | 335 | 161 | 105 | 0 | 61 | 105 | 15 | 21 | 105 | 71 |
| Binary | 11011101 | 1110001 | 1000101 | 0 | 110001 | 1000101 | 1101 | 10001 | 1000101 | 111001 |
Color Harmonies of #DD7145
Complementary color
Monochromatic Colors of #DD7145
Black with #DD7145
Text Example
Text Example
White with #DD7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7145; }
p { color: rgb(221,113,69); }
H1.HeaderClassName
{
color: #DD7145;
}
.AnyTagClassName
{
color: #DD7145;
}
</style>
background-color css
<style>
a { background-color: #DD7145; }
a { background-color: rgb(221,113,69); }
div.DivClassName
{
background-color: #DD7145;
}
.BgClassName
{
background-color: #DD7145;
}
</style>
border-color css
<style>
span { border-color: #DD7145; }
span { border-color: rgb(221,113,69); }
td.TdClassName
{
border-color: #DD7145;
}
.TagClassName
{
border-color: #DD7145;
}
</style>