Shades of Jaffa #DC7A4C
Tints of Jaffa #DC7A4C
RGB
CMYK
RGB Variations
Color information
#DC7A4C (or 0xDC7A4C) is known color: Jaffa. HEX triplet: DC, 7A and 4C. RGB value is (220,122,76). Sum of RGB (Red+Green+Blue) = 220+122+76=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A4C is #2385B3. Grayscale: #929292. Windows color (decimal): -2327988 or 5012188. OLE color: 5012188.
HSL color Cylindrical-coordinate representation of color #DC7A4C: hue angle of 19.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC7A4C is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 76 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.14 |
| HSL | 19.17º | 0.67% | 0.58% | - |
| HSV(B) | 19.17º | 0.65% | 0.86% | - |
| XYZ | 37.78 | 29.66 | 10.57 | - |
| YUV | 146.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 76 | 0 | 0.45 | 0.65 | 0.14 | 19.17 | 0.67 | 0.58 |
| Hex | DC | 7A | 4C | 0 | 2D | 41 | E | 13 | 43 | 3A |
| Octal | 334 | 172 | 114 | 0 | 55 | 101 | 16 | 23 | 103 | 72 |
| Binary | 11011100 | 1111010 | 1001100 | 0 | 101101 | 1000001 | 1110 | 10011 | 1000011 | 111010 |
Color Harmonies of #DC7A4C
Complementary color
Monochromatic Colors of #DC7A4C
Black with #DC7A4C
Text Example
Text Example
White with #DC7A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A4C; }
p { color: rgb(220,122,76); }
H1.HeaderClassName
{
color: #DC7A4C;
}
.AnyTagClassName
{
color: #DC7A4C;
}
</style>
background-color css
<style>
a { background-color: #DC7A4C; }
a { background-color: rgb(220,122,76); }
div.DivClassName
{
background-color: #DC7A4C;
}
.BgClassName
{
background-color: #DC7A4C;
}
</style>
border-color css
<style>
span { border-color: #DC7A4C; }
span { border-color: rgb(220,122,76); }
td.TdClassName
{
border-color: #DC7A4C;
}
.TagClassName
{
border-color: #DC7A4C;
}
</style>