Shades of Jaffa #DB7E4F
Tints of Jaffa #DB7E4F
RGB
CMYK
RGB Variations
Color information
#DB7E4F (or 0xDB7E4F) is known color: Jaffa. HEX triplet: DB, 7E and 4F. RGB value is (219,126,79). Sum of RGB (Red+Green+Blue) = 219+126+79=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E4F is #2481B0. Grayscale: #949494. Windows color (decimal): -2392497 or 5209819. OLE color: 5209819.
HSL color Cylindrical-coordinate representation of color #DB7E4F: hue angle of 20.14º 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 #DB7E4F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 79 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.14 |
| HSL | 20.14º | 0.66% | 0.58% | - |
| HSV(B) | 20.14º | 0.64% | 0.86% | - |
| XYZ | 38.09 | 30.55 | 11.29 | - |
| YUV | 148.45 | 88.81 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 79 | 0 | 0.42 | 0.64 | 0.14 | 20.14 | 0.66 | 0.58 |
| Hex | DB | 7E | 4F | 0 | 2A | 40 | E | 14 | 42 | 3A |
| Octal | 333 | 176 | 117 | 0 | 52 | 100 | 16 | 24 | 102 | 72 |
| Binary | 11011011 | 1111110 | 1001111 | 0 | 101010 | 1000000 | 1110 | 10100 | 1000010 | 111010 |
Color Harmonies of #DB7E4F
Complementary color
Monochromatic Colors of #DB7E4F
Black with #DB7E4F
Text Example
Text Example
White with #DB7E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E4F; }
p { color: rgb(219,126,79); }
H1.HeaderClassName
{
color: #DB7E4F;
}
.AnyTagClassName
{
color: #DB7E4F;
}
</style>
background-color css
<style>
a { background-color: #DB7E4F; }
a { background-color: rgb(219,126,79); }
div.DivClassName
{
background-color: #DB7E4F;
}
.BgClassName
{
background-color: #DB7E4F;
}
</style>
border-color css
<style>
span { border-color: #DB7E4F; }
span { border-color: rgb(219,126,79); }
td.TdClassName
{
border-color: #DB7E4F;
}
.TagClassName
{
border-color: #DB7E4F;
}
</style>