Shades of Jaffa #DC7A3E
Tints of Jaffa #DC7A3E
RGB
CMYK
RGB Variations
Color information
#DC7A3E (or 0xDC7A3E) is known color: Jaffa. HEX triplet: DC, 7A and 3E. RGB value is (220,122,62). Sum of RGB (Red+Green+Blue) = 220+122+62=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A3E is #2385C1. Grayscale: #909090. Windows color (decimal): -2328002 or 4094684. OLE color: 4094684.
HSL color Cylindrical-coordinate representation of color #DC7A3E: hue angle of 22.78º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC7A3E is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 62 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.14 |
| HSL | 22.78º | 0.69% | 0.55% | - |
| HSV(B) | 22.78º | 0.72% | 0.86% | - |
| XYZ | 37.34 | 29.48 | 8.28 | - |
| YUV | 144.46 | 81.47 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 62 | 0 | 0.45 | 0.72 | 0.14 | 22.78 | 0.69 | 0.55 |
| Hex | DC | 7A | 3E | 0 | 2D | 48 | E | 17 | 45 | 37 |
| Octal | 334 | 172 | 76 | 0 | 55 | 110 | 16 | 27 | 105 | 67 |
| Binary | 11011100 | 1111010 | 111110 | 0 | 101101 | 1001000 | 1110 | 10111 | 1000101 | 110111 |
Color Harmonies of #DC7A3E
Complementary color
Monochromatic Colors of #DC7A3E
Black with #DC7A3E
Text Example
Text Example
White with #DC7A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A3E; }
p { color: rgb(220,122,62); }
H1.HeaderClassName
{
color: #DC7A3E;
}
.AnyTagClassName
{
color: #DC7A3E;
}
</style>
background-color css
<style>
a { background-color: #DC7A3E; }
a { background-color: rgb(220,122,62); }
div.DivClassName
{
background-color: #DC7A3E;
}
.BgClassName
{
background-color: #DC7A3E;
}
</style>
border-color css
<style>
span { border-color: #DC7A3E; }
span { border-color: rgb(220,122,62); }
td.TdClassName
{
border-color: #DC7A3E;
}
.TagClassName
{
border-color: #DC7A3E;
}
</style>