Shades of Jaffa #DF7B4A
Tints of Jaffa #DF7B4A
RGB
CMYK
RGB Variations
Color information
#DF7B4A (or 0xDF7B4A) is known color: Jaffa. HEX triplet: DF, 7B and 4A. RGB value is (223,123,74). Sum of RGB (Red+Green+Blue) = 223+123+74=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7B4A is #2084B5. Grayscale: #939393. Windows color (decimal): -2131126 or 4881375. OLE color: 4881375.
HSL color Cylindrical-coordinate representation of color #DF7B4A: hue angle of 19.73º 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 #DF7B4A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 74 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.13 |
| HSL | 19.73º | 0.7% | 0.58% | - |
| HSV(B) | 19.73º | 0.67% | 0.87% | - |
| XYZ | 38.75 | 30.35 | 10.29 | - |
| YUV | 147.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 74 | 0 | 0.45 | 0.67 | 0.13 | 19.73 | 0.7 | 0.58 |
| Hex | DF | 7B | 4A | 0 | 2D | 43 | D | 14 | 46 | 3A |
| Octal | 337 | 173 | 112 | 0 | 55 | 103 | 15 | 24 | 106 | 72 |
| Binary | 11011111 | 1111011 | 1001010 | 0 | 101101 | 1000011 | 1101 | 10100 | 1000110 | 111010 |
Color Harmonies of #DF7B4A
Complementary color
Monochromatic Colors of #DF7B4A
Black with #DF7B4A
Text Example
Text Example
White with #DF7B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B4A; }
p { color: rgb(223,123,74); }
H1.HeaderClassName
{
color: #DF7B4A;
}
.AnyTagClassName
{
color: #DF7B4A;
}
</style>
background-color css
<style>
a { background-color: #DF7B4A; }
a { background-color: rgb(223,123,74); }
div.DivClassName
{
background-color: #DF7B4A;
}
.BgClassName
{
background-color: #DF7B4A;
}
</style>
border-color css
<style>
span { border-color: #DF7B4A; }
span { border-color: rgb(223,123,74); }
td.TdClassName
{
border-color: #DF7B4A;
}
.TagClassName
{
border-color: #DF7B4A;
}
</style>