Shades of Jaffa #DC7445
Tints of Jaffa #DC7445
RGB
CMYK
RGB Variations
Color information
#DC7445 (or 0xDC7445) is known color: Jaffa. HEX triplet: DC, 74 and 45. RGB value is (220,116,69). Sum of RGB (Red+Green+Blue) = 220+116+69=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7445 is #238BBA. Grayscale: #8E8E8E. Windows color (decimal): -2329531 or 4551900. OLE color: 4551900.
HSL color Cylindrical-coordinate representation of color #DC7445: hue angle of 18.68º 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 #DC7445 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 69 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.14 |
| HSL | 18.68º | 0.68% | 0.57% | - |
| HSV(B) | 18.68º | 0.69% | 0.86% | - |
| XYZ | 36.83 | 28.14 | 9.12 | - |
| YUV | 141.74 | 86.96 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 69 | 0 | 0.47 | 0.69 | 0.14 | 18.68 | 0.68 | 0.57 |
| Hex | DC | 74 | 45 | 0 | 2F | 45 | E | 13 | 44 | 39 |
| Octal | 334 | 164 | 105 | 0 | 57 | 105 | 16 | 23 | 104 | 71 |
| Binary | 11011100 | 1110100 | 1000101 | 0 | 101111 | 1000101 | 1110 | 10011 | 1000100 | 111001 |
Color Harmonies of #DC7445
Complementary color
Monochromatic Colors of #DC7445
Black with #DC7445
Text Example
Text Example
White with #DC7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7445; }
p { color: rgb(220,116,69); }
H1.HeaderClassName
{
color: #DC7445;
}
.AnyTagClassName
{
color: #DC7445;
}
</style>
background-color css
<style>
a { background-color: #DC7445; }
a { background-color: rgb(220,116,69); }
div.DivClassName
{
background-color: #DC7445;
}
.BgClassName
{
background-color: #DC7445;
}
</style>
border-color css
<style>
span { border-color: #DC7445; }
span { border-color: rgb(220,116,69); }
td.TdClassName
{
border-color: #DC7445;
}
.TagClassName
{
border-color: #DC7445;
}
</style>