Shades of Jaffa #DF7549
Tints of Jaffa #DF7549
RGB
CMYK
RGB Variations
Color information
#DF7549 (or 0xDF7549) is known color: Jaffa. HEX triplet: DF, 75 and 49. RGB value is (223,117,73). Sum of RGB (Red+Green+Blue) = 223+117+73=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7549 is #208AB6. Grayscale: #8F8F8F. Windows color (decimal): -2132663 or 4814303. OLE color: 4814303.
HSL color Cylindrical-coordinate representation of color #DF7549: hue angle of 17.6º 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 #DF7549 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 73 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.13 |
| HSL | 17.6º | 0.7% | 0.58% | - |
| HSV(B) | 17.6º | 0.67% | 0.87% | - |
| XYZ | 38 | 28.89 | 9.88 | - |
| YUV | 143.68 | 88.12 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 73 | 0 | 0.48 | 0.67 | 0.13 | 17.6 | 0.7 | 0.58 |
| Hex | DF | 75 | 49 | 0 | 30 | 43 | D | 12 | 46 | 3A |
| Octal | 337 | 165 | 111 | 0 | 60 | 103 | 15 | 22 | 106 | 72 |
| Binary | 11011111 | 1110101 | 1001001 | 0 | 110000 | 1000011 | 1101 | 10010 | 1000110 | 111010 |
Color Harmonies of #DF7549
Complementary color
Monochromatic Colors of #DF7549
Black with #DF7549
Text Example
Text Example
White with #DF7549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7549; }
p { color: rgb(223,117,73); }
H1.HeaderClassName
{
color: #DF7549;
}
.AnyTagClassName
{
color: #DF7549;
}
</style>
background-color css
<style>
a { background-color: #DF7549; }
a { background-color: rgb(223,117,73); }
div.DivClassName
{
background-color: #DF7549;
}
.BgClassName
{
background-color: #DF7549;
}
</style>
border-color css
<style>
span { border-color: #DF7549; }
span { border-color: rgb(223,117,73); }
td.TdClassName
{
border-color: #DF7549;
}
.TagClassName
{
border-color: #DF7549;
}
</style>