Shades of Jaffa #DB7745
Tints of Jaffa #DB7745
RGB
CMYK
RGB Variations
Color information
#DB7745 (or 0xDB7745) is known color: Jaffa. HEX triplet: DB, 77 and 45. RGB value is (219,119,69). Sum of RGB (Red+Green+Blue) = 219+119+69=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7745 is #2488BA. Grayscale: #8F8F8F. Windows color (decimal): -2394299 or 4552667. OLE color: 4552667.
HSL color Cylindrical-coordinate representation of color #DB7745: hue angle of 20º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB7745 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 69 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.14 |
| HSL | 20º | 0.68% | 0.56% | - |
| HSV(B) | 20º | 0.68% | 0.86% | - |
| XYZ | 36.88 | 28.68 | 9.22 | - |
| YUV | 143.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 69 | 0 | 0.46 | 0.68 | 0.14 | 20 | 0.68 | 0.56 |
| Hex | DB | 77 | 45 | 0 | 2E | 44 | E | 14 | 44 | 38 |
| Octal | 333 | 167 | 105 | 0 | 56 | 104 | 16 | 24 | 104 | 70 |
| Binary | 11011011 | 1110111 | 1000101 | 0 | 101110 | 1000100 | 1110 | 10100 | 1000100 | 111000 |
Color Harmonies of #DB7745
Complementary color
Monochromatic Colors of #DB7745
Black with #DB7745
Text Example
Text Example
White with #DB7745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7745; }
p { color: rgb(219,119,69); }
H1.HeaderClassName
{
color: #DB7745;
}
.AnyTagClassName
{
color: #DB7745;
}
</style>
background-color css
<style>
a { background-color: #DB7745; }
a { background-color: rgb(219,119,69); }
div.DivClassName
{
background-color: #DB7745;
}
.BgClassName
{
background-color: #DB7745;
}
</style>
border-color css
<style>
span { border-color: #DB7745; }
span { border-color: rgb(219,119,69); }
td.TdClassName
{
border-color: #DB7745;
}
.TagClassName
{
border-color: #DB7745;
}
</style>