Shades of Jaffa #DF7648
Tints of Jaffa #DF7648
RGB
CMYK
RGB Variations
Color information
#DF7648 (or 0xDF7648) is known color: Jaffa. HEX triplet: DF, 76 and 48. RGB value is (223,118,72). Sum of RGB (Red+Green+Blue) = 223+118+72=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7648 is #2089B7. Grayscale: #909090. Windows color (decimal): -2132408 or 4749023. OLE color: 4749023.
HSL color Cylindrical-coordinate representation of color #DF7648: hue angle of 18.28º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF7648 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 72 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.13 |
| HSL | 18.28º | 0.7% | 0.58% | - |
| HSV(B) | 18.28º | 0.68% | 0.87% | - |
| XYZ | 38.08 | 29.11 | 9.74 | - |
| YUV | 144.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 72 | 0 | 0.47 | 0.68 | 0.13 | 18.28 | 0.7 | 0.58 |
| Hex | DF | 76 | 48 | 0 | 2F | 44 | D | 12 | 46 | 3A |
| Octal | 337 | 166 | 110 | 0 | 57 | 104 | 15 | 22 | 106 | 72 |
| Binary | 11011111 | 1110110 | 1001000 | 0 | 101111 | 1000100 | 1101 | 10010 | 1000110 | 111010 |
Color Harmonies of #DF7648
Complementary color
Monochromatic Colors of #DF7648
Black with #DF7648
Text Example
Text Example
White with #DF7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7648; }
p { color: rgb(223,118,72); }
H1.HeaderClassName
{
color: #DF7648;
}
.AnyTagClassName
{
color: #DF7648;
}
</style>
background-color css
<style>
a { background-color: #DF7648; }
a { background-color: rgb(223,118,72); }
div.DivClassName
{
background-color: #DF7648;
}
.BgClassName
{
background-color: #DF7648;
}
</style>
border-color css
<style>
span { border-color: #DF7648; }
span { border-color: rgb(223,118,72); }
td.TdClassName
{
border-color: #DF7648;
}
.TagClassName
{
border-color: #DF7648;
}
</style>