Shades of Jaffa #DB784F
Tints of Jaffa #DB784F
RGB
CMYK
RGB Variations
Color information
#DB784F (or 0xDB784F) is known color: Jaffa. HEX triplet: DB, 78 and 4F. RGB value is (219,120,79). Sum of RGB (Red+Green+Blue) = 219+120+79=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB784F is #2487B0. Grayscale: #919191. Windows color (decimal): -2394033 or 5208283. OLE color: 5208283.
HSL color Cylindrical-coordinate representation of color #DB784F: hue angle of 17.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB784F is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 79 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.14 |
| HSL | 17.57º | 0.66% | 0.58% | - |
| HSV(B) | 17.57º | 0.64% | 0.86% | - |
| XYZ | 37.34 | 29.06 | 11.04 | - |
| YUV | 144.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 79 | 0 | 0.45 | 0.64 | 0.14 | 17.57 | 0.66 | 0.58 |
| Hex | DB | 78 | 4F | 0 | 2D | 40 | E | 12 | 42 | 3A |
| Octal | 333 | 170 | 117 | 0 | 55 | 100 | 16 | 22 | 102 | 72 |
| Binary | 11011011 | 1111000 | 1001111 | 0 | 101101 | 1000000 | 1110 | 10010 | 1000010 | 111010 |
Color Harmonies of #DB784F
Complementary color
Monochromatic Colors of #DB784F
Black with #DB784F
Text Example
Text Example
White with #DB784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB784F; }
p { color: rgb(219,120,79); }
H1.HeaderClassName
{
color: #DB784F;
}
.AnyTagClassName
{
color: #DB784F;
}
</style>
background-color css
<style>
a { background-color: #DB784F; }
a { background-color: rgb(219,120,79); }
div.DivClassName
{
background-color: #DB784F;
}
.BgClassName
{
background-color: #DB784F;
}
</style>
border-color css
<style>
span { border-color: #DB784F; }
span { border-color: rgb(219,120,79); }
td.TdClassName
{
border-color: #DB784F;
}
.TagClassName
{
border-color: #DB784F;
}
</style>