Shades of Jaffa #DB7A49
Tints of Jaffa #DB7A49
RGB
CMYK
RGB Variations
Color information
#DB7A49 (or 0xDB7A49) is known color: Jaffa. HEX triplet: DB, 7A and 49. RGB value is (219,122,73). Sum of RGB (Red+Green+Blue) = 219+122+73=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A49 is #2485B6. Grayscale: #919191. Windows color (decimal): -2393527 or 4815579. OLE color: 4815579.
HSL color Cylindrical-coordinate representation of color #DB7A49: hue angle of 20.14º 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 #DB7A49 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 73 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.14 |
| HSL | 20.14º | 0.67% | 0.57% | - |
| HSV(B) | 20.14º | 0.67% | 0.86% | - |
| XYZ | 37.38 | 29.46 | 10.02 | - |
| YUV | 145.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 73 | 0 | 0.44 | 0.67 | 0.14 | 20.14 | 0.67 | 0.57 |
| Hex | DB | 7A | 49 | 0 | 2C | 43 | E | 14 | 43 | 39 |
| Octal | 333 | 172 | 111 | 0 | 54 | 103 | 16 | 24 | 103 | 71 |
| Binary | 11011011 | 1111010 | 1001001 | 0 | 101100 | 1000011 | 1110 | 10100 | 1000011 | 111001 |
Color Harmonies of #DB7A49
Complementary color
Monochromatic Colors of #DB7A49
Black with #DB7A49
Text Example
Text Example
White with #DB7A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A49; }
p { color: rgb(219,122,73); }
H1.HeaderClassName
{
color: #DB7A49;
}
.AnyTagClassName
{
color: #DB7A49;
}
</style>
background-color css
<style>
a { background-color: #DB7A49; }
a { background-color: rgb(219,122,73); }
div.DivClassName
{
background-color: #DB7A49;
}
.BgClassName
{
background-color: #DB7A49;
}
</style>
border-color css
<style>
span { border-color: #DB7A49; }
span { border-color: rgb(219,122,73); }
td.TdClassName
{
border-color: #DB7A49;
}
.TagClassName
{
border-color: #DB7A49;
}
</style>