Shades of Jaffa #DB7A50
Tints of Jaffa #DB7A50
RGB
CMYK
RGB Variations
Color information
#DB7A50 (or 0xDB7A50) is known color: Jaffa. HEX triplet: DB, 7A and 50. RGB value is (219,122,80). Sum of RGB (Red+Green+Blue) = 219+122+80=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A50 is #2485AF. Grayscale: #929292. Windows color (decimal): -2393520 or 5274331. OLE color: 5274331.
HSL color Cylindrical-coordinate representation of color #DB7A50: hue angle of 18.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7A50 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 80 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.14 |
| HSL | 18.13º | 0.66% | 0.59% | - |
| HSV(B) | 18.13º | 0.63% | 0.86% | - |
| XYZ | 37.62 | 29.56 | 11.31 | - |
| YUV | 146.22 | 90.64 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 80 | 0 | 0.44 | 0.63 | 0.14 | 18.13 | 0.66 | 0.59 |
| Hex | DB | 7A | 50 | 0 | 2C | 3F | E | 12 | 42 | 3B |
| Octal | 333 | 172 | 120 | 0 | 54 | 77 | 16 | 22 | 102 | 73 |
| Binary | 11011011 | 1111010 | 1010000 | 0 | 101100 | 111111 | 1110 | 10010 | 1000010 | 111011 |
Color Harmonies of #DB7A50
Complementary color
Monochromatic Colors of #DB7A50
Black with #DB7A50
Text Example
Text Example
White with #DB7A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A50; }
p { color: rgb(219,122,80); }
H1.HeaderClassName
{
color: #DB7A50;
}
.AnyTagClassName
{
color: #DB7A50;
}
</style>
background-color css
<style>
a { background-color: #DB7A50; }
a { background-color: rgb(219,122,80); }
div.DivClassName
{
background-color: #DB7A50;
}
.BgClassName
{
background-color: #DB7A50;
}
</style>
border-color css
<style>
span { border-color: #DB7A50; }
span { border-color: rgb(219,122,80); }
td.TdClassName
{
border-color: #DB7A50;
}
.TagClassName
{
border-color: #DB7A50;
}
</style>