Shades of Jaffa #DB7C40
Tints of Jaffa #DB7C40
RGB
CMYK
RGB Variations
Color information
#DB7C40 (or 0xDB7C40) is known color: Jaffa. HEX triplet: DB, 7C and 40. RGB value is (219,124,64). Sum of RGB (Red+Green+Blue) = 219+124+64=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7C40 is #2483BF. Grayscale: #919191. Windows color (decimal): -2393024 or 4226267. OLE color: 4226267.
HSL color Cylindrical-coordinate representation of color #DB7C40: hue angle of 23.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB7C40 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 64 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.14 |
| HSL | 23.23º | 0.68% | 0.55% | - |
| HSV(B) | 23.23º | 0.71% | 0.86% | - |
| XYZ | 37.35 | 29.85 | 8.64 | - |
| YUV | 145.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 64 | 0 | 0.43 | 0.71 | 0.14 | 23.23 | 0.68 | 0.55 |
| Hex | DB | 7C | 40 | 0 | 2B | 47 | E | 17 | 44 | 37 |
| Octal | 333 | 174 | 100 | 0 | 53 | 107 | 16 | 27 | 104 | 67 |
| Binary | 11011011 | 1111100 | 1000000 | 0 | 101011 | 1000111 | 1110 | 10111 | 1000100 | 110111 |
Color Harmonies of #DB7C40
Complementary color
Monochromatic Colors of #DB7C40
Black with #DB7C40
Text Example
Text Example
White with #DB7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C40; }
p { color: rgb(219,124,64); }
H1.HeaderClassName
{
color: #DB7C40;
}
.AnyTagClassName
{
color: #DB7C40;
}
</style>
background-color css
<style>
a { background-color: #DB7C40; }
a { background-color: rgb(219,124,64); }
div.DivClassName
{
background-color: #DB7C40;
}
.BgClassName
{
background-color: #DB7C40;
}
</style>
border-color css
<style>
span { border-color: #DB7C40; }
span { border-color: rgb(219,124,64); }
td.TdClassName
{
border-color: #DB7C40;
}
.TagClassName
{
border-color: #DB7C40;
}
</style>