Shades of Jaffa #DB7B4C
Tints of Jaffa #DB7B4C
RGB
CMYK
RGB Variations
Color information
#DB7B4C (or 0xDB7B4C) is known color: Jaffa. HEX triplet: DB, 7B and 4C. RGB value is (219,123,76). Sum of RGB (Red+Green+Blue) = 219+123+76=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B4C is #2484B3. Grayscale: #929292. Windows color (decimal): -2393268 or 5012443. OLE color: 5012443.
HSL color Cylindrical-coordinate representation of color #DB7B4C: hue angle of 19.72º 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 #DB7B4C is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 76 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.14 |
| HSL | 19.72º | 0.67% | 0.58% | - |
| HSV(B) | 19.72º | 0.65% | 0.86% | - |
| XYZ | 37.6 | 29.75 | 10.6 | - |
| YUV | 146.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 76 | 0 | 0.44 | 0.65 | 0.14 | 19.72 | 0.67 | 0.58 |
| Hex | DB | 7B | 4C | 0 | 2C | 41 | E | 14 | 43 | 3A |
| Octal | 333 | 173 | 114 | 0 | 54 | 101 | 16 | 24 | 103 | 72 |
| Binary | 11011011 | 1111011 | 1001100 | 0 | 101100 | 1000001 | 1110 | 10100 | 1000011 | 111010 |
Color Harmonies of #DB7B4C
Complementary color
Monochromatic Colors of #DB7B4C
Black with #DB7B4C
Text Example
Text Example
White with #DB7B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B4C; }
p { color: rgb(219,123,76); }
H1.HeaderClassName
{
color: #DB7B4C;
}
.AnyTagClassName
{
color: #DB7B4C;
}
</style>
background-color css
<style>
a { background-color: #DB7B4C; }
a { background-color: rgb(219,123,76); }
div.DivClassName
{
background-color: #DB7B4C;
}
.BgClassName
{
background-color: #DB7B4C;
}
</style>
border-color css
<style>
span { border-color: #DB7B4C; }
span { border-color: rgb(219,123,76); }
td.TdClassName
{
border-color: #DB7B4C;
}
.TagClassName
{
border-color: #DB7B4C;
}
</style>