Shades of Jaffa #D9794D
Tints of Jaffa #D9794D
RGB
CMYK
RGB Variations
Color information
#D9794D (or 0xD9794D) is known color: Jaffa. HEX triplet: D9, 79 and 4D. RGB value is (217,121,77). Sum of RGB (Red+Green+Blue) = 217+121+77=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9794D is #2686B2. Grayscale: #909090. Windows color (decimal): -2524851 or 5077465. OLE color: 5077465.
HSL color Cylindrical-coordinate representation of color #D9794D: hue angle of 18.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9794D is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 121 | 77 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.15 |
| HSL | 18.86º | 0.65% | 0.58% | - |
| HSV(B) | 18.86º | 0.65% | 0.85% | - |
| XYZ | 36.79 | 28.96 | 10.67 | - |
| YUV | 144.69 | 89.8 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 77 | 0 | 0.44 | 0.65 | 0.15 | 18.86 | 0.65 | 0.58 |
| Hex | D9 | 79 | 4D | 0 | 2C | 41 | F | 13 | 41 | 3A |
| Octal | 331 | 171 | 115 | 0 | 54 | 101 | 17 | 23 | 101 | 72 |
| Binary | 11011001 | 1111001 | 1001101 | 0 | 101100 | 1000001 | 1111 | 10011 | 1000001 | 111010 |
Color Harmonies of #D9794D
Complementary color
Monochromatic Colors of #D9794D
Black with #D9794D
Text Example
Text Example
White with #D9794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9794D; }
p { color: rgb(217,121,77); }
H1.HeaderClassName
{
color: #D9794D;
}
.AnyTagClassName
{
color: #D9794D;
}
</style>
background-color css
<style>
a { background-color: #D9794D; }
a { background-color: rgb(217,121,77); }
div.DivClassName
{
background-color: #D9794D;
}
.BgClassName
{
background-color: #D9794D;
}
</style>
border-color css
<style>
span { border-color: #D9794D; }
span { border-color: rgb(217,121,77); }
td.TdClassName
{
border-color: #D9794D;
}
.TagClassName
{
border-color: #D9794D;
}
</style>