Shades of Jaffa #DF7B49
Tints of Jaffa #DF7B49
RGB
CMYK
RGB Variations
Color information
#DF7B49 (or 0xDF7B49) is known color: Jaffa. HEX triplet: DF, 7B and 49. RGB value is (223,123,73). Sum of RGB (Red+Green+Blue) = 223+123+73=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7B49 is #2084B6. Grayscale: #939393. Windows color (decimal): -2131127 or 4815839. OLE color: 4815839.
HSL color Cylindrical-coordinate representation of color #DF7B49: hue angle of 20º 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 #DF7B49 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 73 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.13 |
| HSL | 20º | 0.7% | 0.58% | - |
| HSV(B) | 20º | 0.67% | 0.87% | - |
| XYZ | 38.72 | 30.33 | 10.12 | - |
| YUV | 147.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 73 | 0 | 0.45 | 0.67 | 0.13 | 20 | 0.7 | 0.58 |
| Hex | DF | 7B | 49 | 0 | 2D | 43 | D | 14 | 46 | 3A |
| Octal | 337 | 173 | 111 | 0 | 55 | 103 | 15 | 24 | 106 | 72 |
| Binary | 11011111 | 1111011 | 1001001 | 0 | 101101 | 1000011 | 1101 | 10100 | 1000110 | 111010 |
Color Harmonies of #DF7B49
Complementary color
Monochromatic Colors of #DF7B49
Black with #DF7B49
Text Example
Text Example
White with #DF7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B49; }
p { color: rgb(223,123,73); }
H1.HeaderClassName
{
color: #DF7B49;
}
.AnyTagClassName
{
color: #DF7B49;
}
</style>
background-color css
<style>
a { background-color: #DF7B49; }
a { background-color: rgb(223,123,73); }
div.DivClassName
{
background-color: #DF7B49;
}
.BgClassName
{
background-color: #DF7B49;
}
</style>
border-color css
<style>
span { border-color: #DF7B49; }
span { border-color: rgb(223,123,73); }
td.TdClassName
{
border-color: #DF7B49;
}
.TagClassName
{
border-color: #DF7B49;
}
</style>