Shades of Jaffa #DB7A41
Tints of Jaffa #DB7A41
RGB
CMYK
RGB Variations
Color information
#DB7A41 (or 0xDB7A41) is known color: Jaffa. HEX triplet: DB, 7A and 41. RGB value is (219,122,65). Sum of RGB (Red+Green+Blue) = 219+122+65=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A41 is #2485BE. Grayscale: #909090. Windows color (decimal): -2393535 or 4291291. OLE color: 4291291.
HSL color Cylindrical-coordinate representation of color #DB7A41: hue angle of 22.21º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB7A41 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 65 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.14 |
| HSL | 22.21º | 0.68% | 0.56% | - |
| HSV(B) | 22.21º | 0.7% | 0.86% | - |
| XYZ | 37.13 | 29.36 | 8.71 | - |
| YUV | 144.51 | 83.14 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 65 | 0 | 0.44 | 0.70 | 0.14 | 22.21 | 0.68 | 0.56 |
| Hex | DB | 7A | 41 | 0 | 2C | 46 | E | 16 | 44 | 38 |
| Octal | 333 | 172 | 101 | 0 | 54 | 106 | 16 | 26 | 104 | 70 |
| Binary | 11011011 | 1111010 | 1000001 | 0 | 101100 | 1000110 | 1110 | 10110 | 1000100 | 111000 |
Color Harmonies of #DB7A41
Complementary color
Monochromatic Colors of #DB7A41
Black with #DB7A41
Text Example
Text Example
White with #DB7A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A41; }
p { color: rgb(219,122,65); }
H1.HeaderClassName
{
color: #DB7A41;
}
.AnyTagClassName
{
color: #DB7A41;
}
</style>
background-color css
<style>
a { background-color: #DB7A41; }
a { background-color: rgb(219,122,65); }
div.DivClassName
{
background-color: #DB7A41;
}
.BgClassName
{
background-color: #DB7A41;
}
</style>
border-color css
<style>
span { border-color: #DB7A41; }
span { border-color: rgb(219,122,65); }
td.TdClassName
{
border-color: #DB7A41;
}
.TagClassName
{
border-color: #DB7A41;
}
</style>