Shades of Jaffa #DC7E55
Tints of Jaffa #DC7E55
RGB
CMYK
RGB Variations
Color information
#DC7E55 (or 0xDC7E55) is known color: Jaffa. HEX triplet: DC, 7E and 55. RGB value is (220,126,85). Sum of RGB (Red+Green+Blue) = 220+126+85=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E55 is #2381AA. Grayscale: #959595. Windows color (decimal): -2326955 or 5603036. OLE color: 5603036.
HSL color Cylindrical-coordinate representation of color #DC7E55: hue angle of 18.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC7E55 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 85 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.14 |
| HSL | 18.22º | 0.66% | 0.6% | - |
| HSV(B) | 18.22º | 0.61% | 0.86% | - |
| XYZ | 38.62 | 30.79 | 12.5 | - |
| YUV | 149.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 85 | 0 | 0.43 | 0.61 | 0.14 | 18.22 | 0.66 | 0.6 |
| Hex | DC | 7E | 55 | 0 | 2B | 3D | E | 12 | 42 | 3C |
| Octal | 334 | 176 | 125 | 0 | 53 | 75 | 16 | 22 | 102 | 74 |
| Binary | 11011100 | 1111110 | 1010101 | 0 | 101011 | 111101 | 1110 | 10010 | 1000010 | 111100 |
Color Harmonies of #DC7E55
Complementary color
Monochromatic Colors of #DC7E55
Black with #DC7E55
Text Example
Text Example
White with #DC7E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E55; }
p { color: rgb(220,126,85); }
H1.HeaderClassName
{
color: #DC7E55;
}
.AnyTagClassName
{
color: #DC7E55;
}
</style>
background-color css
<style>
a { background-color: #DC7E55; }
a { background-color: rgb(220,126,85); }
div.DivClassName
{
background-color: #DC7E55;
}
.BgClassName
{
background-color: #DC7E55;
}
</style>
border-color css
<style>
span { border-color: #DC7E55; }
span { border-color: rgb(220,126,85); }
td.TdClassName
{
border-color: #DC7E55;
}
.TagClassName
{
border-color: #DC7E55;
}
</style>