Shades of Jaffa #DD8044
Tints of Jaffa #DD8044
RGB
CMYK
RGB Variations
Color information
#DD8044 (or 0xDD8044) is known color: Jaffa. HEX triplet: DD, 80 and 44. RGB value is (221,128,68). Sum of RGB (Red+Green+Blue) = 221+128+68=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8044 is #227FBB. Grayscale: #959595. Windows color (decimal): -2260924 or 4489437. OLE color: 4489437.
HSL color Cylindrical-coordinate representation of color #DD8044: hue angle of 23.53º 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 #DD8044 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 68 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.13 |
| HSL | 23.53º | 0.69% | 0.57% | - |
| HSV(B) | 23.53º | 0.69% | 0.87% | - |
| XYZ | 38.58 | 31.23 | 9.46 | - |
| YUV | 148.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 68 | 0 | 0.42 | 0.69 | 0.13 | 23.53 | 0.69 | 0.57 |
| Hex | DD | 80 | 44 | 0 | 2A | 45 | D | 18 | 45 | 39 |
| Octal | 335 | 200 | 104 | 0 | 52 | 105 | 15 | 30 | 105 | 71 |
| Binary | 11011101 | 10000000 | 1000100 | 0 | 101010 | 1000101 | 1101 | 11000 | 1000101 | 111001 |
Color Harmonies of #DD8044
Complementary color
Monochromatic Colors of #DD8044
Black with #DD8044
Text Example
Text Example
White with #DD8044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8044; }
p { color: rgb(221,128,68); }
H1.HeaderClassName
{
color: #DD8044;
}
.AnyTagClassName
{
color: #DD8044;
}
</style>
background-color css
<style>
a { background-color: #DD8044; }
a { background-color: rgb(221,128,68); }
div.DivClassName
{
background-color: #DD8044;
}
.BgClassName
{
background-color: #DD8044;
}
</style>
border-color css
<style>
span { border-color: #DD8044; }
span { border-color: rgb(221,128,68); }
td.TdClassName
{
border-color: #DD8044;
}
.TagClassName
{
border-color: #DD8044;
}
</style>