Shades of Jaffa #DB7746
Tints of Jaffa #DB7746
RGB
CMYK
RGB Variations
Color information
#DB7746 (or 0xDB7746) is known color: Jaffa. HEX triplet: DB, 77 and 46. RGB value is (219,119,70). Sum of RGB (Red+Green+Blue) = 219+119+70=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7746 is #2488B9. Grayscale: #8F8F8F. Windows color (decimal): -2394298 or 4618203. OLE color: 4618203.
HSL color Cylindrical-coordinate representation of color #DB7746: 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.68%. Process color model (Four color, CMYK) of #DB7746 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 70 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.14 |
| HSL | 19.73º | 0.67% | 0.57% | - |
| HSV(B) | 19.73º | 0.68% | 0.86% | - |
| XYZ | 36.92 | 28.7 | 9.39 | - |
| YUV | 143.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 70 | 0 | 0.46 | 0.68 | 0.14 | 19.73 | 0.67 | 0.57 |
| Hex | DB | 77 | 46 | 0 | 2E | 44 | E | 14 | 43 | 39 |
| Octal | 333 | 167 | 106 | 0 | 56 | 104 | 16 | 24 | 103 | 71 |
| Binary | 11011011 | 1110111 | 1000110 | 0 | 101110 | 1000100 | 1110 | 10100 | 1000011 | 111001 |
Color Harmonies of #DB7746
Complementary color
Monochromatic Colors of #DB7746
Black with #DB7746
Text Example
Text Example
White with #DB7746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7746; }
p { color: rgb(219,119,70); }
H1.HeaderClassName
{
color: #DB7746;
}
.AnyTagClassName
{
color: #DB7746;
}
</style>
background-color css
<style>
a { background-color: #DB7746; }
a { background-color: rgb(219,119,70); }
div.DivClassName
{
background-color: #DB7746;
}
.BgClassName
{
background-color: #DB7746;
}
</style>
border-color css
<style>
span { border-color: #DB7746; }
span { border-color: rgb(219,119,70); }
td.TdClassName
{
border-color: #DB7746;
}
.TagClassName
{
border-color: #DB7746;
}
</style>