Shades of Jaffa #DB7446
Tints of Jaffa #DB7446
RGB
CMYK
RGB Variations
Color information
#DB7446 (or 0xDB7446) is known color: Jaffa. HEX triplet: DB, 74 and 46. RGB value is (219,116,70). Sum of RGB (Red+Green+Blue) = 219+116+70=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7446 is #248BB9. Grayscale: #8D8D8D. Windows color (decimal): -2395066 or 4617435. OLE color: 4617435.
HSL color Cylindrical-coordinate representation of color #DB7446: hue angle of 18.52º 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 #DB7446 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 70 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.14 |
| HSL | 18.52º | 0.67% | 0.57% | - |
| HSV(B) | 18.52º | 0.68% | 0.86% | - |
| XYZ | 36.56 | 27.99 | 9.27 | - |
| YUV | 141.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 70 | 0 | 0.47 | 0.68 | 0.14 | 18.52 | 0.67 | 0.57 |
| Hex | DB | 74 | 46 | 0 | 2F | 44 | E | 13 | 43 | 39 |
| Octal | 333 | 164 | 106 | 0 | 57 | 104 | 16 | 23 | 103 | 71 |
| Binary | 11011011 | 1110100 | 1000110 | 0 | 101111 | 1000100 | 1110 | 10011 | 1000011 | 111001 |
Color Harmonies of #DB7446
Complementary color
Monochromatic Colors of #DB7446
Black with #DB7446
Text Example
Text Example
White with #DB7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7446; }
p { color: rgb(219,116,70); }
H1.HeaderClassName
{
color: #DB7446;
}
.AnyTagClassName
{
color: #DB7446;
}
</style>
background-color css
<style>
a { background-color: #DB7446; }
a { background-color: rgb(219,116,70); }
div.DivClassName
{
background-color: #DB7446;
}
.BgClassName
{
background-color: #DB7446;
}
</style>
border-color css
<style>
span { border-color: #DB7446; }
span { border-color: rgb(219,116,70); }
td.TdClassName
{
border-color: #DB7446;
}
.TagClassName
{
border-color: #DB7446;
}
</style>