Shades of Jaffa #DB7E4C
Tints of Jaffa #DB7E4C
RGB
CMYK
RGB Variations
Color information
#DB7E4C (or 0xDB7E4C) is known color: Jaffa. HEX triplet: DB, 7E and 4C. RGB value is (219,126,76). Sum of RGB (Red+Green+Blue) = 219+126+76=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E4C is #2481B3. Grayscale: #949494. Windows color (decimal): -2392500 or 5013211. OLE color: 5013211.
HSL color Cylindrical-coordinate representation of color #DB7E4C: hue angle of 20.98º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB7E4C is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 76 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.14 |
| HSL | 20.98º | 0.67% | 0.58% | - |
| HSV(B) | 20.98º | 0.65% | 0.86% | - |
| XYZ | 37.98 | 30.5 | 10.72 | - |
| YUV | 148.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 76 | 0 | 0.42 | 0.65 | 0.14 | 20.98 | 0.67 | 0.58 |
| Hex | DB | 7E | 4C | 0 | 2A | 41 | E | 15 | 43 | 3A |
| Octal | 333 | 176 | 114 | 0 | 52 | 101 | 16 | 25 | 103 | 72 |
| Binary | 11011011 | 1111110 | 1001100 | 0 | 101010 | 1000001 | 1110 | 10101 | 1000011 | 111010 |
Color Harmonies of #DB7E4C
Complementary color
Monochromatic Colors of #DB7E4C
Black with #DB7E4C
Text Example
Text Example
White with #DB7E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E4C; }
p { color: rgb(219,126,76); }
H1.HeaderClassName
{
color: #DB7E4C;
}
.AnyTagClassName
{
color: #DB7E4C;
}
</style>
background-color css
<style>
a { background-color: #DB7E4C; }
a { background-color: rgb(219,126,76); }
div.DivClassName
{
background-color: #DB7E4C;
}
.BgClassName
{
background-color: #DB7E4C;
}
</style>
border-color css
<style>
span { border-color: #DB7E4C; }
span { border-color: rgb(219,126,76); }
td.TdClassName
{
border-color: #DB7E4C;
}
.TagClassName
{
border-color: #DB7E4C;
}
</style>