Shades of Jaffa #DF804D
Tints of Jaffa #DF804D
RGB
CMYK
RGB Variations
Color information
#DF804D (or 0xDF804D) is known color: Jaffa. HEX triplet: DF, 80 and 4D. RGB value is (223,128,77). Sum of RGB (Red+Green+Blue) = 223+128+77=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF804D is #207FB2. Grayscale: #969696. Windows color (decimal): -2129843 or 5079263. OLE color: 5079263.
HSL color Cylindrical-coordinate representation of color #DF804D: hue angle of 20.96º degrees, saturation: 0.7, 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 #DF804D is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 77 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.13 |
| HSL | 20.96º | 0.7% | 0.59% | - |
| HSV(B) | 20.96º | 0.65% | 0.87% | - |
| XYZ | 39.49 | 31.66 | 11.05 | - |
| YUV | 150.59 | 86.47 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 77 | 0 | 0.43 | 0.65 | 0.13 | 20.96 | 0.7 | 0.59 |
| Hex | DF | 80 | 4D | 0 | 2B | 41 | D | 15 | 46 | 3B |
| Octal | 337 | 200 | 115 | 0 | 53 | 101 | 15 | 25 | 106 | 73 |
| Binary | 11011111 | 10000000 | 1001101 | 0 | 101011 | 1000001 | 1101 | 10101 | 1000110 | 111011 |
Color Harmonies of #DF804D
Complementary color
Monochromatic Colors of #DF804D
Black with #DF804D
Text Example
Text Example
White with #DF804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF804D; }
p { color: rgb(223,128,77); }
H1.HeaderClassName
{
color: #DF804D;
}
.AnyTagClassName
{
color: #DF804D;
}
</style>
background-color css
<style>
a { background-color: #DF804D; }
a { background-color: rgb(223,128,77); }
div.DivClassName
{
background-color: #DF804D;
}
.BgClassName
{
background-color: #DF804D;
}
</style>
border-color css
<style>
span { border-color: #DF804D; }
span { border-color: rgb(223,128,77); }
td.TdClassName
{
border-color: #DF804D;
}
.TagClassName
{
border-color: #DF804D;
}
</style>