Shades of Jaffa #DB7D49
Tints of Jaffa #DB7D49
RGB
CMYK
RGB Variations
Color information
#DB7D49 (or 0xDB7D49) is known color: Jaffa. HEX triplet: DB, 7D and 49. RGB value is (219,125,73). Sum of RGB (Red+Green+Blue) = 219+125+73=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7D49 is #2482B6. Grayscale: #939393. Windows color (decimal): -2392759 or 4816347. OLE color: 4816347.
HSL color Cylindrical-coordinate representation of color #DB7D49: hue angle of 21.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB7D49 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 73 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.14 |
| HSL | 21.37º | 0.67% | 0.57% | - |
| HSV(B) | 21.37º | 0.67% | 0.86% | - |
| XYZ | 37.75 | 30.21 | 10.14 | - |
| YUV | 147.18 | 86.14 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 73 | 0 | 0.43 | 0.67 | 0.14 | 21.37 | 0.67 | 0.57 |
| Hex | DB | 7D | 49 | 0 | 2B | 43 | E | 15 | 43 | 39 |
| Octal | 333 | 175 | 111 | 0 | 53 | 103 | 16 | 25 | 103 | 71 |
| Binary | 11011011 | 1111101 | 1001001 | 0 | 101011 | 1000011 | 1110 | 10101 | 1000011 | 111001 |
Color Harmonies of #DB7D49
Complementary color
Monochromatic Colors of #DB7D49
Black with #DB7D49
Text Example
Text Example
White with #DB7D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D49; }
p { color: rgb(219,125,73); }
H1.HeaderClassName
{
color: #DB7D49;
}
.AnyTagClassName
{
color: #DB7D49;
}
</style>
background-color css
<style>
a { background-color: #DB7D49; }
a { background-color: rgb(219,125,73); }
div.DivClassName
{
background-color: #DB7D49;
}
.BgClassName
{
background-color: #DB7D49;
}
</style>
border-color css
<style>
span { border-color: #DB7D49; }
span { border-color: rgb(219,125,73); }
td.TdClassName
{
border-color: #DB7D49;
}
.TagClassName
{
border-color: #DB7D49;
}
</style>