Shades of Jaffa #DC7444
Tints of Jaffa #DC7444
RGB
CMYK
RGB Variations
Color information
#DC7444 (or 0xDC7444) is known color: Jaffa. HEX triplet: DC, 74 and 44. RGB value is (220,116,68). Sum of RGB (Red+Green+Blue) = 220+116+68=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7444 is #238BBB. Grayscale: #8D8D8D. Windows color (decimal): -2329532 or 4486364. OLE color: 4486364.
HSL color Cylindrical-coordinate representation of color #DC7444: hue angle of 18.95º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC7444 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 68 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.14 |
| HSL | 18.95º | 0.68% | 0.56% | - |
| HSV(B) | 18.95º | 0.69% | 0.86% | - |
| XYZ | 36.8 | 28.12 | 8.96 | - |
| YUV | 141.62 | 86.46 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 68 | 0 | 0.47 | 0.69 | 0.14 | 18.95 | 0.68 | 0.56 |
| Hex | DC | 74 | 44 | 0 | 2F | 45 | E | 13 | 44 | 38 |
| Octal | 334 | 164 | 104 | 0 | 57 | 105 | 16 | 23 | 104 | 70 |
| Binary | 11011100 | 1110100 | 1000100 | 0 | 101111 | 1000101 | 1110 | 10011 | 1000100 | 111000 |
Color Harmonies of #DC7444
Complementary color
Monochromatic Colors of #DC7444
Black with #DC7444
Text Example
Text Example
White with #DC7444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7444; }
p { color: rgb(220,116,68); }
H1.HeaderClassName
{
color: #DC7444;
}
.AnyTagClassName
{
color: #DC7444;
}
</style>
background-color css
<style>
a { background-color: #DC7444; }
a { background-color: rgb(220,116,68); }
div.DivClassName
{
background-color: #DC7444;
}
.BgClassName
{
background-color: #DC7444;
}
</style>
border-color css
<style>
span { border-color: #DC7444; }
span { border-color: rgb(220,116,68); }
td.TdClassName
{
border-color: #DC7444;
}
.TagClassName
{
border-color: #DC7444;
}
</style>