Shades of Jaffa #DC7A51
Tints of Jaffa #DC7A51
RGB
CMYK
RGB Variations
Color information
#DC7A51 (or 0xDC7A51) is known color: Jaffa. HEX triplet: DC, 7A and 51. RGB value is (220,122,81). Sum of RGB (Red+Green+Blue) = 220+122+81=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A51 is #2385AE. Grayscale: #929292. Windows color (decimal): -2327983 or 5339868. OLE color: 5339868.
HSL color Cylindrical-coordinate representation of color #DC7A51: hue angle of 17.7º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC7A51 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 81 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.14 |
| HSL | 17.7º | 0.67% | 0.59% | - |
| HSV(B) | 17.7º | 0.63% | 0.86% | - |
| XYZ | 37.96 | 29.73 | 11.52 | - |
| YUV | 146.63 | 90.97 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 81 | 0 | 0.45 | 0.63 | 0.14 | 17.7 | 0.67 | 0.59 |
| Hex | DC | 7A | 51 | 0 | 2D | 3F | E | 12 | 43 | 3B |
| Octal | 334 | 172 | 121 | 0 | 55 | 77 | 16 | 22 | 103 | 73 |
| Binary | 11011100 | 1111010 | 1010001 | 0 | 101101 | 111111 | 1110 | 10010 | 1000011 | 111011 |
Color Harmonies of #DC7A51
Complementary color
Monochromatic Colors of #DC7A51
Black with #DC7A51
Text Example
Text Example
White with #DC7A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A51; }
p { color: rgb(220,122,81); }
H1.HeaderClassName
{
color: #DC7A51;
}
.AnyTagClassName
{
color: #DC7A51;
}
</style>
background-color css
<style>
a { background-color: #DC7A51; }
a { background-color: rgb(220,122,81); }
div.DivClassName
{
background-color: #DC7A51;
}
.BgClassName
{
background-color: #DC7A51;
}
</style>
border-color css
<style>
span { border-color: #DC7A51; }
span { border-color: rgb(220,122,81); }
td.TdClassName
{
border-color: #DC7A51;
}
.TagClassName
{
border-color: #DC7A51;
}
</style>