Shades of Jaffa #DC7245
Tints of Jaffa #DC7245
RGB
CMYK
RGB Variations
Color information
#DC7245 (or 0xDC7245) is known color: Jaffa. HEX triplet: DC, 72 and 45. RGB value is (220,114,69). Sum of RGB (Red+Green+Blue) = 220+114+69=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7245 is #238DBA. Grayscale: #8C8C8C. Windows color (decimal): -2330043 or 4551388. OLE color: 4551388.
HSL color Cylindrical-coordinate representation of color #DC7245: hue angle of 17.88º 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 #DC7245 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 69 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.14 |
| HSL | 17.88º | 0.68% | 0.57% | - |
| HSV(B) | 17.88º | 0.69% | 0.86% | - |
| XYZ | 36.61 | 27.68 | 9.04 | - |
| YUV | 140.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 69 | 0 | 0.48 | 0.69 | 0.14 | 17.88 | 0.68 | 0.57 |
| Hex | DC | 72 | 45 | 0 | 30 | 45 | E | 12 | 44 | 39 |
| Octal | 334 | 162 | 105 | 0 | 60 | 105 | 16 | 22 | 104 | 71 |
| Binary | 11011100 | 1110010 | 1000101 | 0 | 110000 | 1000101 | 1110 | 10010 | 1000100 | 111001 |
Color Harmonies of #DC7245
Complementary color
Monochromatic Colors of #DC7245
Black with #DC7245
Text Example
Text Example
White with #DC7245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7245; }
p { color: rgb(220,114,69); }
H1.HeaderClassName
{
color: #DC7245;
}
.AnyTagClassName
{
color: #DC7245;
}
</style>
background-color css
<style>
a { background-color: #DC7245; }
a { background-color: rgb(220,114,69); }
div.DivClassName
{
background-color: #DC7245;
}
.BgClassName
{
background-color: #DC7245;
}
</style>
border-color css
<style>
span { border-color: #DC7245; }
span { border-color: rgb(220,114,69); }
td.TdClassName
{
border-color: #DC7245;
}
.TagClassName
{
border-color: #DC7245;
}
</style>