Shades of Jaffa #DC7A45
Tints of Jaffa #DC7A45
RGB
CMYK
RGB Variations
Color information
#DC7A45 (or 0xDC7A45) is known color: Jaffa. HEX triplet: DC, 7A and 45. RGB value is (220,122,69). Sum of RGB (Red+Green+Blue) = 220+122+69=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A45 is #2385BA. Grayscale: #919191. Windows color (decimal): -2327995 or 4553436. OLE color: 4553436.
HSL color Cylindrical-coordinate representation of color #DC7A45: hue angle of 21.06º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC7A45 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 69 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.14 |
| HSL | 21.06º | 0.68% | 0.57% | - |
| HSV(B) | 21.06º | 0.69% | 0.86% | - |
| XYZ | 37.55 | 29.56 | 9.36 | - |
| YUV | 145.26 | 84.97 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 69 | 0 | 0.45 | 0.69 | 0.14 | 21.06 | 0.68 | 0.57 |
| Hex | DC | 7A | 45 | 0 | 2D | 45 | E | 15 | 44 | 39 |
| Octal | 334 | 172 | 105 | 0 | 55 | 105 | 16 | 25 | 104 | 71 |
| Binary | 11011100 | 1111010 | 1000101 | 0 | 101101 | 1000101 | 1110 | 10101 | 1000100 | 111001 |
Color Harmonies of #DC7A45
Complementary color
Monochromatic Colors of #DC7A45
Black with #DC7A45
Text Example
Text Example
White with #DC7A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A45; }
p { color: rgb(220,122,69); }
H1.HeaderClassName
{
color: #DC7A45;
}
.AnyTagClassName
{
color: #DC7A45;
}
</style>
background-color css
<style>
a { background-color: #DC7A45; }
a { background-color: rgb(220,122,69); }
div.DivClassName
{
background-color: #DC7A45;
}
.BgClassName
{
background-color: #DC7A45;
}
</style>
border-color css
<style>
span { border-color: #DC7A45; }
span { border-color: rgb(220,122,69); }
td.TdClassName
{
border-color: #DC7A45;
}
.TagClassName
{
border-color: #DC7A45;
}
</style>