Shades of Jaffa #DF734A
Tints of Jaffa #DF734A
RGB
CMYK
RGB Variations
Color information
#DF734A (or 0xDF734A) is known color: Jaffa. HEX triplet: DF, 73 and 4A. RGB value is (223,115,74). Sum of RGB (Red+Green+Blue) = 223+115+74=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF734A is #208CB5. Grayscale: #8E8E8E. Windows color (decimal): -2133174 or 4879327. OLE color: 4879327.
HSL color Cylindrical-coordinate representation of color #DF734A: hue angle of 16.51º 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 #DF734A is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 74 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.13 |
| HSL | 16.51º | 0.7% | 0.58% | - |
| HSV(B) | 16.51º | 0.67% | 0.87% | - |
| XYZ | 37.8 | 28.44 | 9.98 | - |
| YUV | 142.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 74 | 0 | 0.48 | 0.67 | 0.13 | 16.51 | 0.7 | 0.58 |
| Hex | DF | 73 | 4A | 0 | 30 | 43 | D | 11 | 46 | 3A |
| Octal | 337 | 163 | 112 | 0 | 60 | 103 | 15 | 21 | 106 | 72 |
| Binary | 11011111 | 1110011 | 1001010 | 0 | 110000 | 1000011 | 1101 | 10001 | 1000110 | 111010 |
Color Harmonies of #DF734A
Complementary color
Monochromatic Colors of #DF734A
Black with #DF734A
Text Example
Text Example
White with #DF734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF734A; }
p { color: rgb(223,115,74); }
H1.HeaderClassName
{
color: #DF734A;
}
.AnyTagClassName
{
color: #DF734A;
}
</style>
background-color css
<style>
a { background-color: #DF734A; }
a { background-color: rgb(223,115,74); }
div.DivClassName
{
background-color: #DF734A;
}
.BgClassName
{
background-color: #DF734A;
}
</style>
border-color css
<style>
span { border-color: #DF734A; }
span { border-color: rgb(223,115,74); }
td.TdClassName
{
border-color: #DF734A;
}
.TagClassName
{
border-color: #DF734A;
}
</style>