Shades of Jaffa #DF814F
Tints of Jaffa #DF814F
RGB
CMYK
RGB Variations
Color information
#DF814F (or 0xDF814F) is known color: Jaffa. HEX triplet: DF, 81 and 4F. RGB value is (223,129,79). Sum of RGB (Red+Green+Blue) = 223+129+79=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF814F is #207EB0. Grayscale: #979797. Windows color (decimal): -2129585 or 5210591. OLE color: 5210591.
HSL color Cylindrical-coordinate representation of color #DF814F: hue angle of 20.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF814F is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 79 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.13 |
| HSL | 20.83º | 0.69% | 0.59% | - |
| HSV(B) | 20.83º | 0.65% | 0.87% | - |
| XYZ | 39.69 | 31.95 | 11.47 | - |
| YUV | 151.41 | 87.14 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 79 | 0 | 0.42 | 0.65 | 0.13 | 20.83 | 0.69 | 0.59 |
| Hex | DF | 81 | 4F | 0 | 2A | 41 | D | 15 | 45 | 3B |
| Octal | 337 | 201 | 117 | 0 | 52 | 101 | 15 | 25 | 105 | 73 |
| Binary | 11011111 | 10000001 | 1001111 | 0 | 101010 | 1000001 | 1101 | 10101 | 1000101 | 111011 |
Color Harmonies of #DF814F
Complementary color
Monochromatic Colors of #DF814F
Black with #DF814F
Text Example
Text Example
White with #DF814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF814F; }
p { color: rgb(223,129,79); }
H1.HeaderClassName
{
color: #DF814F;
}
.AnyTagClassName
{
color: #DF814F;
}
</style>
background-color css
<style>
a { background-color: #DF814F; }
a { background-color: rgb(223,129,79); }
div.DivClassName
{
background-color: #DF814F;
}
.BgClassName
{
background-color: #DF814F;
}
</style>
border-color css
<style>
span { border-color: #DF814F; }
span { border-color: rgb(223,129,79); }
td.TdClassName
{
border-color: #DF814F;
}
.TagClassName
{
border-color: #DF814F;
}
</style>