Shades of Jaffa #DB7747
Tints of Jaffa #DB7747
RGB
CMYK
RGB Variations
Color information
#DB7747 (or 0xDB7747) is known color: Jaffa. HEX triplet: DB, 77 and 47. RGB value is (219,119,71). Sum of RGB (Red+Green+Blue) = 219+119+71=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7747 is #2488B8. Grayscale: #8F8F8F. Windows color (decimal): -2394297 or 4683739. OLE color: 4683739.
HSL color Cylindrical-coordinate representation of color #DB7747: hue angle of 19.46º 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 #DB7747 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 71 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.14 |
| HSL | 19.46º | 0.67% | 0.57% | - |
| HSV(B) | 19.46º | 0.68% | 0.86% | - |
| XYZ | 36.95 | 28.71 | 9.56 | - |
| YUV | 143.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 71 | 0 | 0.46 | 0.68 | 0.14 | 19.46 | 0.67 | 0.57 |
| Hex | DB | 77 | 47 | 0 | 2E | 44 | E | 13 | 43 | 39 |
| Octal | 333 | 167 | 107 | 0 | 56 | 104 | 16 | 23 | 103 | 71 |
| Binary | 11011011 | 1110111 | 1000111 | 0 | 101110 | 1000100 | 1110 | 10011 | 1000011 | 111001 |
Color Harmonies of #DB7747
Complementary color
Monochromatic Colors of #DB7747
Black with #DB7747
Text Example
Text Example
White with #DB7747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7747; }
p { color: rgb(219,119,71); }
H1.HeaderClassName
{
color: #DB7747;
}
.AnyTagClassName
{
color: #DB7747;
}
</style>
background-color css
<style>
a { background-color: #DB7747; }
a { background-color: rgb(219,119,71); }
div.DivClassName
{
background-color: #DB7747;
}
.BgClassName
{
background-color: #DB7747;
}
</style>
border-color css
<style>
span { border-color: #DB7747; }
span { border-color: rgb(219,119,71); }
td.TdClassName
{
border-color: #DB7747;
}
.TagClassName
{
border-color: #DB7747;
}
</style>