Shades of Jaffa #DF733F
Tints of Jaffa #DF733F
RGB
CMYK
RGB Variations
Color information
#DF733F (or 0xDF733F) is known color: Jaffa. HEX triplet: DF, 73 and 3F. RGB value is (223,115,63). Sum of RGB (Red+Green+Blue) = 223+115+63=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF733F is #208CC0. Grayscale: #8D8D8D. Windows color (decimal): -2133185 or 4158431. OLE color: 4158431.
HSL color Cylindrical-coordinate representation of color #DF733F: hue angle of 19.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF733F is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 63 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.13 |
| HSL | 19.5º | 0.71% | 0.56% | - |
| HSV(B) | 19.5º | 0.72% | 0.87% | - |
| XYZ | 37.46 | 28.31 | 8.19 | - |
| YUV | 141.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 63 | 0 | 0.48 | 0.72 | 0.13 | 19.5 | 0.71 | 0.56 |
| Hex | DF | 73 | 3F | 0 | 30 | 48 | D | 14 | 47 | 38 |
| Octal | 337 | 163 | 77 | 0 | 60 | 110 | 15 | 24 | 107 | 70 |
| Binary | 11011111 | 1110011 | 111111 | 0 | 110000 | 1001000 | 1101 | 10100 | 1000111 | 111000 |
Color Harmonies of #DF733F
Complementary color
Monochromatic Colors of #DF733F
Black with #DF733F
Text Example
Text Example
White with #DF733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF733F; }
p { color: rgb(223,115,63); }
H1.HeaderClassName
{
color: #DF733F;
}
.AnyTagClassName
{
color: #DF733F;
}
</style>
background-color css
<style>
a { background-color: #DF733F; }
a { background-color: rgb(223,115,63); }
div.DivClassName
{
background-color: #DF733F;
}
.BgClassName
{
background-color: #DF733F;
}
</style>
border-color css
<style>
span { border-color: #DF733F; }
span { border-color: rgb(223,115,63); }
td.TdClassName
{
border-color: #DF733F;
}
.TagClassName
{
border-color: #DF733F;
}
</style>