Shades of Jaffa #DC7D50
Tints of Jaffa #DC7D50
RGB
CMYK
RGB Variations
Color information
#DC7D50 (or 0xDC7D50) is known color: Jaffa. HEX triplet: DC, 7D and 50. RGB value is (220,125,80). Sum of RGB (Red+Green+Blue) = 220+125+80=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D50 is #2382AF. Grayscale: #949494. Windows color (decimal): -2327216 or 5275100. OLE color: 5275100.
HSL color Cylindrical-coordinate representation of color #DC7D50: hue angle of 19.29º 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 #DC7D50 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 80 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.14 |
| HSL | 19.29º | 0.67% | 0.59% | - |
| HSV(B) | 19.29º | 0.64% | 0.86% | - |
| XYZ | 38.3 | 30.46 | 11.45 | - |
| YUV | 148.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 80 | 0 | 0.43 | 0.64 | 0.14 | 19.29 | 0.67 | 0.59 |
| Hex | DC | 7D | 50 | 0 | 2B | 40 | E | 13 | 43 | 3B |
| Octal | 334 | 175 | 120 | 0 | 53 | 100 | 16 | 23 | 103 | 73 |
| Binary | 11011100 | 1111101 | 1010000 | 0 | 101011 | 1000000 | 1110 | 10011 | 1000011 | 111011 |
Color Harmonies of #DC7D50
Complementary color
Monochromatic Colors of #DC7D50
Black with #DC7D50
Text Example
Text Example
White with #DC7D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D50; }
p { color: rgb(220,125,80); }
H1.HeaderClassName
{
color: #DC7D50;
}
.AnyTagClassName
{
color: #DC7D50;
}
</style>
background-color css
<style>
a { background-color: #DC7D50; }
a { background-color: rgb(220,125,80); }
div.DivClassName
{
background-color: #DC7D50;
}
.BgClassName
{
background-color: #DC7D50;
}
</style>
border-color css
<style>
span { border-color: #DC7D50; }
span { border-color: rgb(220,125,80); }
td.TdClassName
{
border-color: #DC7D50;
}
.TagClassName
{
border-color: #DC7D50;
}
</style>