Shades of Jaffa #DF714A
Tints of Jaffa #DF714A
RGB
CMYK
RGB Variations
Color information
#DF714A (or 0xDF714A) is known color: Jaffa. HEX triplet: DF, 71 and 4A. RGB value is (223,113,74). Sum of RGB (Red+Green+Blue) = 223+113+74=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF714A is #208EB5. Grayscale: #8D8D8D. Windows color (decimal): -2133686 or 4878815. OLE color: 4878815.
HSL color Cylindrical-coordinate representation of color #DF714A: hue angle of 15.7º 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 #DF714A is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 74 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.13 |
| HSL | 15.7º | 0.7% | 0.58% | - |
| HSV(B) | 15.7º | 0.67% | 0.87% | - |
| XYZ | 37.57 | 27.99 | 9.9 | - |
| YUV | 141.44 | 89.94 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 74 | 0 | 0.49 | 0.67 | 0.13 | 15.7 | 0.7 | 0.58 |
| Hex | DF | 71 | 4A | 0 | 31 | 43 | D | 10 | 46 | 3A |
| Octal | 337 | 161 | 112 | 0 | 61 | 103 | 15 | 20 | 106 | 72 |
| Binary | 11011111 | 1110001 | 1001010 | 0 | 110001 | 1000011 | 1101 | 10000 | 1000110 | 111010 |
Color Harmonies of #DF714A
Complementary color
Monochromatic Colors of #DF714A
Black with #DF714A
Text Example
Text Example
White with #DF714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF714A; }
p { color: rgb(223,113,74); }
H1.HeaderClassName
{
color: #DF714A;
}
.AnyTagClassName
{
color: #DF714A;
}
</style>
background-color css
<style>
a { background-color: #DF714A; }
a { background-color: rgb(223,113,74); }
div.DivClassName
{
background-color: #DF714A;
}
.BgClassName
{
background-color: #DF714A;
}
</style>
border-color css
<style>
span { border-color: #DF714A; }
span { border-color: rgb(223,113,74); }
td.TdClassName
{
border-color: #DF714A;
}
.TagClassName
{
border-color: #DF714A;
}
</style>