Shades of Jaffa #DF7E4A
Tints of Jaffa #DF7E4A
RGB
CMYK
RGB Variations
Color information
#DF7E4A (or 0xDF7E4A) is known color: Jaffa. HEX triplet: DF, 7E and 4A. RGB value is (223,126,74). Sum of RGB (Red+Green+Blue) = 223+126+74=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7E4A is #2081B5. Grayscale: #959595. Windows color (decimal): -2130358 or 4882143. OLE color: 4882143.
HSL color Cylindrical-coordinate representation of color #DF7E4A: hue angle of 20.94º 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 #DF7E4A is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 74 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.13 |
| HSL | 20.94º | 0.7% | 0.58% | - |
| HSV(B) | 20.94º | 0.67% | 0.87% | - |
| XYZ | 39.13 | 31.1 | 10.42 | - |
| YUV | 149.08 | 85.64 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 74 | 0 | 0.43 | 0.67 | 0.13 | 20.94 | 0.7 | 0.58 |
| Hex | DF | 7E | 4A | 0 | 2B | 43 | D | 15 | 46 | 3A |
| Octal | 337 | 176 | 112 | 0 | 53 | 103 | 15 | 25 | 106 | 72 |
| Binary | 11011111 | 1111110 | 1001010 | 0 | 101011 | 1000011 | 1101 | 10101 | 1000110 | 111010 |
Color Harmonies of #DF7E4A
Complementary color
Monochromatic Colors of #DF7E4A
Black with #DF7E4A
Text Example
Text Example
White with #DF7E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E4A; }
p { color: rgb(223,126,74); }
H1.HeaderClassName
{
color: #DF7E4A;
}
.AnyTagClassName
{
color: #DF7E4A;
}
</style>
background-color css
<style>
a { background-color: #DF7E4A; }
a { background-color: rgb(223,126,74); }
div.DivClassName
{
background-color: #DF7E4A;
}
.BgClassName
{
background-color: #DF7E4A;
}
</style>
border-color css
<style>
span { border-color: #DF7E4A; }
span { border-color: rgb(223,126,74); }
td.TdClassName
{
border-color: #DF7E4A;
}
.TagClassName
{
border-color: #DF7E4A;
}
</style>