Shades of Jaffa #DF8250
Tints of Jaffa #DF8250
RGB
CMYK
RGB Variations
Color information
#DF8250 (or 0xDF8250) is known color: Jaffa. HEX triplet: DF, 82 and 50. RGB value is (223,130,80). Sum of RGB (Red+Green+Blue) = 223+130+80=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8250 is #207DAF. Grayscale: #989898. Windows color (decimal): -2129328 or 5276383. OLE color: 5276383.
HSL color Cylindrical-coordinate representation of color #DF8250: hue angle of 20.98º 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 #DF8250 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 80 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.13 |
| HSL | 20.98º | 0.69% | 0.59% | - |
| HSV(B) | 20.98º | 0.64% | 0.87% | - |
| XYZ | 39.86 | 32.23 | 11.71 | - |
| YUV | 152.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 80 | 0 | 0.42 | 0.64 | 0.13 | 20.98 | 0.69 | 0.59 |
| Hex | DF | 82 | 50 | 0 | 2A | 40 | D | 15 | 45 | 3B |
| Octal | 337 | 202 | 120 | 0 | 52 | 100 | 15 | 25 | 105 | 73 |
| Binary | 11011111 | 10000010 | 1010000 | 0 | 101010 | 1000000 | 1101 | 10101 | 1000101 | 111011 |
Color Harmonies of #DF8250
Complementary color
Monochromatic Colors of #DF8250
Black with #DF8250
Text Example
Text Example
White with #DF8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8250; }
p { color: rgb(223,130,80); }
H1.HeaderClassName
{
color: #DF8250;
}
.AnyTagClassName
{
color: #DF8250;
}
</style>
background-color css
<style>
a { background-color: #DF8250; }
a { background-color: rgb(223,130,80); }
div.DivClassName
{
background-color: #DF8250;
}
.BgClassName
{
background-color: #DF8250;
}
</style>
border-color css
<style>
span { border-color: #DF8250; }
span { border-color: rgb(223,130,80); }
td.TdClassName
{
border-color: #DF8250;
}
.TagClassName
{
border-color: #DF8250;
}
</style>