Shades of Jaffa #DD8246
Tints of Jaffa #DD8246
RGB
CMYK
RGB Variations
Color information
#DD8246 (or 0xDD8246) is known color: Jaffa. HEX triplet: DD, 82 and 46. RGB value is (221,130,70). Sum of RGB (Red+Green+Blue) = 221+130+70=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8246 is #227DB9. Grayscale: #969696. Windows color (decimal): -2260410 or 4621021. OLE color: 4621021.
HSL color Cylindrical-coordinate representation of color #DD8246: hue angle of 23.84º 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 #DD8246 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 70 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.13 |
| HSL | 23.84º | 0.69% | 0.57% | - |
| HSV(B) | 23.84º | 0.68% | 0.87% | - |
| XYZ | 38.91 | 31.78 | 9.88 | - |
| YUV | 150.37 | 82.65 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 70 | 0 | 0.41 | 0.68 | 0.13 | 23.84 | 0.69 | 0.57 |
| Hex | DD | 82 | 46 | 0 | 29 | 44 | D | 18 | 45 | 39 |
| Octal | 335 | 202 | 106 | 0 | 51 | 104 | 15 | 30 | 105 | 71 |
| Binary | 11011101 | 10000010 | 1000110 | 0 | 101001 | 1000100 | 1101 | 11000 | 1000101 | 111001 |
Color Harmonies of #DD8246
Complementary color
Monochromatic Colors of #DD8246
Black with #DD8246
Text Example
Text Example
White with #DD8246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8246; }
p { color: rgb(221,130,70); }
H1.HeaderClassName
{
color: #DD8246;
}
.AnyTagClassName
{
color: #DD8246;
}
</style>
background-color css
<style>
a { background-color: #DD8246; }
a { background-color: rgb(221,130,70); }
div.DivClassName
{
background-color: #DD8246;
}
.BgClassName
{
background-color: #DD8246;
}
</style>
border-color css
<style>
span { border-color: #DD8246; }
span { border-color: rgb(221,130,70); }
td.TdClassName
{
border-color: #DD8246;
}
.TagClassName
{
border-color: #DD8246;
}
</style>