Shades of Jaffa #DF824F
Tints of Jaffa #DF824F
RGB
CMYK
RGB Variations
Color information
#DF824F (or 0xDF824F) is known color: Jaffa. HEX triplet: DF, 82 and 4F. RGB value is (223,130,79). Sum of RGB (Red+Green+Blue) = 223+130+79=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF824F is #207DB0. Grayscale: #989898. Windows color (decimal): -2129329 or 5210847. OLE color: 5210847.
HSL color Cylindrical-coordinate representation of color #DF824F: hue angle of 21.25º 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 #DF824F is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 79 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.13 |
| HSL | 21.25º | 0.69% | 0.59% | - |
| HSV(B) | 21.25º | 0.65% | 0.87% | - |
| XYZ | 39.83 | 32.22 | 11.52 | - |
| YUV | 151.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 79 | 0 | 0.42 | 0.65 | 0.13 | 21.25 | 0.69 | 0.59 |
| Hex | DF | 82 | 4F | 0 | 2A | 41 | D | 15 | 45 | 3B |
| Octal | 337 | 202 | 117 | 0 | 52 | 101 | 15 | 25 | 105 | 73 |
| Binary | 11011111 | 10000010 | 1001111 | 0 | 101010 | 1000001 | 1101 | 10101 | 1000101 | 111011 |
Color Harmonies of #DF824F
Complementary color
Monochromatic Colors of #DF824F
Black with #DF824F
Text Example
Text Example
White with #DF824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF824F; }
p { color: rgb(223,130,79); }
H1.HeaderClassName
{
color: #DF824F;
}
.AnyTagClassName
{
color: #DF824F;
}
</style>
background-color css
<style>
a { background-color: #DF824F; }
a { background-color: rgb(223,130,79); }
div.DivClassName
{
background-color: #DF824F;
}
.BgClassName
{
background-color: #DF824F;
}
</style>
border-color css
<style>
span { border-color: #DF824F; }
span { border-color: rgb(223,130,79); }
td.TdClassName
{
border-color: #DF824F;
}
.TagClassName
{
border-color: #DF824F;
}
</style>