Shades of Jaffa #DB7043
Tints of Jaffa #DB7043
RGB
CMYK
RGB Variations
Color information
#DB7043 (or 0xDB7043) is known color: Jaffa. HEX triplet: DB, 70 and 43. RGB value is (219,112,67). Sum of RGB (Red+Green+Blue) = 219+112+67=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7043 is #248FBC. Grayscale: #8B8B8B. Windows color (decimal): -2396093 or 4419803. OLE color: 4419803.
HSL color Cylindrical-coordinate representation of color #DB7043: hue angle of 17.76º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB7043 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 67 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.14 |
| HSL | 17.76º | 0.68% | 0.56% | - |
| HSV(B) | 17.76º | 0.69% | 0.86% | - |
| XYZ | 36.02 | 27.05 | 8.63 | - |
| YUV | 138.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 67 | 0 | 0.49 | 0.69 | 0.14 | 17.76 | 0.68 | 0.56 |
| Hex | DB | 70 | 43 | 0 | 31 | 45 | E | 12 | 44 | 38 |
| Octal | 333 | 160 | 103 | 0 | 61 | 105 | 16 | 22 | 104 | 70 |
| Binary | 11011011 | 1110000 | 1000011 | 0 | 110001 | 1000101 | 1110 | 10010 | 1000100 | 111000 |
Color Harmonies of #DB7043
Complementary color
Monochromatic Colors of #DB7043
Black with #DB7043
Text Example
Text Example
White with #DB7043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7043; }
p { color: rgb(219,112,67); }
H1.HeaderClassName
{
color: #DB7043;
}
.AnyTagClassName
{
color: #DB7043;
}
</style>
background-color css
<style>
a { background-color: #DB7043; }
a { background-color: rgb(219,112,67); }
div.DivClassName
{
background-color: #DB7043;
}
.BgClassName
{
background-color: #DB7043;
}
</style>
border-color css
<style>
span { border-color: #DB7043; }
span { border-color: rgb(219,112,67); }
td.TdClassName
{
border-color: #DB7043;
}
.TagClassName
{
border-color: #DB7043;
}
</style>