Shades of Jaffa #DB7047
Tints of Jaffa #DB7047
RGB
CMYK
RGB Variations
Color information
#DB7047 (or 0xDB7047) is known color: Jaffa. HEX triplet: DB, 70 and 47. RGB value is (219,112,71). Sum of RGB (Red+Green+Blue) = 219+112+71=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7047 is #248FB8. Grayscale: #8B8B8B. Windows color (decimal): -2396089 or 4681947. OLE color: 4681947.
HSL color Cylindrical-coordinate representation of color #DB7047: hue angle of 16.62º 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 #DB7047 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 71 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.14 |
| HSL | 16.62º | 0.67% | 0.57% | - |
| HSV(B) | 16.62º | 0.68% | 0.86% | - |
| XYZ | 36.14 | 27.1 | 9.29 | - |
| YUV | 139.32 | 89.45 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 71 | 0 | 0.49 | 0.68 | 0.14 | 16.62 | 0.67 | 0.57 |
| Hex | DB | 70 | 47 | 0 | 31 | 44 | E | 11 | 43 | 39 |
| Octal | 333 | 160 | 107 | 0 | 61 | 104 | 16 | 21 | 103 | 71 |
| Binary | 11011011 | 1110000 | 1000111 | 0 | 110001 | 1000100 | 1110 | 10001 | 1000011 | 111001 |
Color Harmonies of #DB7047
Complementary color
Monochromatic Colors of #DB7047
Black with #DB7047
Text Example
Text Example
White with #DB7047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7047; }
p { color: rgb(219,112,71); }
H1.HeaderClassName
{
color: #DB7047;
}
.AnyTagClassName
{
color: #DB7047;
}
</style>
background-color css
<style>
a { background-color: #DB7047; }
a { background-color: rgb(219,112,71); }
div.DivClassName
{
background-color: #DB7047;
}
.BgClassName
{
background-color: #DB7047;
}
</style>
border-color css
<style>
span { border-color: #DB7047; }
span { border-color: rgb(219,112,71); }
td.TdClassName
{
border-color: #DB7047;
}
.TagClassName
{
border-color: #DB7047;
}
</style>