Shades of Jaffa #DF7A4E
Tints of Jaffa #DF7A4E
RGB
CMYK
RGB Variations
Color information
#DF7A4E (or 0xDF7A4E) is known color: Jaffa. HEX triplet: DF, 7A and 4E. RGB value is (223,122,78). Sum of RGB (Red+Green+Blue) = 223+122+78=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A4E is #2085B1. Grayscale: #939393. Windows color (decimal): -2131378 or 5143263. OLE color: 5143263.
HSL color Cylindrical-coordinate representation of color #DF7A4E: hue angle of 18.21º 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 #DF7A4E is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 78 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.13 |
| HSL | 18.21º | 0.69% | 0.59% | - |
| HSV(B) | 18.21º | 0.65% | 0.87% | - |
| XYZ | 38.77 | 30.16 | 10.99 | - |
| YUV | 147.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 78 | 0 | 0.45 | 0.65 | 0.13 | 18.21 | 0.69 | 0.59 |
| Hex | DF | 7A | 4E | 0 | 2D | 41 | D | 12 | 45 | 3B |
| Octal | 337 | 172 | 116 | 0 | 55 | 101 | 15 | 22 | 105 | 73 |
| Binary | 11011111 | 1111010 | 1001110 | 0 | 101101 | 1000001 | 1101 | 10010 | 1000101 | 111011 |
Color Harmonies of #DF7A4E
Complementary color
Monochromatic Colors of #DF7A4E
Black with #DF7A4E
Text Example
Text Example
White with #DF7A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A4E; }
p { color: rgb(223,122,78); }
H1.HeaderClassName
{
color: #DF7A4E;
}
.AnyTagClassName
{
color: #DF7A4E;
}
</style>
background-color css
<style>
a { background-color: #DF7A4E; }
a { background-color: rgb(223,122,78); }
div.DivClassName
{
background-color: #DF7A4E;
}
.BgClassName
{
background-color: #DF7A4E;
}
</style>
border-color css
<style>
span { border-color: #DF7A4E; }
span { border-color: rgb(223,122,78); }
td.TdClassName
{
border-color: #DF7A4E;
}
.TagClassName
{
border-color: #DF7A4E;
}
</style>