Shades of Jaffa #DC7F55
Tints of Jaffa #DC7F55
RGB
CMYK
RGB Variations
Color information
#DC7F55 (or 0xDC7F55) is known color: Jaffa. HEX triplet: DC, 7F and 55. RGB value is (220,127,85). Sum of RGB (Red+Green+Blue) = 220+127+85=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F55 is #2380AA. Grayscale: #969696. Windows color (decimal): -2326699 or 5603292. OLE color: 5603292.
HSL color Cylindrical-coordinate representation of color #DC7F55: hue angle of 18.67º 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 #DC7F55 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 85 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.14 |
| HSL | 18.67º | 0.66% | 0.6% | - |
| HSV(B) | 18.67º | 0.61% | 0.86% | - |
| XYZ | 38.74 | 31.05 | 12.55 | - |
| YUV | 150.02 | 91.31 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 85 | 0 | 0.42 | 0.61 | 0.14 | 18.67 | 0.66 | 0.6 |
| Hex | DC | 7F | 55 | 0 | 2A | 3D | E | 13 | 42 | 3C |
| Octal | 334 | 177 | 125 | 0 | 52 | 75 | 16 | 23 | 102 | 74 |
| Binary | 11011100 | 1111111 | 1010101 | 0 | 101010 | 111101 | 1110 | 10011 | 1000010 | 111100 |
Color Harmonies of #DC7F55
Complementary color
Monochromatic Colors of #DC7F55
Black with #DC7F55
Text Example
Text Example
White with #DC7F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F55; }
p { color: rgb(220,127,85); }
H1.HeaderClassName
{
color: #DC7F55;
}
.AnyTagClassName
{
color: #DC7F55;
}
</style>
background-color css
<style>
a { background-color: #DC7F55; }
a { background-color: rgb(220,127,85); }
div.DivClassName
{
background-color: #DC7F55;
}
.BgClassName
{
background-color: #DC7F55;
}
</style>
border-color css
<style>
span { border-color: #DC7F55; }
span { border-color: rgb(220,127,85); }
td.TdClassName
{
border-color: #DC7F55;
}
.TagClassName
{
border-color: #DC7F55;
}
</style>