Shades of Jaffa #DA764F
Tints of Jaffa #DA764F
RGB
CMYK
RGB Variations
Color information
#DA764F (or 0xDA764F) is known color: Jaffa. HEX triplet: DA, 76 and 4F. RGB value is (218,118,79). Sum of RGB (Red+Green+Blue) = 218+118+79=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA764F is #2589B0. Grayscale: #8F8F8F. Windows color (decimal): -2460081 or 5207770. OLE color: 5207770.
HSL color Cylindrical-coordinate representation of color #DA764F: hue angle of 16.83º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA764F is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 79 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.15 |
| HSL | 16.83º | 0.65% | 0.58% | - |
| HSV(B) | 16.83º | 0.64% | 0.85% | - |
| XYZ | 36.8 | 28.43 | 10.94 | - |
| YUV | 143.45 | 91.63 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 79 | 0 | 0.46 | 0.64 | 0.15 | 16.83 | 0.65 | 0.58 |
| Hex | DA | 76 | 4F | 0 | 2E | 40 | F | 11 | 41 | 3A |
| Octal | 332 | 166 | 117 | 0 | 56 | 100 | 17 | 21 | 101 | 72 |
| Binary | 11011010 | 1110110 | 1001111 | 0 | 101110 | 1000000 | 1111 | 10001 | 1000001 | 111010 |
Color Harmonies of #DA764F
Complementary color
Monochromatic Colors of #DA764F
Black with #DA764F
Text Example
Text Example
White with #DA764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA764F; }
p { color: rgb(218,118,79); }
H1.HeaderClassName
{
color: #DA764F;
}
.AnyTagClassName
{
color: #DA764F;
}
</style>
background-color css
<style>
a { background-color: #DA764F; }
a { background-color: rgb(218,118,79); }
div.DivClassName
{
background-color: #DA764F;
}
.BgClassName
{
background-color: #DA764F;
}
</style>
border-color css
<style>
span { border-color: #DA764F; }
span { border-color: rgb(218,118,79); }
td.TdClassName
{
border-color: #DA764F;
}
.TagClassName
{
border-color: #DA764F;
}
</style>