Shades of Jaffa #DF764E
Tints of Jaffa #DF764E
RGB
CMYK
RGB Variations
Color information
#DF764E (or 0xDF764E) is known color: Jaffa. HEX triplet: DF, 76 and 4E. RGB value is (223,118,78). Sum of RGB (Red+Green+Blue) = 223+118+78=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF764E is #2089B1. Grayscale: #919191. Windows color (decimal): -2132402 or 5142239. OLE color: 5142239.
HSL color Cylindrical-coordinate representation of color #DF764E: hue angle of 16.55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF764E is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 78 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.13 |
| HSL | 16.55º | 0.69% | 0.59% | - |
| HSV(B) | 16.55º | 0.65% | 0.87% | - |
| XYZ | 38.29 | 29.19 | 10.83 | - |
| YUV | 144.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 78 | 0 | 0.47 | 0.65 | 0.13 | 16.55 | 0.69 | 0.59 |
| Hex | DF | 76 | 4E | 0 | 2F | 41 | D | 11 | 45 | 3B |
| Octal | 337 | 166 | 116 | 0 | 57 | 101 | 15 | 21 | 105 | 73 |
| Binary | 11011111 | 1110110 | 1001110 | 0 | 101111 | 1000001 | 1101 | 10001 | 1000101 | 111011 |
Color Harmonies of #DF764E
Complementary color
Monochromatic Colors of #DF764E
Black with #DF764E
Text Example
Text Example
White with #DF764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF764E; }
p { color: rgb(223,118,78); }
H1.HeaderClassName
{
color: #DF764E;
}
.AnyTagClassName
{
color: #DF764E;
}
</style>
background-color css
<style>
a { background-color: #DF764E; }
a { background-color: rgb(223,118,78); }
div.DivClassName
{
background-color: #DF764E;
}
.BgClassName
{
background-color: #DF764E;
}
</style>
border-color css
<style>
span { border-color: #DF764E; }
span { border-color: rgb(223,118,78); }
td.TdClassName
{
border-color: #DF764E;
}
.TagClassName
{
border-color: #DF764E;
}
</style>