Shades of Jaffa #DB7A4F
Tints of Jaffa #DB7A4F
RGB
CMYK
RGB Variations
Color information
#DB7A4F (or 0xDB7A4F) is known color: Jaffa. HEX triplet: DB, 7A and 4F. RGB value is (219,122,79). Sum of RGB (Red+Green+Blue) = 219+122+79=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A4F is #2485B0. Grayscale: #929292. Windows color (decimal): -2393521 or 5208795. OLE color: 5208795.
HSL color Cylindrical-coordinate representation of color #DB7A4F: hue angle of 18.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB7A4F is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 79 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.14 |
| HSL | 18.43º | 0.66% | 0.58% | - |
| HSV(B) | 18.43º | 0.64% | 0.86% | - |
| XYZ | 37.58 | 29.54 | 11.12 | - |
| YUV | 146.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 79 | 0 | 0.44 | 0.64 | 0.14 | 18.43 | 0.66 | 0.58 |
| Hex | DB | 7A | 4F | 0 | 2C | 40 | E | 12 | 42 | 3A |
| Octal | 333 | 172 | 117 | 0 | 54 | 100 | 16 | 22 | 102 | 72 |
| Binary | 11011011 | 1111010 | 1001111 | 0 | 101100 | 1000000 | 1110 | 10010 | 1000010 | 111010 |
Color Harmonies of #DB7A4F
Complementary color
Monochromatic Colors of #DB7A4F
Black with #DB7A4F
Text Example
Text Example
White with #DB7A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A4F; }
p { color: rgb(219,122,79); }
H1.HeaderClassName
{
color: #DB7A4F;
}
.AnyTagClassName
{
color: #DB7A4F;
}
</style>
background-color css
<style>
a { background-color: #DB7A4F; }
a { background-color: rgb(219,122,79); }
div.DivClassName
{
background-color: #DB7A4F;
}
.BgClassName
{
background-color: #DB7A4F;
}
</style>
border-color css
<style>
span { border-color: #DB7A4F; }
span { border-color: rgb(219,122,79); }
td.TdClassName
{
border-color: #DB7A4F;
}
.TagClassName
{
border-color: #DB7A4F;
}
</style>