Shades of Jaffa #DF7543
Tints of Jaffa #DF7543
RGB
CMYK
RGB Variations
Color information
#DF7543 (or 0xDF7543) is known color: Jaffa. HEX triplet: DF, 75 and 43. RGB value is (223,117,67). Sum of RGB (Red+Green+Blue) = 223+117+67=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7543 is #208ABC. Grayscale: #8F8F8F. Windows color (decimal): -2132669 or 4421087. OLE color: 4421087.
HSL color Cylindrical-coordinate representation of color #DF7543: hue angle of 19.23º 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 #DF7543 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 67 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.13 |
| HSL | 19.23º | 0.71% | 0.57% | - |
| HSV(B) | 19.23º | 0.7% | 0.87% | - |
| XYZ | 37.81 | 28.82 | 8.88 | - |
| YUV | 142.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 67 | 0 | 0.48 | 0.70 | 0.13 | 19.23 | 0.71 | 0.57 |
| Hex | DF | 75 | 43 | 0 | 30 | 46 | D | 13 | 47 | 39 |
| Octal | 337 | 165 | 103 | 0 | 60 | 106 | 15 | 23 | 107 | 71 |
| Binary | 11011111 | 1110101 | 1000011 | 0 | 110000 | 1000110 | 1101 | 10011 | 1000111 | 111001 |
Color Harmonies of #DF7543
Complementary color
Monochromatic Colors of #DF7543
Black with #DF7543
Text Example
Text Example
White with #DF7543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7543; }
p { color: rgb(223,117,67); }
H1.HeaderClassName
{
color: #DF7543;
}
.AnyTagClassName
{
color: #DF7543;
}
</style>
background-color css
<style>
a { background-color: #DF7543; }
a { background-color: rgb(223,117,67); }
div.DivClassName
{
background-color: #DF7543;
}
.BgClassName
{
background-color: #DF7543;
}
</style>
border-color css
<style>
span { border-color: #DF7543; }
span { border-color: rgb(223,117,67); }
td.TdClassName
{
border-color: #DF7543;
}
.TagClassName
{
border-color: #DF7543;
}
</style>