Shades of Jaffa #DC7A49
Tints of Jaffa #DC7A49
RGB
CMYK
RGB Variations
Color information
#DC7A49 (or 0xDC7A49) is known color: Jaffa. HEX triplet: DC, 7A and 49. RGB value is (220,122,73). Sum of RGB (Red+Green+Blue) = 220+122+73=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A49 is #2385B6. Grayscale: #929292. Windows color (decimal): -2327991 or 4815580. OLE color: 4815580.
HSL color Cylindrical-coordinate representation of color #DC7A49: hue angle of 20º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC7A49 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 73 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.14 |
| HSL | 20º | 0.68% | 0.57% | - |
| HSV(B) | 20º | 0.67% | 0.86% | - |
| XYZ | 37.68 | 29.62 | 10.03 | - |
| YUV | 145.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 73 | 0 | 0.45 | 0.67 | 0.14 | 20 | 0.68 | 0.57 |
| Hex | DC | 7A | 49 | 0 | 2D | 43 | E | 14 | 44 | 39 |
| Octal | 334 | 172 | 111 | 0 | 55 | 103 | 16 | 24 | 104 | 71 |
| Binary | 11011100 | 1111010 | 1001001 | 0 | 101101 | 1000011 | 1110 | 10100 | 1000100 | 111001 |
Color Harmonies of #DC7A49
Complementary color
Monochromatic Colors of #DC7A49
Black with #DC7A49
Text Example
Text Example
White with #DC7A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A49; }
p { color: rgb(220,122,73); }
H1.HeaderClassName
{
color: #DC7A49;
}
.AnyTagClassName
{
color: #DC7A49;
}
</style>
background-color css
<style>
a { background-color: #DC7A49; }
a { background-color: rgb(220,122,73); }
div.DivClassName
{
background-color: #DC7A49;
}
.BgClassName
{
background-color: #DC7A49;
}
</style>
border-color css
<style>
span { border-color: #DC7A49; }
span { border-color: rgb(220,122,73); }
td.TdClassName
{
border-color: #DC7A49;
}
.TagClassName
{
border-color: #DC7A49;
}
</style>