Shades of Jaffa #DC7049
Tints of Jaffa #DC7049
RGB
CMYK
RGB Variations
Color information
#DC7049 (or 0xDC7049) is known color: Jaffa. HEX triplet: DC, 70 and 49. RGB value is (220,112,73). Sum of RGB (Red+Green+Blue) = 220+112+73=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7049 is #238FB6. Grayscale: #8C8C8C. Windows color (decimal): -2330551 or 4813020. OLE color: 4813020.
HSL color Cylindrical-coordinate representation of color #DC7049: hue angle of 15.92º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC7049 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 73 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.14 |
| HSL | 15.92º | 0.68% | 0.57% | - |
| HSV(B) | 15.92º | 0.67% | 0.86% | - |
| XYZ | 36.51 | 27.29 | 9.65 | - |
| YUV | 139.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 73 | 0 | 0.49 | 0.67 | 0.14 | 15.92 | 0.68 | 0.57 |
| Hex | DC | 70 | 49 | 0 | 31 | 43 | E | 10 | 44 | 39 |
| Octal | 334 | 160 | 111 | 0 | 61 | 103 | 16 | 20 | 104 | 71 |
| Binary | 11011100 | 1110000 | 1001001 | 0 | 110001 | 1000011 | 1110 | 10000 | 1000100 | 111001 |
Color Harmonies of #DC7049
Complementary color
Monochromatic Colors of #DC7049
Black with #DC7049
Text Example
Text Example
White with #DC7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7049; }
p { color: rgb(220,112,73); }
H1.HeaderClassName
{
color: #DC7049;
}
.AnyTagClassName
{
color: #DC7049;
}
</style>
background-color css
<style>
a { background-color: #DC7049; }
a { background-color: rgb(220,112,73); }
div.DivClassName
{
background-color: #DC7049;
}
.BgClassName
{
background-color: #DC7049;
}
</style>
border-color css
<style>
span { border-color: #DC7049; }
span { border-color: rgb(220,112,73); }
td.TdClassName
{
border-color: #DC7049;
}
.TagClassName
{
border-color: #DC7049;
}
</style>