Shades of Jaffa #DB784D
Tints of Jaffa #DB784D
RGB
CMYK
RGB Variations
Color information
#DB784D (or 0xDB784D) is known color: Jaffa. HEX triplet: DB, 78 and 4D. RGB value is (219,120,77). Sum of RGB (Red+Green+Blue) = 219+120+77=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB784D is #2487B2. Grayscale: #909090. Windows color (decimal): -2394035 or 5077211. OLE color: 5077211.
HSL color Cylindrical-coordinate representation of color #DB784D: hue angle of 18.17º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB784D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 77 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.14 |
| HSL | 18.17º | 0.66% | 0.58% | - |
| HSV(B) | 18.17º | 0.65% | 0.86% | - |
| XYZ | 37.27 | 29.03 | 10.66 | - |
| YUV | 144.7 | 89.8 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 77 | 0 | 0.45 | 0.65 | 0.14 | 18.17 | 0.66 | 0.58 |
| Hex | DB | 78 | 4D | 0 | 2D | 41 | E | 12 | 42 | 3A |
| Octal | 333 | 170 | 115 | 0 | 55 | 101 | 16 | 22 | 102 | 72 |
| Binary | 11011011 | 1111000 | 1001101 | 0 | 101101 | 1000001 | 1110 | 10010 | 1000010 | 111010 |
Color Harmonies of #DB784D
Complementary color
Monochromatic Colors of #DB784D
Black with #DB784D
Text Example
Text Example
White with #DB784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB784D; }
p { color: rgb(219,120,77); }
H1.HeaderClassName
{
color: #DB784D;
}
.AnyTagClassName
{
color: #DB784D;
}
</style>
background-color css
<style>
a { background-color: #DB784D; }
a { background-color: rgb(219,120,77); }
div.DivClassName
{
background-color: #DB784D;
}
.BgClassName
{
background-color: #DB784D;
}
</style>
border-color css
<style>
span { border-color: #DB784D; }
span { border-color: rgb(219,120,77); }
td.TdClassName
{
border-color: #DB784D;
}
.TagClassName
{
border-color: #DB784D;
}
</style>