Shades of Jaffa #DC7951
Tints of Jaffa #DC7951
RGB
CMYK
RGB Variations
Color information
#DC7951 (or 0xDC7951) is known color: Jaffa. HEX triplet: DC, 79 and 51. RGB value is (220,121,81). Sum of RGB (Red+Green+Blue) = 220+121+81=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7951 is #2386AE. Grayscale: #929292. Windows color (decimal): -2328239 or 5339612. OLE color: 5339612.
HSL color Cylindrical-coordinate representation of color #DC7951: hue angle of 17.27º 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 #DC7951 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 81 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.14 |
| HSL | 17.27º | 0.67% | 0.59% | - |
| HSV(B) | 17.27º | 0.63% | 0.86% | - |
| XYZ | 37.84 | 29.48 | 11.48 | - |
| YUV | 146.04 | 91.3 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 81 | 0 | 0.45 | 0.63 | 0.14 | 17.27 | 0.67 | 0.59 |
| Hex | DC | 79 | 51 | 0 | 2D | 3F | E | 11 | 43 | 3B |
| Octal | 334 | 171 | 121 | 0 | 55 | 77 | 16 | 21 | 103 | 73 |
| Binary | 11011100 | 1111001 | 1010001 | 0 | 101101 | 111111 | 1110 | 10001 | 1000011 | 111011 |
Color Harmonies of #DC7951
Complementary color
Monochromatic Colors of #DC7951
Black with #DC7951
Text Example
Text Example
White with #DC7951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7951; }
p { color: rgb(220,121,81); }
H1.HeaderClassName
{
color: #DC7951;
}
.AnyTagClassName
{
color: #DC7951;
}
</style>
background-color css
<style>
a { background-color: #DC7951; }
a { background-color: rgb(220,121,81); }
div.DivClassName
{
background-color: #DC7951;
}
.BgClassName
{
background-color: #DC7951;
}
</style>
border-color css
<style>
span { border-color: #DC7951; }
span { border-color: rgb(220,121,81); }
td.TdClassName
{
border-color: #DC7951;
}
.TagClassName
{
border-color: #DC7951;
}
</style>