Shades of Jaffa #DC7847
Tints of Jaffa #DC7847
RGB
CMYK
RGB Variations
Color information
#DC7847 (or 0xDC7847) is known color: Jaffa. HEX triplet: DC, 78 and 47. RGB value is (220,120,71). Sum of RGB (Red+Green+Blue) = 220+120+71=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7847 is #2387B8. Grayscale: #909090. Windows color (decimal): -2328505 or 4683996. OLE color: 4683996.
HSL color Cylindrical-coordinate representation of color #DC7847: hue angle of 19.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC7847 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 71 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.14 |
| HSL | 19.73º | 0.68% | 0.57% | - |
| HSV(B) | 19.73º | 0.68% | 0.86% | - |
| XYZ | 37.37 | 29.1 | 9.61 | - |
| YUV | 144.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 71 | 0 | 0.45 | 0.68 | 0.14 | 19.73 | 0.68 | 0.57 |
| Hex | DC | 78 | 47 | 0 | 2D | 44 | E | 14 | 44 | 39 |
| Octal | 334 | 170 | 107 | 0 | 55 | 104 | 16 | 24 | 104 | 71 |
| Binary | 11011100 | 1111000 | 1000111 | 0 | 101101 | 1000100 | 1110 | 10100 | 1000100 | 111001 |
Color Harmonies of #DC7847
Complementary color
Monochromatic Colors of #DC7847
Black with #DC7847
Text Example
Text Example
White with #DC7847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7847; }
p { color: rgb(220,120,71); }
H1.HeaderClassName
{
color: #DC7847;
}
.AnyTagClassName
{
color: #DC7847;
}
</style>
background-color css
<style>
a { background-color: #DC7847; }
a { background-color: rgb(220,120,71); }
div.DivClassName
{
background-color: #DC7847;
}
.BgClassName
{
background-color: #DC7847;
}
</style>
border-color css
<style>
span { border-color: #DC7847; }
span { border-color: rgb(220,120,71); }
td.TdClassName
{
border-color: #DC7847;
}
.TagClassName
{
border-color: #DC7847;
}
</style>