Shades of Jaffa #DF7C50
Tints of Jaffa #DF7C50
RGB
CMYK
RGB Variations
Color information
#DF7C50 (or 0xDF7C50) is known color: Jaffa. HEX triplet: DF, 7C and 50. RGB value is (223,124,80). Sum of RGB (Red+Green+Blue) = 223+124+80=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C50 is #2083AF. Grayscale: #949494. Windows color (decimal): -2130864 or 5274847. OLE color: 5274847.
HSL color Cylindrical-coordinate representation of color #DF7C50: hue angle of 18.46º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF7C50 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 80 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.13 |
| HSL | 18.46º | 0.69% | 0.59% | - |
| HSV(B) | 18.46º | 0.64% | 0.87% | - |
| XYZ | 39.09 | 30.68 | 11.45 | - |
| YUV | 148.59 | 89.3 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 80 | 0 | 0.44 | 0.64 | 0.13 | 18.46 | 0.69 | 0.59 |
| Hex | DF | 7C | 50 | 0 | 2C | 40 | D | 12 | 45 | 3B |
| Octal | 337 | 174 | 120 | 0 | 54 | 100 | 15 | 22 | 105 | 73 |
| Binary | 11011111 | 1111100 | 1010000 | 0 | 101100 | 1000000 | 1101 | 10010 | 1000101 | 111011 |
Color Harmonies of #DF7C50
Complementary color
Monochromatic Colors of #DF7C50
Black with #DF7C50
Text Example
Text Example
White with #DF7C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C50; }
p { color: rgb(223,124,80); }
H1.HeaderClassName
{
color: #DF7C50;
}
.AnyTagClassName
{
color: #DF7C50;
}
</style>
background-color css
<style>
a { background-color: #DF7C50; }
a { background-color: rgb(223,124,80); }
div.DivClassName
{
background-color: #DF7C50;
}
.BgClassName
{
background-color: #DF7C50;
}
</style>
border-color css
<style>
span { border-color: #DF7C50; }
span { border-color: rgb(223,124,80); }
td.TdClassName
{
border-color: #DF7C50;
}
.TagClassName
{
border-color: #DF7C50;
}
</style>