Shades of Jaffa #DF7649
Tints of Jaffa #DF7649
RGB
CMYK
RGB Variations
Color information
#DF7649 (or 0xDF7649) is known color: Jaffa. HEX triplet: DF, 76 and 49. RGB value is (223,118,73). Sum of RGB (Red+Green+Blue) = 223+118+73=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7649 is #2089B6. Grayscale: #909090. Windows color (decimal): -2132407 or 4814559. OLE color: 4814559.
HSL color Cylindrical-coordinate representation of color #DF7649: hue angle of 18º 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 #DF7649 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 73 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.13 |
| HSL | 18º | 0.7% | 0.58% | - |
| HSV(B) | 18º | 0.67% | 0.87% | - |
| XYZ | 38.11 | 29.13 | 9.92 | - |
| YUV | 144.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 73 | 0 | 0.47 | 0.67 | 0.13 | 18 | 0.7 | 0.58 |
| Hex | DF | 76 | 49 | 0 | 2F | 43 | D | 12 | 46 | 3A |
| Octal | 337 | 166 | 111 | 0 | 57 | 103 | 15 | 22 | 106 | 72 |
| Binary | 11011111 | 1110110 | 1001001 | 0 | 101111 | 1000011 | 1101 | 10010 | 1000110 | 111010 |
Color Harmonies of #DF7649
Complementary color
Monochromatic Colors of #DF7649
Black with #DF7649
Text Example
Text Example
White with #DF7649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7649; }
p { color: rgb(223,118,73); }
H1.HeaderClassName
{
color: #DF7649;
}
.AnyTagClassName
{
color: #DF7649;
}
</style>
background-color css
<style>
a { background-color: #DF7649; }
a { background-color: rgb(223,118,73); }
div.DivClassName
{
background-color: #DF7649;
}
.BgClassName
{
background-color: #DF7649;
}
</style>
border-color css
<style>
span { border-color: #DF7649; }
span { border-color: rgb(223,118,73); }
td.TdClassName
{
border-color: #DF7649;
}
.TagClassName
{
border-color: #DF7649;
}
</style>