Shades of Jaffa #DC7740
Tints of Jaffa #DC7740
RGB
CMYK
RGB Variations
Color information
#DC7740 (or 0xDC7740) is known color: Jaffa. HEX triplet: DC, 77 and 40. RGB value is (220,119,64). Sum of RGB (Red+Green+Blue) = 220+119+64=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7740 is #2388BF. Grayscale: #8F8F8F. Windows color (decimal): -2328768 or 4224988. OLE color: 4224988.
HSL color Cylindrical-coordinate representation of color #DC7740: hue angle of 21.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC7740 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 64 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.14 |
| HSL | 21.15º | 0.69% | 0.56% | - |
| HSV(B) | 21.15º | 0.71% | 0.86% | - |
| XYZ | 37.04 | 28.78 | 8.45 | - |
| YUV | 142.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 64 | 0 | 0.46 | 0.71 | 0.14 | 21.15 | 0.69 | 0.56 |
| Hex | DC | 77 | 40 | 0 | 2E | 47 | E | 15 | 45 | 38 |
| Octal | 334 | 167 | 100 | 0 | 56 | 107 | 16 | 25 | 105 | 70 |
| Binary | 11011100 | 1110111 | 1000000 | 0 | 101110 | 1000111 | 1110 | 10101 | 1000101 | 111000 |
Color Harmonies of #DC7740
Complementary color
Monochromatic Colors of #DC7740
Black with #DC7740
Text Example
Text Example
White with #DC7740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7740; }
p { color: rgb(220,119,64); }
H1.HeaderClassName
{
color: #DC7740;
}
.AnyTagClassName
{
color: #DC7740;
}
</style>
background-color css
<style>
a { background-color: #DC7740; }
a { background-color: rgb(220,119,64); }
div.DivClassName
{
background-color: #DC7740;
}
.BgClassName
{
background-color: #DC7740;
}
</style>
border-color css
<style>
span { border-color: #DC7740; }
span { border-color: rgb(220,119,64); }
td.TdClassName
{
border-color: #DC7740;
}
.TagClassName
{
border-color: #DC7740;
}
</style>