Shades of Jaffa #DB7B40
Tints of Jaffa #DB7B40
RGB
CMYK
RGB Variations
Color information
#DB7B40 (or 0xDB7B40) is known color: Jaffa. HEX triplet: DB, 7B and 40. RGB value is (219,123,64). Sum of RGB (Red+Green+Blue) = 219+123+64=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B40 is #2484BF. Grayscale: #919191. Windows color (decimal): -2393280 or 4226011. OLE color: 4226011.
HSL color Cylindrical-coordinate representation of color #DB7B40: hue angle of 22.84º 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 #DB7B40 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 64 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.14 |
| HSL | 22.84º | 0.68% | 0.55% | - |
| HSV(B) | 22.84º | 0.71% | 0.86% | - |
| XYZ | 37.22 | 29.6 | 8.6 | - |
| YUV | 144.98 | 82.3 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 64 | 0 | 0.44 | 0.71 | 0.14 | 22.84 | 0.68 | 0.55 |
| Hex | DB | 7B | 40 | 0 | 2C | 47 | E | 17 | 44 | 37 |
| Octal | 333 | 173 | 100 | 0 | 54 | 107 | 16 | 27 | 104 | 67 |
| Binary | 11011011 | 1111011 | 1000000 | 0 | 101100 | 1000111 | 1110 | 10111 | 1000100 | 110111 |
Color Harmonies of #DB7B40
Complementary color
Monochromatic Colors of #DB7B40
Black with #DB7B40
Text Example
Text Example
White with #DB7B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B40; }
p { color: rgb(219,123,64); }
H1.HeaderClassName
{
color: #DB7B40;
}
.AnyTagClassName
{
color: #DB7B40;
}
</style>
background-color css
<style>
a { background-color: #DB7B40; }
a { background-color: rgb(219,123,64); }
div.DivClassName
{
background-color: #DB7B40;
}
.BgClassName
{
background-color: #DB7B40;
}
</style>
border-color css
<style>
span { border-color: #DB7B40; }
span { border-color: rgb(219,123,64); }
td.TdClassName
{
border-color: #DB7B40;
}
.TagClassName
{
border-color: #DB7B40;
}
</style>