Shades of Jaffa #DC7343
Tints of Jaffa #DC7343
RGB
CMYK
RGB Variations
Color information
#DC7343 (or 0xDC7343) is known color: Jaffa. HEX triplet: DC, 73 and 43. RGB value is (220,115,67). Sum of RGB (Red+Green+Blue) = 220+115+67=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7343 is #238CBC. Grayscale: #8D8D8D. Windows color (decimal): -2329789 or 4420572. OLE color: 4420572.
HSL color Cylindrical-coordinate representation of color #DC7343: hue angle of 18.82º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC7343 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 67 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.14 |
| HSL | 18.82º | 0.69% | 0.56% | - |
| HSV(B) | 18.82º | 0.7% | 0.86% | - |
| XYZ | 36.66 | 27.88 | 8.76 | - |
| YUV | 140.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 67 | 0 | 0.48 | 0.70 | 0.14 | 18.82 | 0.69 | 0.56 |
| Hex | DC | 73 | 43 | 0 | 30 | 46 | E | 13 | 45 | 38 |
| Octal | 334 | 163 | 103 | 0 | 60 | 106 | 16 | 23 | 105 | 70 |
| Binary | 11011100 | 1110011 | 1000011 | 0 | 110000 | 1000110 | 1110 | 10011 | 1000101 | 111000 |
Color Harmonies of #DC7343
Complementary color
Monochromatic Colors of #DC7343
Black with #DC7343
Text Example
Text Example
White with #DC7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7343; }
p { color: rgb(220,115,67); }
H1.HeaderClassName
{
color: #DC7343;
}
.AnyTagClassName
{
color: #DC7343;
}
</style>
background-color css
<style>
a { background-color: #DC7343; }
a { background-color: rgb(220,115,67); }
div.DivClassName
{
background-color: #DC7343;
}
.BgClassName
{
background-color: #DC7343;
}
</style>
border-color css
<style>
span { border-color: #DC7343; }
span { border-color: rgb(220,115,67); }
td.TdClassName
{
border-color: #DC7343;
}
.TagClassName
{
border-color: #DC7343;
}
</style>