Shades of Jaffa #DF8050
Tints of Jaffa #DF8050
RGB
CMYK
RGB Variations
Color information
#DF8050 (or 0xDF8050) is known color: Jaffa. HEX triplet: DF, 80 and 50. RGB value is (223,128,80). Sum of RGB (Red+Green+Blue) = 223+128+80=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8050 is #207FAF. Grayscale: #979797. Windows color (decimal): -2129840 or 5275871. OLE color: 5275871.
HSL color Cylindrical-coordinate representation of color #DF8050: hue angle of 20.14º 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 #DF8050 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 80 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.13 |
| HSL | 20.14º | 0.69% | 0.59% | - |
| HSV(B) | 20.14º | 0.64% | 0.87% | - |
| XYZ | 39.6 | 31.71 | 11.62 | - |
| YUV | 150.93 | 87.97 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 80 | 0 | 0.43 | 0.64 | 0.13 | 20.14 | 0.69 | 0.59 |
| Hex | DF | 80 | 50 | 0 | 2B | 40 | D | 14 | 45 | 3B |
| Octal | 337 | 200 | 120 | 0 | 53 | 100 | 15 | 24 | 105 | 73 |
| Binary | 11011111 | 10000000 | 1010000 | 0 | 101011 | 1000000 | 1101 | 10100 | 1000101 | 111011 |
Color Harmonies of #DF8050
Complementary color
Monochromatic Colors of #DF8050
Black with #DF8050
Text Example
Text Example
White with #DF8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8050; }
p { color: rgb(223,128,80); }
H1.HeaderClassName
{
color: #DF8050;
}
.AnyTagClassName
{
color: #DF8050;
}
</style>
background-color css
<style>
a { background-color: #DF8050; }
a { background-color: rgb(223,128,80); }
div.DivClassName
{
background-color: #DF8050;
}
.BgClassName
{
background-color: #DF8050;
}
</style>
border-color css
<style>
span { border-color: #DF8050; }
span { border-color: rgb(223,128,80); }
td.TdClassName
{
border-color: #DF8050;
}
.TagClassName
{
border-color: #DF8050;
}
</style>