Shades of Jaffa #DB7E4E
Tints of Jaffa #DB7E4E
RGB
CMYK
RGB Variations
Color information
#DB7E4E (or 0xDB7E4E) is known color: Jaffa. HEX triplet: DB, 7E and 4E. RGB value is (219,126,78). Sum of RGB (Red+Green+Blue) = 219+126+78=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E4E is #2481B1. Grayscale: #949494. Windows color (decimal): -2392498 or 5144283. OLE color: 5144283.
HSL color Cylindrical-coordinate representation of color #DB7E4E: hue angle of 20.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB7E4E is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 78 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.14 |
| HSL | 20.43º | 0.66% | 0.58% | - |
| HSV(B) | 20.43º | 0.64% | 0.86% | - |
| XYZ | 38.05 | 30.53 | 11.1 | - |
| YUV | 148.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 78 | 0 | 0.42 | 0.64 | 0.14 | 20.43 | 0.66 | 0.58 |
| Hex | DB | 7E | 4E | 0 | 2A | 40 | E | 14 | 42 | 3A |
| Octal | 333 | 176 | 116 | 0 | 52 | 100 | 16 | 24 | 102 | 72 |
| Binary | 11011011 | 1111110 | 1001110 | 0 | 101010 | 1000000 | 1110 | 10100 | 1000010 | 111010 |
Color Harmonies of #DB7E4E
Complementary color
Monochromatic Colors of #DB7E4E
Black with #DB7E4E
Text Example
Text Example
White with #DB7E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E4E; }
p { color: rgb(219,126,78); }
H1.HeaderClassName
{
color: #DB7E4E;
}
.AnyTagClassName
{
color: #DB7E4E;
}
</style>
background-color css
<style>
a { background-color: #DB7E4E; }
a { background-color: rgb(219,126,78); }
div.DivClassName
{
background-color: #DB7E4E;
}
.BgClassName
{
background-color: #DB7E4E;
}
</style>
border-color css
<style>
span { border-color: #DB7E4E; }
span { border-color: rgb(219,126,78); }
td.TdClassName
{
border-color: #DB7E4E;
}
.TagClassName
{
border-color: #DB7E4E;
}
</style>