Shades of Jaffa #DD7845
Tints of Jaffa #DD7845
RGB
CMYK
RGB Variations
Color information
#DD7845 (or 0xDD7845) is known color: Jaffa. HEX triplet: DD, 78 and 45. RGB value is (221,120,69). Sum of RGB (Red+Green+Blue) = 221+120+69=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7845 is #2287BA. Grayscale: #909090. Windows color (decimal): -2262971 or 4552925. OLE color: 4552925.
HSL color Cylindrical-coordinate representation of color #DD7845: hue angle of 20.13º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD7845 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 69 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.13 |
| HSL | 20.13º | 0.69% | 0.57% | - |
| HSV(B) | 20.13º | 0.69% | 0.87% | - |
| XYZ | 37.61 | 29.23 | 9.29 | - |
| YUV | 144.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 69 | 0 | 0.46 | 0.69 | 0.13 | 20.13 | 0.69 | 0.57 |
| Hex | DD | 78 | 45 | 0 | 2E | 45 | D | 14 | 45 | 39 |
| Octal | 335 | 170 | 105 | 0 | 56 | 105 | 15 | 24 | 105 | 71 |
| Binary | 11011101 | 1111000 | 1000101 | 0 | 101110 | 1000101 | 1101 | 10100 | 1000101 | 111001 |
Color Harmonies of #DD7845
Complementary color
Monochromatic Colors of #DD7845
Black with #DD7845
Text Example
Text Example
White with #DD7845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7845; }
p { color: rgb(221,120,69); }
H1.HeaderClassName
{
color: #DD7845;
}
.AnyTagClassName
{
color: #DD7845;
}
</style>
background-color css
<style>
a { background-color: #DD7845; }
a { background-color: rgb(221,120,69); }
div.DivClassName
{
background-color: #DD7845;
}
.BgClassName
{
background-color: #DD7845;
}
</style>
border-color css
<style>
span { border-color: #DD7845; }
span { border-color: rgb(221,120,69); }
td.TdClassName
{
border-color: #DD7845;
}
.TagClassName
{
border-color: #DD7845;
}
</style>