Shades of Jaffa #DD8047
Tints of Jaffa #DD8047
RGB
CMYK
RGB Variations
Color information
#DD8047 (or 0xDD8047) is known color: Jaffa. HEX triplet: DD, 80 and 47. RGB value is (221,128,71). Sum of RGB (Red+Green+Blue) = 221+128+71=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8047 is #227FB8. Grayscale: #959595. Windows color (decimal): -2260921 or 4686045. OLE color: 4686045.
HSL color Cylindrical-coordinate representation of color #DD8047: hue angle of 22.8º 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 #DD8047 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 71 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.13 |
| HSL | 22.8º | 0.69% | 0.57% | - |
| HSV(B) | 22.8º | 0.68% | 0.87% | - |
| XYZ | 38.68 | 31.27 | 9.96 | - |
| YUV | 149.31 | 83.81 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 71 | 0 | 0.42 | 0.68 | 0.13 | 22.8 | 0.69 | 0.57 |
| Hex | DD | 80 | 47 | 0 | 2A | 44 | D | 17 | 45 | 39 |
| Octal | 335 | 200 | 107 | 0 | 52 | 104 | 15 | 27 | 105 | 71 |
| Binary | 11011101 | 10000000 | 1000111 | 0 | 101010 | 1000100 | 1101 | 10111 | 1000101 | 111001 |
Color Harmonies of #DD8047
Complementary color
Monochromatic Colors of #DD8047
Black with #DD8047
Text Example
Text Example
White with #DD8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8047; }
p { color: rgb(221,128,71); }
H1.HeaderClassName
{
color: #DD8047;
}
.AnyTagClassName
{
color: #DD8047;
}
</style>
background-color css
<style>
a { background-color: #DD8047; }
a { background-color: rgb(221,128,71); }
div.DivClassName
{
background-color: #DD8047;
}
.BgClassName
{
background-color: #DD8047;
}
</style>
border-color css
<style>
span { border-color: #DD8047; }
span { border-color: rgb(221,128,71); }
td.TdClassName
{
border-color: #DD8047;
}
.TagClassName
{
border-color: #DD8047;
}
</style>