Shades of Jaffa #D8764F
Tints of Jaffa #D8764F
RGB
CMYK
RGB Variations
Color information
#D8764F (or 0xD8764F) is known color: Jaffa. HEX triplet: D8, 76 and 4F. RGB value is (216,118,79). Sum of RGB (Red+Green+Blue) = 216+118+79=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8764F is #2789B0. Grayscale: #8F8F8F. Windows color (decimal): -2591153 or 5207768. OLE color: 5207768.
HSL color Cylindrical-coordinate representation of color #D8764F: hue angle of 17.08º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8764F is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 79 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.15 |
| HSL | 17.08º | 0.64% | 0.58% | - |
| HSV(B) | 17.08º | 0.63% | 0.85% | - |
| XYZ | 36.21 | 28.12 | 10.92 | - |
| YUV | 142.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 79 | 0 | 0.45 | 0.63 | 0.15 | 17.08 | 0.64 | 0.58 |
| Hex | D8 | 76 | 4F | 0 | 2D | 3F | F | 11 | 40 | 3A |
| Octal | 330 | 166 | 117 | 0 | 55 | 77 | 17 | 21 | 100 | 72 |
| Binary | 11011000 | 1110110 | 1001111 | 0 | 101101 | 111111 | 1111 | 10001 | 1000000 | 111010 |
Color Harmonies of #D8764F
Complementary color
Monochromatic Colors of #D8764F
Black with #D8764F
Text Example
Text Example
White with #D8764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8764F; }
p { color: rgb(216,118,79); }
H1.HeaderClassName
{
color: #D8764F;
}
.AnyTagClassName
{
color: #D8764F;
}
</style>
background-color css
<style>
a { background-color: #D8764F; }
a { background-color: rgb(216,118,79); }
div.DivClassName
{
background-color: #D8764F;
}
.BgClassName
{
background-color: #D8764F;
}
</style>
border-color css
<style>
span { border-color: #D8764F; }
span { border-color: rgb(216,118,79); }
td.TdClassName
{
border-color: #D8764F;
}
.TagClassName
{
border-color: #D8764F;
}
</style>