Shades of Jaffa #DF7548
Tints of Jaffa #DF7548
RGB
CMYK
RGB Variations
Color information
#DF7548 (or 0xDF7548) is known color: Jaffa. HEX triplet: DF, 75 and 48. RGB value is (223,117,72). Sum of RGB (Red+Green+Blue) = 223+117+72=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7548 is #208AB7. Grayscale: #8F8F8F. Windows color (decimal): -2132664 or 4748767. OLE color: 4748767.
HSL color Cylindrical-coordinate representation of color #DF7548: hue angle of 17.88º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF7548 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 72 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.13 |
| HSL | 17.88º | 0.7% | 0.58% | - |
| HSV(B) | 17.88º | 0.68% | 0.87% | - |
| XYZ | 37.96 | 28.88 | 9.7 | - |
| YUV | 143.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 72 | 0 | 0.48 | 0.68 | 0.13 | 17.88 | 0.7 | 0.58 |
| Hex | DF | 75 | 48 | 0 | 30 | 44 | D | 12 | 46 | 3A |
| Octal | 337 | 165 | 110 | 0 | 60 | 104 | 15 | 22 | 106 | 72 |
| Binary | 11011111 | 1110101 | 1001000 | 0 | 110000 | 1000100 | 1101 | 10010 | 1000110 | 111010 |
Color Harmonies of #DF7548
Complementary color
Monochromatic Colors of #DF7548
Black with #DF7548
Text Example
Text Example
White with #DF7548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7548; }
p { color: rgb(223,117,72); }
H1.HeaderClassName
{
color: #DF7548;
}
.AnyTagClassName
{
color: #DF7548;
}
</style>
background-color css
<style>
a { background-color: #DF7548; }
a { background-color: rgb(223,117,72); }
div.DivClassName
{
background-color: #DF7548;
}
.BgClassName
{
background-color: #DF7548;
}
</style>
border-color css
<style>
span { border-color: #DF7548; }
span { border-color: rgb(223,117,72); }
td.TdClassName
{
border-color: #DF7548;
}
.TagClassName
{
border-color: #DF7548;
}
</style>