Shades of Jaffa #DF7E4D
Tints of Jaffa #DF7E4D
RGB
CMYK
RGB Variations
Color information
#DF7E4D (or 0xDF7E4D) is known color: Jaffa. HEX triplet: DF, 7E and 4D. RGB value is (223,126,77). Sum of RGB (Red+Green+Blue) = 223+126+77=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E4D is #2081B2. Grayscale: #959595. Windows color (decimal): -2130355 or 5078751. OLE color: 5078751.
HSL color Cylindrical-coordinate representation of color #DF7E4D: hue angle of 20.14º 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 #DF7E4D is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 77 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.13 |
| HSL | 20.14º | 0.7% | 0.59% | - |
| HSV(B) | 20.14º | 0.65% | 0.87% | - |
| XYZ | 39.23 | 31.15 | 10.97 | - |
| YUV | 149.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 77 | 0 | 0.43 | 0.65 | 0.13 | 20.14 | 0.7 | 0.59 |
| Hex | DF | 7E | 4D | 0 | 2B | 41 | D | 14 | 46 | 3B |
| Octal | 337 | 176 | 115 | 0 | 53 | 101 | 15 | 24 | 106 | 73 |
| Binary | 11011111 | 1111110 | 1001101 | 0 | 101011 | 1000001 | 1101 | 10100 | 1000110 | 111011 |
Color Harmonies of #DF7E4D
Complementary color
Monochromatic Colors of #DF7E4D
Black with #DF7E4D
Text Example
Text Example
White with #DF7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E4D; }
p { color: rgb(223,126,77); }
H1.HeaderClassName
{
color: #DF7E4D;
}
.AnyTagClassName
{
color: #DF7E4D;
}
</style>
background-color css
<style>
a { background-color: #DF7E4D; }
a { background-color: rgb(223,126,77); }
div.DivClassName
{
background-color: #DF7E4D;
}
.BgClassName
{
background-color: #DF7E4D;
}
</style>
border-color css
<style>
span { border-color: #DF7E4D; }
span { border-color: rgb(223,126,77); }
td.TdClassName
{
border-color: #DF7E4D;
}
.TagClassName
{
border-color: #DF7E4D;
}
</style>