Shades of Jaffa #DF8151
Tints of Jaffa #DF8151
RGB
CMYK
RGB Variations
Color information
#DF8151 (or 0xDF8151) is known color: Jaffa. HEX triplet: DF, 81 and 51. RGB value is (223,129,81). Sum of RGB (Red+Green+Blue) = 223+129+81=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8151 is #207EAE. Grayscale: #979797. Windows color (decimal): -2129583 or 5341663. OLE color: 5341663.
HSL color Cylindrical-coordinate representation of color #DF8151: hue angle of 20.28º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF8151 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 81 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.13 |
| HSL | 20.28º | 0.69% | 0.6% | - |
| HSV(B) | 20.28º | 0.64% | 0.87% | - |
| XYZ | 39.77 | 31.98 | 11.86 | - |
| YUV | 151.63 | 88.14 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 81 | 0 | 0.42 | 0.64 | 0.13 | 20.28 | 0.69 | 0.6 |
| Hex | DF | 81 | 51 | 0 | 2A | 40 | D | 14 | 45 | 3C |
| Octal | 337 | 201 | 121 | 0 | 52 | 100 | 15 | 24 | 105 | 74 |
| Binary | 11011111 | 10000001 | 1010001 | 0 | 101010 | 1000000 | 1101 | 10100 | 1000101 | 111100 |
Color Harmonies of #DF8151
Complementary color
Monochromatic Colors of #DF8151
Black with #DF8151
Text Example
Text Example
White with #DF8151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8151; }
p { color: rgb(223,129,81); }
H1.HeaderClassName
{
color: #DF8151;
}
.AnyTagClassName
{
color: #DF8151;
}
</style>
background-color css
<style>
a { background-color: #DF8151; }
a { background-color: rgb(223,129,81); }
div.DivClassName
{
background-color: #DF8151;
}
.BgClassName
{
background-color: #DF8151;
}
</style>
border-color css
<style>
span { border-color: #DF8151; }
span { border-color: rgb(223,129,81); }
td.TdClassName
{
border-color: #DF8151;
}
.TagClassName
{
border-color: #DF8151;
}
</style>