Shades of Jaffa #DC7649
Tints of Jaffa #DC7649
RGB
CMYK
RGB Variations
Color information
#DC7649 (or 0xDC7649) is known color: Jaffa. HEX triplet: DC, 76 and 49. RGB value is (220,118,73). Sum of RGB (Red+Green+Blue) = 220+118+73=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7649 is #2389B6. Grayscale: #8F8F8F. Windows color (decimal): -2329015 or 4814556. OLE color: 4814556.
HSL color Cylindrical-coordinate representation of color #DC7649: hue angle of 18.37º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC7649 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 73 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.14 |
| HSL | 18.37º | 0.68% | 0.57% | - |
| HSV(B) | 18.37º | 0.67% | 0.86% | - |
| XYZ | 37.2 | 28.65 | 9.87 | - |
| YUV | 143.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 73 | 0 | 0.46 | 0.67 | 0.14 | 18.37 | 0.68 | 0.57 |
| Hex | DC | 76 | 49 | 0 | 2E | 43 | E | 12 | 44 | 39 |
| Octal | 334 | 166 | 111 | 0 | 56 | 103 | 16 | 22 | 104 | 71 |
| Binary | 11011100 | 1110110 | 1001001 | 0 | 101110 | 1000011 | 1110 | 10010 | 1000100 | 111001 |
Color Harmonies of #DC7649
Complementary color
Monochromatic Colors of #DC7649
Black with #DC7649
Text Example
Text Example
White with #DC7649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7649; }
p { color: rgb(220,118,73); }
H1.HeaderClassName
{
color: #DC7649;
}
.AnyTagClassName
{
color: #DC7649;
}
</style>
background-color css
<style>
a { background-color: #DC7649; }
a { background-color: rgb(220,118,73); }
div.DivClassName
{
background-color: #DC7649;
}
.BgClassName
{
background-color: #DC7649;
}
</style>
border-color css
<style>
span { border-color: #DC7649; }
span { border-color: rgb(220,118,73); }
td.TdClassName
{
border-color: #DC7649;
}
.TagClassName
{
border-color: #DC7649;
}
</style>