Shades of Jaffa #DB7349
Tints of Jaffa #DB7349
RGB
CMYK
RGB Variations
Color information
#DB7349 (or 0xDB7349) is known color: Jaffa. HEX triplet: DB, 73 and 49. RGB value is (219,115,73). Sum of RGB (Red+Green+Blue) = 219+115+73=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7349 is #248CB6. Grayscale: #8D8D8D. Windows color (decimal): -2395319 or 4813787. OLE color: 4813787.
HSL color Cylindrical-coordinate representation of color #DB7349: hue angle of 17.26º 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 #DB7349 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 73 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.14 |
| HSL | 17.26º | 0.67% | 0.57% | - |
| HSV(B) | 17.26º | 0.67% | 0.86% | - |
| XYZ | 36.55 | 27.8 | 9.74 | - |
| YUV | 141.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 73 | 0 | 0.47 | 0.67 | 0.14 | 17.26 | 0.67 | 0.57 |
| Hex | DB | 73 | 49 | 0 | 2F | 43 | E | 11 | 43 | 39 |
| Octal | 333 | 163 | 111 | 0 | 57 | 103 | 16 | 21 | 103 | 71 |
| Binary | 11011011 | 1110011 | 1001001 | 0 | 101111 | 1000011 | 1110 | 10001 | 1000011 | 111001 |
Color Harmonies of #DB7349
Complementary color
Monochromatic Colors of #DB7349
Black with #DB7349
Text Example
Text Example
White with #DB7349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7349; }
p { color: rgb(219,115,73); }
H1.HeaderClassName
{
color: #DB7349;
}
.AnyTagClassName
{
color: #DB7349;
}
</style>
background-color css
<style>
a { background-color: #DB7349; }
a { background-color: rgb(219,115,73); }
div.DivClassName
{
background-color: #DB7349;
}
.BgClassName
{
background-color: #DB7349;
}
</style>
border-color css
<style>
span { border-color: #DB7349; }
span { border-color: rgb(219,115,73); }
td.TdClassName
{
border-color: #DB7349;
}
.TagClassName
{
border-color: #DB7349;
}
</style>