Shades of Jaffa #DC7A4A
Tints of Jaffa #DC7A4A
RGB
CMYK
RGB Variations
Color information
#DC7A4A (or 0xDC7A4A) is known color: Jaffa. HEX triplet: DC, 7A and 4A. RGB value is (220,122,74). Sum of RGB (Red+Green+Blue) = 220+122+74=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A4A is #2385B5. Grayscale: #929292. Windows color (decimal): -2327990 or 4881116. OLE color: 4881116.
HSL color Cylindrical-coordinate representation of color #DC7A4A: hue angle of 19.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC7A4A is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 74 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.14 |
| HSL | 19.73º | 0.68% | 0.58% | - |
| HSV(B) | 19.73º | 0.66% | 0.86% | - |
| XYZ | 37.71 | 29.63 | 10.21 | - |
| YUV | 145.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 74 | 0 | 0.45 | 0.66 | 0.14 | 19.73 | 0.68 | 0.58 |
| Hex | DC | 7A | 4A | 0 | 2D | 42 | E | 14 | 44 | 3A |
| Octal | 334 | 172 | 112 | 0 | 55 | 102 | 16 | 24 | 104 | 72 |
| Binary | 11011100 | 1111010 | 1001010 | 0 | 101101 | 1000010 | 1110 | 10100 | 1000100 | 111010 |
Color Harmonies of #DC7A4A
Complementary color
Monochromatic Colors of #DC7A4A
Black with #DC7A4A
Text Example
Text Example
White with #DC7A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A4A; }
p { color: rgb(220,122,74); }
H1.HeaderClassName
{
color: #DC7A4A;
}
.AnyTagClassName
{
color: #DC7A4A;
}
</style>
background-color css
<style>
a { background-color: #DC7A4A; }
a { background-color: rgb(220,122,74); }
div.DivClassName
{
background-color: #DC7A4A;
}
.BgClassName
{
background-color: #DC7A4A;
}
</style>
border-color css
<style>
span { border-color: #DC7A4A; }
span { border-color: rgb(220,122,74); }
td.TdClassName
{
border-color: #DC7A4A;
}
.TagClassName
{
border-color: #DC7A4A;
}
</style>