Shades of Jaffa #DC7A47
Tints of Jaffa #DC7A47
RGB
CMYK
RGB Variations
Color information
#DC7A47 (or 0xDC7A47) is known color: Jaffa. HEX triplet: DC, 7A and 47. RGB value is (220,122,71). Sum of RGB (Red+Green+Blue) = 220+122+71=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A47 is #2385B8. Grayscale: #919191. Windows color (decimal): -2327993 or 4684508. OLE color: 4684508.
HSL color Cylindrical-coordinate representation of color #DC7A47: hue angle of 20.54º 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 #DC7A47 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 71 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.14 |
| HSL | 20.54º | 0.68% | 0.57% | - |
| HSV(B) | 20.54º | 0.68% | 0.86% | - |
| XYZ | 37.61 | 29.59 | 9.69 | - |
| YUV | 145.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 71 | 0 | 0.45 | 0.68 | 0.14 | 20.54 | 0.68 | 0.57 |
| Hex | DC | 7A | 47 | 0 | 2D | 44 | E | 15 | 44 | 39 |
| Octal | 334 | 172 | 107 | 0 | 55 | 104 | 16 | 25 | 104 | 71 |
| Binary | 11011100 | 1111010 | 1000111 | 0 | 101101 | 1000100 | 1110 | 10101 | 1000100 | 111001 |
Color Harmonies of #DC7A47
Complementary color
Monochromatic Colors of #DC7A47
Black with #DC7A47
Text Example
Text Example
White with #DC7A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A47; }
p { color: rgb(220,122,71); }
H1.HeaderClassName
{
color: #DC7A47;
}
.AnyTagClassName
{
color: #DC7A47;
}
</style>
background-color css
<style>
a { background-color: #DC7A47; }
a { background-color: rgb(220,122,71); }
div.DivClassName
{
background-color: #DC7A47;
}
.BgClassName
{
background-color: #DC7A47;
}
</style>
border-color css
<style>
span { border-color: #DC7A47; }
span { border-color: rgb(220,122,71); }
td.TdClassName
{
border-color: #DC7A47;
}
.TagClassName
{
border-color: #DC7A47;
}
</style>