Shades of Jaffa #D9784D
Tints of Jaffa #D9784D
RGB
CMYK
RGB Variations
Color information
#D9784D (or 0xD9784D) is known color: Jaffa. HEX triplet: D9, 78 and 4D. RGB value is (217,120,77). Sum of RGB (Red+Green+Blue) = 217+120+77=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9784D is #2687B2. Grayscale: #909090. Windows color (decimal): -2525107 or 5077209. OLE color: 5077209.
HSL color Cylindrical-coordinate representation of color #D9784D: hue angle of 18.43º 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 #D9784D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 77 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.15 |
| HSL | 18.43º | 0.65% | 0.58% | - |
| HSV(B) | 18.43º | 0.65% | 0.85% | - |
| XYZ | 36.67 | 28.72 | 10.63 | - |
| YUV | 144.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 77 | 0 | 0.45 | 0.65 | 0.15 | 18.43 | 0.65 | 0.58 |
| Hex | D9 | 78 | 4D | 0 | 2D | 41 | F | 12 | 41 | 3A |
| Octal | 331 | 170 | 115 | 0 | 55 | 101 | 17 | 22 | 101 | 72 |
| Binary | 11011001 | 1111000 | 1001101 | 0 | 101101 | 1000001 | 1111 | 10010 | 1000001 | 111010 |
Color Harmonies of #D9784D
Complementary color
Monochromatic Colors of #D9784D
Black with #D9784D
Text Example
Text Example
White with #D9784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9784D; }
p { color: rgb(217,120,77); }
H1.HeaderClassName
{
color: #D9784D;
}
.AnyTagClassName
{
color: #D9784D;
}
</style>
background-color css
<style>
a { background-color: #D9784D; }
a { background-color: rgb(217,120,77); }
div.DivClassName
{
background-color: #D9784D;
}
.BgClassName
{
background-color: #D9784D;
}
</style>
border-color css
<style>
span { border-color: #D9784D; }
span { border-color: rgb(217,120,77); }
td.TdClassName
{
border-color: #D9784D;
}
.TagClassName
{
border-color: #D9784D;
}
</style>