Shades of Jaffa #DB7044
Tints of Jaffa #DB7044
RGB
CMYK
RGB Variations
Color information
#DB7044 (or 0xDB7044) is known color: Jaffa. HEX triplet: DB, 70 and 44. RGB value is (219,112,68). Sum of RGB (Red+Green+Blue) = 219+112+68=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7044 is #248FBB. Grayscale: #8B8B8B. Windows color (decimal): -2396092 or 4485339. OLE color: 4485339.
HSL color Cylindrical-coordinate representation of color #DB7044: hue angle of 17.48º 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 #DB7044 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 68 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.14 |
| HSL | 17.48º | 0.68% | 0.56% | - |
| HSV(B) | 17.48º | 0.69% | 0.86% | - |
| XYZ | 36.05 | 27.07 | 8.79 | - |
| YUV | 138.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 68 | 0 | 0.49 | 0.69 | 0.14 | 17.48 | 0.68 | 0.56 |
| Hex | DB | 70 | 44 | 0 | 31 | 45 | E | 11 | 44 | 38 |
| Octal | 333 | 160 | 104 | 0 | 61 | 105 | 16 | 21 | 104 | 70 |
| Binary | 11011011 | 1110000 | 1000100 | 0 | 110001 | 1000101 | 1110 | 10001 | 1000100 | 111000 |
Color Harmonies of #DB7044
Complementary color
Monochromatic Colors of #DB7044
Black with #DB7044
Text Example
Text Example
White with #DB7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7044; }
p { color: rgb(219,112,68); }
H1.HeaderClassName
{
color: #DB7044;
}
.AnyTagClassName
{
color: #DB7044;
}
</style>
background-color css
<style>
a { background-color: #DB7044; }
a { background-color: rgb(219,112,68); }
div.DivClassName
{
background-color: #DB7044;
}
.BgClassName
{
background-color: #DB7044;
}
</style>
border-color css
<style>
span { border-color: #DB7044; }
span { border-color: rgb(219,112,68); }
td.TdClassName
{
border-color: #DB7044;
}
.TagClassName
{
border-color: #DB7044;
}
</style>