Shades of Jaffa #DF7A4A
Tints of Jaffa #DF7A4A
RGB
CMYK
RGB Variations
Color information
#DF7A4A (or 0xDF7A4A) is known color: Jaffa. HEX triplet: DF, 7A and 4A. RGB value is (223,122,74). Sum of RGB (Red+Green+Blue) = 223+122+74=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7A4A is #2085B5. Grayscale: #939393. Windows color (decimal): -2131382 or 4881119. OLE color: 4881119.
HSL color Cylindrical-coordinate representation of color #DF7A4A: hue angle of 19.33º 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 #DF7A4A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 74 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.13 |
| HSL | 19.33º | 0.7% | 0.58% | - |
| HSV(B) | 19.33º | 0.67% | 0.87% | - |
| XYZ | 38.63 | 30.1 | 10.25 | - |
| YUV | 146.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 74 | 0 | 0.45 | 0.67 | 0.13 | 19.33 | 0.7 | 0.58 |
| Hex | DF | 7A | 4A | 0 | 2D | 43 | D | 13 | 46 | 3A |
| Octal | 337 | 172 | 112 | 0 | 55 | 103 | 15 | 23 | 106 | 72 |
| Binary | 11011111 | 1111010 | 1001010 | 0 | 101101 | 1000011 | 1101 | 10011 | 1000110 | 111010 |
Color Harmonies of #DF7A4A
Complementary color
Monochromatic Colors of #DF7A4A
Black with #DF7A4A
Text Example
Text Example
White with #DF7A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A4A; }
p { color: rgb(223,122,74); }
H1.HeaderClassName
{
color: #DF7A4A;
}
.AnyTagClassName
{
color: #DF7A4A;
}
</style>
background-color css
<style>
a { background-color: #DF7A4A; }
a { background-color: rgb(223,122,74); }
div.DivClassName
{
background-color: #DF7A4A;
}
.BgClassName
{
background-color: #DF7A4A;
}
</style>
border-color css
<style>
span { border-color: #DF7A4A; }
span { border-color: rgb(223,122,74); }
td.TdClassName
{
border-color: #DF7A4A;
}
.TagClassName
{
border-color: #DF7A4A;
}
</style>