Shades of Jaffa #DD7846
Tints of Jaffa #DD7846
RGB
CMYK
RGB Variations
Color information
#DD7846 (or 0xDD7846) is known color: Jaffa. HEX triplet: DD, 78 and 46. RGB value is (221,120,70). Sum of RGB (Red+Green+Blue) = 221+120+70=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7846 is #2287B9. Grayscale: #909090. Windows color (decimal): -2262970 or 4618461. OLE color: 4618461.
HSL color Cylindrical-coordinate representation of color #DD7846: hue angle of 19.87º 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 #DD7846 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 70 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.13 |
| HSL | 19.87º | 0.69% | 0.57% | - |
| HSV(B) | 19.87º | 0.68% | 0.87% | - |
| XYZ | 37.64 | 29.25 | 9.46 | - |
| YUV | 144.5 | 85.96 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 70 | 0 | 0.46 | 0.68 | 0.13 | 19.87 | 0.69 | 0.57 |
| Hex | DD | 78 | 46 | 0 | 2E | 44 | D | 14 | 45 | 39 |
| Octal | 335 | 170 | 106 | 0 | 56 | 104 | 15 | 24 | 105 | 71 |
| Binary | 11011101 | 1111000 | 1000110 | 0 | 101110 | 1000100 | 1101 | 10100 | 1000101 | 111001 |
Color Harmonies of #DD7846
Complementary color
Monochromatic Colors of #DD7846
Black with #DD7846
Text Example
Text Example
White with #DD7846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7846; }
p { color: rgb(221,120,70); }
H1.HeaderClassName
{
color: #DD7846;
}
.AnyTagClassName
{
color: #DD7846;
}
</style>
background-color css
<style>
a { background-color: #DD7846; }
a { background-color: rgb(221,120,70); }
div.DivClassName
{
background-color: #DD7846;
}
.BgClassName
{
background-color: #DD7846;
}
</style>
border-color css
<style>
span { border-color: #DD7846; }
span { border-color: rgb(221,120,70); }
td.TdClassName
{
border-color: #DD7846;
}
.TagClassName
{
border-color: #DD7846;
}
</style>