Shades of Jaffa #DD8147
Tints of Jaffa #DD8147
RGB
CMYK
RGB Variations
Color information
#DD8147 (or 0xDD8147) is known color: Jaffa. HEX triplet: DD, 81 and 47. RGB value is (221,129,71). Sum of RGB (Red+Green+Blue) = 221+129+71=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8147 is #227EB8. Grayscale: #969696. Windows color (decimal): -2260665 or 4686301. OLE color: 4686301.
HSL color Cylindrical-coordinate representation of color #DD8147: hue angle of 23.2º 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 #DD8147 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 71 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.13 |
| HSL | 23.2º | 0.69% | 0.57% | - |
| HSV(B) | 23.2º | 0.68% | 0.87% | - |
| XYZ | 38.81 | 31.53 | 10 | - |
| YUV | 149.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 71 | 0 | 0.42 | 0.68 | 0.13 | 23.2 | 0.69 | 0.57 |
| Hex | DD | 81 | 47 | 0 | 2A | 44 | D | 17 | 45 | 39 |
| Octal | 335 | 201 | 107 | 0 | 52 | 104 | 15 | 27 | 105 | 71 |
| Binary | 11011101 | 10000001 | 1000111 | 0 | 101010 | 1000100 | 1101 | 10111 | 1000101 | 111001 |
Color Harmonies of #DD8147
Complementary color
Monochromatic Colors of #DD8147
Black with #DD8147
Text Example
Text Example
White with #DD8147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8147; }
p { color: rgb(221,129,71); }
H1.HeaderClassName
{
color: #DD8147;
}
.AnyTagClassName
{
color: #DD8147;
}
</style>
background-color css
<style>
a { background-color: #DD8147; }
a { background-color: rgb(221,129,71); }
div.DivClassName
{
background-color: #DD8147;
}
.BgClassName
{
background-color: #DD8147;
}
</style>
border-color css
<style>
span { border-color: #DD8147; }
span { border-color: rgb(221,129,71); }
td.TdClassName
{
border-color: #DD8147;
}
.TagClassName
{
border-color: #DD8147;
}
</style>