Shades of Jaffa #DC7143
Tints of Jaffa #DC7143
RGB
CMYK
RGB Variations
Color information
#DC7143 (or 0xDC7143) is known color: Jaffa. HEX triplet: DC, 71 and 43. RGB value is (220,113,67). Sum of RGB (Red+Green+Blue) = 220+113+67=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7143 is #238EBC. Grayscale: #8C8C8C. Windows color (decimal): -2330301 or 4420060. OLE color: 4420060.
HSL color Cylindrical-coordinate representation of color #DC7143: hue angle of 18.04º 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 #DC7143 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 67 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.14 |
| HSL | 18.04º | 0.69% | 0.56% | - |
| HSV(B) | 18.04º | 0.7% | 0.86% | - |
| XYZ | 36.43 | 27.43 | 8.68 | - |
| YUV | 139.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 67 | 0 | 0.49 | 0.70 | 0.14 | 18.04 | 0.69 | 0.56 |
| Hex | DC | 71 | 43 | 0 | 31 | 46 | E | 12 | 45 | 38 |
| Octal | 334 | 161 | 103 | 0 | 61 | 106 | 16 | 22 | 105 | 70 |
| Binary | 11011100 | 1110001 | 1000011 | 0 | 110001 | 1000110 | 1110 | 10010 | 1000101 | 111000 |
Color Harmonies of #DC7143
Complementary color
Monochromatic Colors of #DC7143
Black with #DC7143
Text Example
Text Example
White with #DC7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7143; }
p { color: rgb(220,113,67); }
H1.HeaderClassName
{
color: #DC7143;
}
.AnyTagClassName
{
color: #DC7143;
}
</style>
background-color css
<style>
a { background-color: #DC7143; }
a { background-color: rgb(220,113,67); }
div.DivClassName
{
background-color: #DC7143;
}
.BgClassName
{
background-color: #DC7143;
}
</style>
border-color css
<style>
span { border-color: #DC7143; }
span { border-color: rgb(220,113,67); }
td.TdClassName
{
border-color: #DC7143;
}
.TagClassName
{
border-color: #DC7143;
}
</style>