Shades of Jaffa #DB7046
Tints of Jaffa #DB7046
RGB
CMYK
RGB Variations
Color information
#DB7046 (or 0xDB7046) is known color: Jaffa. HEX triplet: DB, 70 and 46. RGB value is (219,112,70). Sum of RGB (Red+Green+Blue) = 219+112+70=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7046 is #248FB9. Grayscale: #8B8B8B. Windows color (decimal): -2396090 or 4616411. OLE color: 4616411.
HSL color Cylindrical-coordinate representation of color #DB7046: hue angle of 16.91º 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 #DB7046 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 70 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.14 |
| HSL | 16.91º | 0.67% | 0.57% | - |
| HSV(B) | 16.91º | 0.68% | 0.86% | - |
| XYZ | 36.11 | 27.09 | 9.12 | - |
| YUV | 139.21 | 88.95 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 70 | 0 | 0.49 | 0.68 | 0.14 | 16.91 | 0.67 | 0.57 |
| Hex | DB | 70 | 46 | 0 | 31 | 44 | E | 11 | 43 | 39 |
| Octal | 333 | 160 | 106 | 0 | 61 | 104 | 16 | 21 | 103 | 71 |
| Binary | 11011011 | 1110000 | 1000110 | 0 | 110001 | 1000100 | 1110 | 10001 | 1000011 | 111001 |
Color Harmonies of #DB7046
Complementary color
Monochromatic Colors of #DB7046
Black with #DB7046
Text Example
Text Example
White with #DB7046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7046; }
p { color: rgb(219,112,70); }
H1.HeaderClassName
{
color: #DB7046;
}
.AnyTagClassName
{
color: #DB7046;
}
</style>
background-color css
<style>
a { background-color: #DB7046; }
a { background-color: rgb(219,112,70); }
div.DivClassName
{
background-color: #DB7046;
}
.BgClassName
{
background-color: #DB7046;
}
</style>
border-color css
<style>
span { border-color: #DB7046; }
span { border-color: rgb(219,112,70); }
td.TdClassName
{
border-color: #DB7046;
}
.TagClassName
{
border-color: #DB7046;
}
</style>