Shades of Jaffa #DB7949
Tints of Jaffa #DB7949
RGB
CMYK
RGB Variations
Color information
#DB7949 (or 0xDB7949) is known color: Jaffa. HEX triplet: DB, 79 and 49. RGB value is (219,121,73). Sum of RGB (Red+Green+Blue) = 219+121+73=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7949 is #2486B6. Grayscale: #919191. Windows color (decimal): -2393783 or 4815323. OLE color: 4815323.
HSL color Cylindrical-coordinate representation of color #DB7949: hue angle of 19.73º 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 #DB7949 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 73 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.14 |
| HSL | 19.73º | 0.67% | 0.57% | - |
| HSV(B) | 19.73º | 0.67% | 0.86% | - |
| XYZ | 37.25 | 29.22 | 9.98 | - |
| YUV | 144.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 73 | 0 | 0.45 | 0.67 | 0.14 | 19.73 | 0.67 | 0.57 |
| Hex | DB | 79 | 49 | 0 | 2D | 43 | E | 14 | 43 | 39 |
| Octal | 333 | 171 | 111 | 0 | 55 | 103 | 16 | 24 | 103 | 71 |
| Binary | 11011011 | 1111001 | 1001001 | 0 | 101101 | 1000011 | 1110 | 10100 | 1000011 | 111001 |
Color Harmonies of #DB7949
Complementary color
Monochromatic Colors of #DB7949
Black with #DB7949
Text Example
Text Example
White with #DB7949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7949; }
p { color: rgb(219,121,73); }
H1.HeaderClassName
{
color: #DB7949;
}
.AnyTagClassName
{
color: #DB7949;
}
</style>
background-color css
<style>
a { background-color: #DB7949; }
a { background-color: rgb(219,121,73); }
div.DivClassName
{
background-color: #DB7949;
}
.BgClassName
{
background-color: #DB7949;
}
</style>
border-color css
<style>
span { border-color: #DB7949; }
span { border-color: rgb(219,121,73); }
td.TdClassName
{
border-color: #DB7949;
}
.TagClassName
{
border-color: #DB7949;
}
</style>