Shades of Jaffa #DC7645
Tints of Jaffa #DC7645
RGB
CMYK
RGB Variations
Color information
#DC7645 (or 0xDC7645) is known color: Jaffa. HEX triplet: DC, 76 and 45. RGB value is (220,118,69). Sum of RGB (Red+Green+Blue) = 220+118+69=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7645 is #2389BA. Grayscale: #8F8F8F. Windows color (decimal): -2329019 or 4552412. OLE color: 4552412.
HSL color Cylindrical-coordinate representation of color #DC7645: hue angle of 19.47º 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 #DC7645 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 69 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.14 |
| HSL | 19.47º | 0.68% | 0.57% | - |
| HSV(B) | 19.47º | 0.69% | 0.86% | - |
| XYZ | 37.07 | 28.6 | 9.2 | - |
| YUV | 142.91 | 86.29 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 69 | 0 | 0.46 | 0.69 | 0.14 | 19.47 | 0.68 | 0.57 |
| Hex | DC | 76 | 45 | 0 | 2E | 45 | E | 13 | 44 | 39 |
| Octal | 334 | 166 | 105 | 0 | 56 | 105 | 16 | 23 | 104 | 71 |
| Binary | 11011100 | 1110110 | 1000101 | 0 | 101110 | 1000101 | 1110 | 10011 | 1000100 | 111001 |
Color Harmonies of #DC7645
Complementary color
Monochromatic Colors of #DC7645
Black with #DC7645
Text Example
Text Example
White with #DC7645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7645; }
p { color: rgb(220,118,69); }
H1.HeaderClassName
{
color: #DC7645;
}
.AnyTagClassName
{
color: #DC7645;
}
</style>
background-color css
<style>
a { background-color: #DC7645; }
a { background-color: rgb(220,118,69); }
div.DivClassName
{
background-color: #DC7645;
}
.BgClassName
{
background-color: #DC7645;
}
</style>
border-color css
<style>
span { border-color: #DC7645; }
span { border-color: rgb(220,118,69); }
td.TdClassName
{
border-color: #DC7645;
}
.TagClassName
{
border-color: #DC7645;
}
</style>