Shades of Jaffa #DC7D45
Tints of Jaffa #DC7D45
RGB
CMYK
RGB Variations
Color information
#DC7D45 (or 0xDC7D45) is known color: Jaffa. HEX triplet: DC, 7D and 45. RGB value is (220,125,69). Sum of RGB (Red+Green+Blue) = 220+125+69=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D45 is #2382BA. Grayscale: #939393. Windows color (decimal): -2327227 or 4554204. OLE color: 4554204.
HSL color Cylindrical-coordinate representation of color #DC7D45: hue angle of 22.25º 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 #DC7D45 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 69 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.14 |
| HSL | 22.25º | 0.68% | 0.57% | - |
| HSV(B) | 22.25º | 0.69% | 0.86% | - |
| XYZ | 37.92 | 30.31 | 9.48 | - |
| YUV | 147.02 | 83.97 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 69 | 0 | 0.43 | 0.69 | 0.14 | 22.25 | 0.68 | 0.57 |
| Hex | DC | 7D | 45 | 0 | 2B | 45 | E | 16 | 44 | 39 |
| Octal | 334 | 175 | 105 | 0 | 53 | 105 | 16 | 26 | 104 | 71 |
| Binary | 11011100 | 1111101 | 1000101 | 0 | 101011 | 1000101 | 1110 | 10110 | 1000100 | 111001 |
Color Harmonies of #DC7D45
Complementary color
Monochromatic Colors of #DC7D45
Black with #DC7D45
Text Example
Text Example
White with #DC7D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D45; }
p { color: rgb(220,125,69); }
H1.HeaderClassName
{
color: #DC7D45;
}
.AnyTagClassName
{
color: #DC7D45;
}
</style>
background-color css
<style>
a { background-color: #DC7D45; }
a { background-color: rgb(220,125,69); }
div.DivClassName
{
background-color: #DC7D45;
}
.BgClassName
{
background-color: #DC7D45;
}
</style>
border-color css
<style>
span { border-color: #DC7D45; }
span { border-color: rgb(220,125,69); }
td.TdClassName
{
border-color: #DC7D45;
}
.TagClassName
{
border-color: #DC7D45;
}
</style>