Shades of Jaffa #DF8249
Tints of Jaffa #DF8249
RGB
CMYK
RGB Variations
Color information
#DF8249 (or 0xDF8249) is known color: Jaffa. HEX triplet: DF, 82 and 49. RGB value is (223,130,73). Sum of RGB (Red+Green+Blue) = 223+130+73=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8249 is #207DB6. Grayscale: #979797. Windows color (decimal): -2129335 or 4817631. OLE color: 4817631.
HSL color Cylindrical-coordinate representation of color #DF8249: hue angle of 22.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF8249 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 73 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.13 |
| HSL | 22.8º | 0.7% | 0.58% | - |
| HSV(B) | 22.8º | 0.67% | 0.87% | - |
| XYZ | 39.62 | 32.13 | 10.42 | - |
| YUV | 151.31 | 83.81 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 73 | 0 | 0.42 | 0.67 | 0.13 | 22.8 | 0.7 | 0.58 |
| Hex | DF | 82 | 49 | 0 | 2A | 43 | D | 17 | 46 | 3A |
| Octal | 337 | 202 | 111 | 0 | 52 | 103 | 15 | 27 | 106 | 72 |
| Binary | 11011111 | 10000010 | 1001001 | 0 | 101010 | 1000011 | 1101 | 10111 | 1000110 | 111010 |
Color Harmonies of #DF8249
Complementary color
Monochromatic Colors of #DF8249
Black with #DF8249
Text Example
Text Example
White with #DF8249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8249; }
p { color: rgb(223,130,73); }
H1.HeaderClassName
{
color: #DF8249;
}
.AnyTagClassName
{
color: #DF8249;
}
</style>
background-color css
<style>
a { background-color: #DF8249; }
a { background-color: rgb(223,130,73); }
div.DivClassName
{
background-color: #DF8249;
}
.BgClassName
{
background-color: #DF8249;
}
</style>
border-color css
<style>
span { border-color: #DF8249; }
span { border-color: rgb(223,130,73); }
td.TdClassName
{
border-color: #DF8249;
}
.TagClassName
{
border-color: #DF8249;
}
</style>