Shades of Jaffa #DB7940
Tints of Jaffa #DB7940
RGB
CMYK
RGB Variations
Color information
#DB7940 (or 0xDB7940) is known color: Jaffa. HEX triplet: DB, 79 and 40. RGB value is (219,121,64). Sum of RGB (Red+Green+Blue) = 219+121+64=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7940 is #2486BF. Grayscale: #909090. Windows color (decimal): -2393792 or 4225499. OLE color: 4225499.
HSL color Cylindrical-coordinate representation of color #DB7940: hue angle of 22.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB7940 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 64 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.14 |
| HSL | 22.06º | 0.68% | 0.55% | - |
| HSV(B) | 22.06º | 0.71% | 0.86% | - |
| XYZ | 36.98 | 29.1 | 8.52 | - |
| YUV | 143.8 | 82.97 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 64 | 0 | 0.45 | 0.71 | 0.14 | 22.06 | 0.68 | 0.55 |
| Hex | DB | 79 | 40 | 0 | 2D | 47 | E | 16 | 44 | 37 |
| Octal | 333 | 171 | 100 | 0 | 55 | 107 | 16 | 26 | 104 | 67 |
| Binary | 11011011 | 1111001 | 1000000 | 0 | 101101 | 1000111 | 1110 | 10110 | 1000100 | 110111 |
Color Harmonies of #DB7940
Complementary color
Monochromatic Colors of #DB7940
Black with #DB7940
Text Example
Text Example
White with #DB7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7940; }
p { color: rgb(219,121,64); }
H1.HeaderClassName
{
color: #DB7940;
}
.AnyTagClassName
{
color: #DB7940;
}
</style>
background-color css
<style>
a { background-color: #DB7940; }
a { background-color: rgb(219,121,64); }
div.DivClassName
{
background-color: #DB7940;
}
.BgClassName
{
background-color: #DB7940;
}
</style>
border-color css
<style>
span { border-color: #DB7940; }
span { border-color: rgb(219,121,64); }
td.TdClassName
{
border-color: #DB7940;
}
.TagClassName
{
border-color: #DB7940;
}
</style>