Shades of Jaffa #DD7641
Tints of Jaffa #DD7641
RGB
CMYK
RGB Variations
Color information
#DD7641 (or 0xDD7641) is known color: Jaffa. HEX triplet: DD, 76 and 41. RGB value is (221,118,65). Sum of RGB (Red+Green+Blue) = 221+118+65=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7641 is #2289BE. Grayscale: #8F8F8F. Windows color (decimal): -2263487 or 4290269. OLE color: 4290269.
HSL color Cylindrical-coordinate representation of color #DD7641: hue angle of 20.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD7641 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 65 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.13 |
| HSL | 20.38º | 0.7% | 0.56% | - |
| HSV(B) | 20.38º | 0.71% | 0.87% | - |
| XYZ | 37.25 | 28.71 | 8.58 | - |
| YUV | 142.76 | 84.12 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 65 | 0 | 0.47 | 0.71 | 0.13 | 20.38 | 0.7 | 0.56 |
| Hex | DD | 76 | 41 | 0 | 2F | 47 | D | 14 | 46 | 38 |
| Octal | 335 | 166 | 101 | 0 | 57 | 107 | 15 | 24 | 106 | 70 |
| Binary | 11011101 | 1110110 | 1000001 | 0 | 101111 | 1000111 | 1101 | 10100 | 1000110 | 111000 |
Color Harmonies of #DD7641
Complementary color
Monochromatic Colors of #DD7641
Black with #DD7641
Text Example
Text Example
White with #DD7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7641; }
p { color: rgb(221,118,65); }
H1.HeaderClassName
{
color: #DD7641;
}
.AnyTagClassName
{
color: #DD7641;
}
</style>
background-color css
<style>
a { background-color: #DD7641; }
a { background-color: rgb(221,118,65); }
div.DivClassName
{
background-color: #DD7641;
}
.BgClassName
{
background-color: #DD7641;
}
</style>
border-color css
<style>
span { border-color: #DD7641; }
span { border-color: rgb(221,118,65); }
td.TdClassName
{
border-color: #DD7641;
}
.TagClassName
{
border-color: #DD7641;
}
</style>