Shades of Jaffa #DF7F50
Tints of Jaffa #DF7F50
RGB
CMYK
RGB Variations
Color information
#DF7F50 (or 0xDF7F50) is known color: Jaffa. HEX triplet: DF, 7F and 50. RGB value is (223,127,80). Sum of RGB (Red+Green+Blue) = 223+127+80=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F50 is #2080AF. Grayscale: #969696. Windows color (decimal): -2130096 or 5275615. OLE color: 5275615.
HSL color Cylindrical-coordinate representation of color #DF7F50: hue angle of 19.72º 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 #DF7F50 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 80 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.13 |
| HSL | 19.72º | 0.69% | 0.59% | - |
| HSV(B) | 19.72º | 0.64% | 0.87% | - |
| XYZ | 39.47 | 31.45 | 11.58 | - |
| YUV | 150.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 80 | 0 | 0.43 | 0.64 | 0.13 | 19.72 | 0.69 | 0.59 |
| Hex | DF | 7F | 50 | 0 | 2B | 40 | D | 14 | 45 | 3B |
| Octal | 337 | 177 | 120 | 0 | 53 | 100 | 15 | 24 | 105 | 73 |
| Binary | 11011111 | 1111111 | 1010000 | 0 | 101011 | 1000000 | 1101 | 10100 | 1000101 | 111011 |
Color Harmonies of #DF7F50
Complementary color
Monochromatic Colors of #DF7F50
Black with #DF7F50
Text Example
Text Example
White with #DF7F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F50; }
p { color: rgb(223,127,80); }
H1.HeaderClassName
{
color: #DF7F50;
}
.AnyTagClassName
{
color: #DF7F50;
}
</style>
background-color css
<style>
a { background-color: #DF7F50; }
a { background-color: rgb(223,127,80); }
div.DivClassName
{
background-color: #DF7F50;
}
.BgClassName
{
background-color: #DF7F50;
}
</style>
border-color css
<style>
span { border-color: #DF7F50; }
span { border-color: rgb(223,127,80); }
td.TdClassName
{
border-color: #DF7F50;
}
.TagClassName
{
border-color: #DF7F50;
}
</style>