Shades of Jaffa #DC7844
Tints of Jaffa #DC7844
RGB
CMYK
RGB Variations
Color information
#DC7844 (or 0xDC7844) is known color: Jaffa. HEX triplet: DC, 78 and 44. RGB value is (220,120,68). Sum of RGB (Red+Green+Blue) = 220+120+68=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7844 is #2387BB. Grayscale: #909090. Windows color (decimal): -2328508 or 4487388. OLE color: 4487388.
HSL color Cylindrical-coordinate representation of color #DC7844: hue angle of 20.53º 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 #DC7844 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 68 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.14 |
| HSL | 20.53º | 0.68% | 0.56% | - |
| HSV(B) | 20.53º | 0.69% | 0.86% | - |
| XYZ | 37.28 | 29.07 | 9.11 | - |
| YUV | 143.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 68 | 0 | 0.45 | 0.69 | 0.14 | 20.53 | 0.68 | 0.56 |
| Hex | DC | 78 | 44 | 0 | 2D | 45 | E | 15 | 44 | 38 |
| Octal | 334 | 170 | 104 | 0 | 55 | 105 | 16 | 25 | 104 | 70 |
| Binary | 11011100 | 1111000 | 1000100 | 0 | 101101 | 1000101 | 1110 | 10101 | 1000100 | 111000 |
Color Harmonies of #DC7844
Complementary color
Monochromatic Colors of #DC7844
Black with #DC7844
Text Example
Text Example
White with #DC7844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7844; }
p { color: rgb(220,120,68); }
H1.HeaderClassName
{
color: #DC7844;
}
.AnyTagClassName
{
color: #DC7844;
}
</style>
background-color css
<style>
a { background-color: #DC7844; }
a { background-color: rgb(220,120,68); }
div.DivClassName
{
background-color: #DC7844;
}
.BgClassName
{
background-color: #DC7844;
}
</style>
border-color css
<style>
span { border-color: #DC7844; }
span { border-color: rgb(220,120,68); }
td.TdClassName
{
border-color: #DC7844;
}
.TagClassName
{
border-color: #DC7844;
}
</style>