Shades of Jaffa #DD8146
Tints of Jaffa #DD8146
RGB
CMYK
RGB Variations
Color information
#DD8146 (or 0xDD8146) is known color: Jaffa. HEX triplet: DD, 81 and 46. RGB value is (221,129,70). Sum of RGB (Red+Green+Blue) = 221+129+70=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8146 is #227EB9. Grayscale: #969696. Windows color (decimal): -2260666 or 4620765. OLE color: 4620765.
HSL color Cylindrical-coordinate representation of color #DD8146: hue angle of 23.44º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD8146 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 70 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.13 |
| HSL | 23.44º | 0.69% | 0.57% | - |
| HSV(B) | 23.44º | 0.68% | 0.87% | - |
| XYZ | 38.77 | 31.51 | 9.83 | - |
| YUV | 149.78 | 82.98 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 70 | 0 | 0.42 | 0.68 | 0.13 | 23.44 | 0.69 | 0.57 |
| Hex | DD | 81 | 46 | 0 | 2A | 44 | D | 17 | 45 | 39 |
| Octal | 335 | 201 | 106 | 0 | 52 | 104 | 15 | 27 | 105 | 71 |
| Binary | 11011101 | 10000001 | 1000110 | 0 | 101010 | 1000100 | 1101 | 10111 | 1000101 | 111001 |
Color Harmonies of #DD8146
Complementary color
Monochromatic Colors of #DD8146
Black with #DD8146
Text Example
Text Example
White with #DD8146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8146; }
p { color: rgb(221,129,70); }
H1.HeaderClassName
{
color: #DD8146;
}
.AnyTagClassName
{
color: #DD8146;
}
</style>
background-color css
<style>
a { background-color: #DD8146; }
a { background-color: rgb(221,129,70); }
div.DivClassName
{
background-color: #DD8146;
}
.BgClassName
{
background-color: #DD8146;
}
</style>
border-color css
<style>
span { border-color: #DD8146; }
span { border-color: rgb(221,129,70); }
td.TdClassName
{
border-color: #DD8146;
}
.TagClassName
{
border-color: #DD8146;
}
</style>