Shades of Jaffa #DB7646
Tints of Jaffa #DB7646
RGB
CMYK
RGB Variations
Color information
#DB7646 (or 0xDB7646) is known color: Jaffa. HEX triplet: DB, 76 and 46. RGB value is (219,118,70). Sum of RGB (Red+Green+Blue) = 219+118+70=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7646 is #2489B9. Grayscale: #8F8F8F. Windows color (decimal): -2394554 or 4617947. OLE color: 4617947.
HSL color Cylindrical-coordinate representation of color #DB7646: hue angle of 19.33º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB7646 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 70 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.14 |
| HSL | 19.33º | 0.67% | 0.57% | - |
| HSV(B) | 19.33º | 0.68% | 0.86% | - |
| XYZ | 36.8 | 28.46 | 9.35 | - |
| YUV | 142.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 70 | 0 | 0.46 | 0.68 | 0.14 | 19.33 | 0.67 | 0.57 |
| Hex | DB | 76 | 46 | 0 | 2E | 44 | E | 13 | 43 | 39 |
| Octal | 333 | 166 | 106 | 0 | 56 | 104 | 16 | 23 | 103 | 71 |
| Binary | 11011011 | 1110110 | 1000110 | 0 | 101110 | 1000100 | 1110 | 10011 | 1000011 | 111001 |
Color Harmonies of #DB7646
Complementary color
Monochromatic Colors of #DB7646
Black with #DB7646
Text Example
Text Example
White with #DB7646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7646; }
p { color: rgb(219,118,70); }
H1.HeaderClassName
{
color: #DB7646;
}
.AnyTagClassName
{
color: #DB7646;
}
</style>
background-color css
<style>
a { background-color: #DB7646; }
a { background-color: rgb(219,118,70); }
div.DivClassName
{
background-color: #DB7646;
}
.BgClassName
{
background-color: #DB7646;
}
</style>
border-color css
<style>
span { border-color: #DB7646; }
span { border-color: rgb(219,118,70); }
td.TdClassName
{
border-color: #DB7646;
}
.TagClassName
{
border-color: #DB7646;
}
</style>