Shades of Jaffa #DF824A
Tints of Jaffa #DF824A
RGB
CMYK
RGB Variations
Color information
#DF824A (or 0xDF824A) is known color: Jaffa. HEX triplet: DF, 82 and 4A. RGB value is (223,130,74). Sum of RGB (Red+Green+Blue) = 223+130+74=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF824A is #207DB5. Grayscale: #979797. Windows color (decimal): -2129334 or 4883167. OLE color: 4883167.
HSL color Cylindrical-coordinate representation of color #DF824A: hue angle of 22.55º 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 #DF824A is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 74 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.13 |
| HSL | 22.55º | 0.7% | 0.58% | - |
| HSV(B) | 22.55º | 0.67% | 0.87% | - |
| XYZ | 39.65 | 32.15 | 10.59 | - |
| YUV | 151.42 | 84.31 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 74 | 0 | 0.42 | 0.67 | 0.13 | 22.55 | 0.7 | 0.58 |
| Hex | DF | 82 | 4A | 0 | 2A | 43 | D | 17 | 46 | 3A |
| Octal | 337 | 202 | 112 | 0 | 52 | 103 | 15 | 27 | 106 | 72 |
| Binary | 11011111 | 10000010 | 1001010 | 0 | 101010 | 1000011 | 1101 | 10111 | 1000110 | 111010 |
Color Harmonies of #DF824A
Complementary color
Monochromatic Colors of #DF824A
Black with #DF824A
Text Example
Text Example
White with #DF824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF824A; }
p { color: rgb(223,130,74); }
H1.HeaderClassName
{
color: #DF824A;
}
.AnyTagClassName
{
color: #DF824A;
}
</style>
background-color css
<style>
a { background-color: #DF824A; }
a { background-color: rgb(223,130,74); }
div.DivClassName
{
background-color: #DF824A;
}
.BgClassName
{
background-color: #DF824A;
}
</style>
border-color css
<style>
span { border-color: #DF824A; }
span { border-color: rgb(223,130,74); }
td.TdClassName
{
border-color: #DF824A;
}
.TagClassName
{
border-color: #DF824A;
}
</style>