Shades of Jaffa #DF8247
Tints of Jaffa #DF8247
RGB
CMYK
RGB Variations
Color information
#DF8247 (or 0xDF8247) is known color: Jaffa. HEX triplet: DF, 82 and 47. RGB value is (223,130,71). Sum of RGB (Red+Green+Blue) = 223+130+71=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8247 is #207DB8. Grayscale: #979797. Windows color (decimal): -2129337 or 4686559. OLE color: 4686559.
HSL color Cylindrical-coordinate representation of color #DF8247: hue angle of 23.29º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF8247 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 71 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.13 |
| HSL | 23.29º | 0.7% | 0.58% | - |
| HSV(B) | 23.29º | 0.68% | 0.87% | - |
| XYZ | 39.55 | 32.11 | 10.07 | - |
| YUV | 151.08 | 82.81 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 71 | 0 | 0.42 | 0.68 | 0.13 | 23.29 | 0.7 | 0.58 |
| Hex | DF | 82 | 47 | 0 | 2A | 44 | D | 17 | 46 | 3A |
| Octal | 337 | 202 | 107 | 0 | 52 | 104 | 15 | 27 | 106 | 72 |
| Binary | 11011111 | 10000010 | 1000111 | 0 | 101010 | 1000100 | 1101 | 10111 | 1000110 | 111010 |
Color Harmonies of #DF8247
Complementary color
Monochromatic Colors of #DF8247
Black with #DF8247
Text Example
Text Example
White with #DF8247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8247; }
p { color: rgb(223,130,71); }
H1.HeaderClassName
{
color: #DF8247;
}
.AnyTagClassName
{
color: #DF8247;
}
</style>
background-color css
<style>
a { background-color: #DF8247; }
a { background-color: rgb(223,130,71); }
div.DivClassName
{
background-color: #DF8247;
}
.BgClassName
{
background-color: #DF8247;
}
</style>
border-color css
<style>
span { border-color: #DF8247; }
span { border-color: rgb(223,130,71); }
td.TdClassName
{
border-color: #DF8247;
}
.TagClassName
{
border-color: #DF8247;
}
</style>