Shades of Jaffa #DC7950
Tints of Jaffa #DC7950
RGB
CMYK
RGB Variations
Color information
#DC7950 (or 0xDC7950) is known color: Jaffa. HEX triplet: DC, 79 and 50. RGB value is (220,121,80). Sum of RGB (Red+Green+Blue) = 220+121+80=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7950 is #2386AF. Grayscale: #929292. Windows color (decimal): -2328240 or 5274076. OLE color: 5274076.
HSL color Cylindrical-coordinate representation of color #DC7950: hue angle of 17.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC7950 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 80 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.14 |
| HSL | 17.57º | 0.67% | 0.59% | - |
| HSV(B) | 17.57º | 0.64% | 0.86% | - |
| XYZ | 37.8 | 29.47 | 11.29 | - |
| YUV | 145.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 80 | 0 | 0.45 | 0.64 | 0.14 | 17.57 | 0.67 | 0.59 |
| Hex | DC | 79 | 50 | 0 | 2D | 40 | E | 12 | 43 | 3B |
| Octal | 334 | 171 | 120 | 0 | 55 | 100 | 16 | 22 | 103 | 73 |
| Binary | 11011100 | 1111001 | 1010000 | 0 | 101101 | 1000000 | 1110 | 10010 | 1000011 | 111011 |
Color Harmonies of #DC7950
Complementary color
Monochromatic Colors of #DC7950
Black with #DC7950
Text Example
Text Example
White with #DC7950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7950; }
p { color: rgb(220,121,80); }
H1.HeaderClassName
{
color: #DC7950;
}
.AnyTagClassName
{
color: #DC7950;
}
</style>
background-color css
<style>
a { background-color: #DC7950; }
a { background-color: rgb(220,121,80); }
div.DivClassName
{
background-color: #DC7950;
}
.BgClassName
{
background-color: #DC7950;
}
</style>
border-color css
<style>
span { border-color: #DC7950; }
span { border-color: rgb(220,121,80); }
td.TdClassName
{
border-color: #DC7950;
}
.TagClassName
{
border-color: #DC7950;
}
</style>