Shades of Jaffa #DC7640
Tints of Jaffa #DC7640
RGB
CMYK
RGB Variations
Color information
#DC7640 (or 0xDC7640) is known color: Jaffa. HEX triplet: DC, 76 and 40. RGB value is (220,118,64). Sum of RGB (Red+Green+Blue) = 220+118+64=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7640 is #2389BF. Grayscale: #8E8E8E. Windows color (decimal): -2329024 or 4224732. OLE color: 4224732.
HSL color Cylindrical-coordinate representation of color #DC7640: hue angle of 20.77º 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 #DC7640 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 64 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.14 |
| HSL | 20.77º | 0.69% | 0.56% | - |
| HSV(B) | 20.77º | 0.71% | 0.86% | - |
| XYZ | 36.92 | 28.54 | 8.41 | - |
| YUV | 142.34 | 83.79 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 64 | 0 | 0.46 | 0.71 | 0.14 | 20.77 | 0.69 | 0.56 |
| Hex | DC | 76 | 40 | 0 | 2E | 47 | E | 15 | 45 | 38 |
| Octal | 334 | 166 | 100 | 0 | 56 | 107 | 16 | 25 | 105 | 70 |
| Binary | 11011100 | 1110110 | 1000000 | 0 | 101110 | 1000111 | 1110 | 10101 | 1000101 | 111000 |
Color Harmonies of #DC7640
Complementary color
Monochromatic Colors of #DC7640
Black with #DC7640
Text Example
Text Example
White with #DC7640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7640; }
p { color: rgb(220,118,64); }
H1.HeaderClassName
{
color: #DC7640;
}
.AnyTagClassName
{
color: #DC7640;
}
</style>
background-color css
<style>
a { background-color: #DC7640; }
a { background-color: rgb(220,118,64); }
div.DivClassName
{
background-color: #DC7640;
}
.BgClassName
{
background-color: #DC7640;
}
</style>
border-color css
<style>
span { border-color: #DC7640; }
span { border-color: rgb(220,118,64); }
td.TdClassName
{
border-color: #DC7640;
}
.TagClassName
{
border-color: #DC7640;
}
</style>