Shades of Jaffa #DF7542
Tints of Jaffa #DF7542
RGB
CMYK
RGB Variations
Color information
#DF7542 (or 0xDF7542) is known color: Jaffa. HEX triplet: DF, 75 and 42. RGB value is (223,117,66). Sum of RGB (Red+Green+Blue) = 223+117+66=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7542 is #208ABD. Grayscale: #8F8F8F. Windows color (decimal): -2132670 or 4355551. OLE color: 4355551.
HSL color Cylindrical-coordinate representation of color #DF7542: hue angle of 19.49º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF7542 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 66 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.13 |
| HSL | 19.49º | 0.71% | 0.57% | - |
| HSV(B) | 19.49º | 0.7% | 0.87% | - |
| XYZ | 37.78 | 28.8 | 8.72 | - |
| YUV | 142.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 66 | 0 | 0.48 | 0.70 | 0.13 | 19.49 | 0.71 | 0.57 |
| Hex | DF | 75 | 42 | 0 | 30 | 46 | D | 13 | 47 | 39 |
| Octal | 337 | 165 | 102 | 0 | 60 | 106 | 15 | 23 | 107 | 71 |
| Binary | 11011111 | 1110101 | 1000010 | 0 | 110000 | 1000110 | 1101 | 10011 | 1000111 | 111001 |
Color Harmonies of #DF7542
Complementary color
Monochromatic Colors of #DF7542
Black with #DF7542
Text Example
Text Example
White with #DF7542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7542; }
p { color: rgb(223,117,66); }
H1.HeaderClassName
{
color: #DF7542;
}
.AnyTagClassName
{
color: #DF7542;
}
</style>
background-color css
<style>
a { background-color: #DF7542; }
a { background-color: rgb(223,117,66); }
div.DivClassName
{
background-color: #DF7542;
}
.BgClassName
{
background-color: #DF7542;
}
</style>
border-color css
<style>
span { border-color: #DF7542; }
span { border-color: rgb(223,117,66); }
td.TdClassName
{
border-color: #DF7542;
}
.TagClassName
{
border-color: #DF7542;
}
</style>