Shades of Jaffa #DC7746
Tints of Jaffa #DC7746
RGB
CMYK
RGB Variations
Color information
#DC7746 (or 0xDC7746) is known color: Jaffa. HEX triplet: DC, 77 and 46. RGB value is (220,119,70). Sum of RGB (Red+Green+Blue) = 220+119+70=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7746 is #2388B9. Grayscale: #8F8F8F. Windows color (decimal): -2328762 or 4618204. OLE color: 4618204.
HSL color Cylindrical-coordinate representation of color #DC7746: hue angle of 19.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC7746 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 70 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.14 |
| HSL | 19.6º | 0.68% | 0.57% | - |
| HSV(B) | 19.6º | 0.68% | 0.86% | - |
| XYZ | 37.22 | 28.85 | 9.4 | - |
| YUV | 143.61 | 86.46 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 70 | 0 | 0.46 | 0.68 | 0.14 | 19.6 | 0.68 | 0.57 |
| Hex | DC | 77 | 46 | 0 | 2E | 44 | E | 14 | 44 | 39 |
| Octal | 334 | 167 | 106 | 0 | 56 | 104 | 16 | 24 | 104 | 71 |
| Binary | 11011100 | 1110111 | 1000110 | 0 | 101110 | 1000100 | 1110 | 10100 | 1000100 | 111001 |
Color Harmonies of #DC7746
Complementary color
Monochromatic Colors of #DC7746
Black with #DC7746
Text Example
Text Example
White with #DC7746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7746; }
p { color: rgb(220,119,70); }
H1.HeaderClassName
{
color: #DC7746;
}
.AnyTagClassName
{
color: #DC7746;
}
</style>
background-color css
<style>
a { background-color: #DC7746; }
a { background-color: rgb(220,119,70); }
div.DivClassName
{
background-color: #DC7746;
}
.BgClassName
{
background-color: #DC7746;
}
</style>
border-color css
<style>
span { border-color: #DC7746; }
span { border-color: rgb(220,119,70); }
td.TdClassName
{
border-color: #DC7746;
}
.TagClassName
{
border-color: #DC7746;
}
</style>