Shades of Jaffa #DB7B47
Tints of Jaffa #DB7B47
RGB
CMYK
RGB Variations
Color information
#DB7B47 (or 0xDB7B47) is known color: Jaffa. HEX triplet: DB, 7B and 47. RGB value is (219,123,71). Sum of RGB (Red+Green+Blue) = 219+123+71=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B47 is #2484B8. Grayscale: #929292. Windows color (decimal): -2393273 or 4684763. OLE color: 4684763.
HSL color Cylindrical-coordinate representation of color #DB7B47: hue angle of 21.08º 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 #DB7B47 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 71 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.14 |
| HSL | 21.08º | 0.67% | 0.57% | - |
| HSV(B) | 21.08º | 0.68% | 0.86% | - |
| XYZ | 37.43 | 29.68 | 9.72 | - |
| YUV | 145.78 | 85.8 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 71 | 0 | 0.44 | 0.68 | 0.14 | 21.08 | 0.67 | 0.57 |
| Hex | DB | 7B | 47 | 0 | 2C | 44 | E | 15 | 43 | 39 |
| Octal | 333 | 173 | 107 | 0 | 54 | 104 | 16 | 25 | 103 | 71 |
| Binary | 11011011 | 1111011 | 1000111 | 0 | 101100 | 1000100 | 1110 | 10101 | 1000011 | 111001 |
Color Harmonies of #DB7B47
Complementary color
Monochromatic Colors of #DB7B47
Black with #DB7B47
Text Example
Text Example
White with #DB7B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B47; }
p { color: rgb(219,123,71); }
H1.HeaderClassName
{
color: #DB7B47;
}
.AnyTagClassName
{
color: #DB7B47;
}
</style>
background-color css
<style>
a { background-color: #DB7B47; }
a { background-color: rgb(219,123,71); }
div.DivClassName
{
background-color: #DB7B47;
}
.BgClassName
{
background-color: #DB7B47;
}
</style>
border-color css
<style>
span { border-color: #DB7B47; }
span { border-color: rgb(219,123,71); }
td.TdClassName
{
border-color: #DB7B47;
}
.TagClassName
{
border-color: #DB7B47;
}
</style>