Shades of Jaffa #DB7846
Tints of Jaffa #DB7846
RGB
CMYK
RGB Variations
Color information
#DB7846 (or 0xDB7846) is known color: Jaffa. HEX triplet: DB, 78 and 46. RGB value is (219,120,70). Sum of RGB (Red+Green+Blue) = 219+120+70=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7846 is #2487B9. Grayscale: #909090. Windows color (decimal): -2394042 or 4618459. OLE color: 4618459.
HSL color Cylindrical-coordinate representation of color #DB7846: hue angle of 20.13º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB7846 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 70 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.14 |
| HSL | 20.13º | 0.67% | 0.57% | - |
| HSV(B) | 20.13º | 0.68% | 0.86% | - |
| XYZ | 37.04 | 28.94 | 9.43 | - |
| YUV | 143.9 | 86.3 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 70 | 0 | 0.45 | 0.68 | 0.14 | 20.13 | 0.67 | 0.57 |
| Hex | DB | 78 | 46 | 0 | 2D | 44 | E | 14 | 43 | 39 |
| Octal | 333 | 170 | 106 | 0 | 55 | 104 | 16 | 24 | 103 | 71 |
| Binary | 11011011 | 1111000 | 1000110 | 0 | 101101 | 1000100 | 1110 | 10100 | 1000011 | 111001 |
Color Harmonies of #DB7846
Complementary color
Monochromatic Colors of #DB7846
Black with #DB7846
Text Example
Text Example
White with #DB7846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7846; }
p { color: rgb(219,120,70); }
H1.HeaderClassName
{
color: #DB7846;
}
.AnyTagClassName
{
color: #DB7846;
}
</style>
background-color css
<style>
a { background-color: #DB7846; }
a { background-color: rgb(219,120,70); }
div.DivClassName
{
background-color: #DB7846;
}
.BgClassName
{
background-color: #DB7846;
}
</style>
border-color css
<style>
span { border-color: #DB7846; }
span { border-color: rgb(219,120,70); }
td.TdClassName
{
border-color: #DB7846;
}
.TagClassName
{
border-color: #DB7846;
}
</style>