Shades of Jaffa #DB7B4A
Tints of Jaffa #DB7B4A
RGB
CMYK
RGB Variations
Color information
#DB7B4A (or 0xDB7B4A) is known color: Jaffa. HEX triplet: DB, 7B and 4A. RGB value is (219,123,74). Sum of RGB (Red+Green+Blue) = 219+123+74=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B4A is #2484B5. Grayscale: #929292. Windows color (decimal): -2393270 or 4881371. OLE color: 4881371.
HSL color Cylindrical-coordinate representation of color #DB7B4A: hue angle of 20.28º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB7B4A is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 74 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.14 |
| HSL | 20.28º | 0.67% | 0.57% | - |
| HSV(B) | 20.28º | 0.66% | 0.86% | - |
| XYZ | 37.53 | 29.72 | 10.24 | - |
| YUV | 146.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 74 | 0 | 0.44 | 0.66 | 0.14 | 20.28 | 0.67 | 0.57 |
| Hex | DB | 7B | 4A | 0 | 2C | 42 | E | 14 | 43 | 39 |
| Octal | 333 | 173 | 112 | 0 | 54 | 102 | 16 | 24 | 103 | 71 |
| Binary | 11011011 | 1111011 | 1001010 | 0 | 101100 | 1000010 | 1110 | 10100 | 1000011 | 111001 |
Color Harmonies of #DB7B4A
Complementary color
Monochromatic Colors of #DB7B4A
Black with #DB7B4A
Text Example
Text Example
White with #DB7B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B4A; }
p { color: rgb(219,123,74); }
H1.HeaderClassName
{
color: #DB7B4A;
}
.AnyTagClassName
{
color: #DB7B4A;
}
</style>
background-color css
<style>
a { background-color: #DB7B4A; }
a { background-color: rgb(219,123,74); }
div.DivClassName
{
background-color: #DB7B4A;
}
.BgClassName
{
background-color: #DB7B4A;
}
</style>
border-color css
<style>
span { border-color: #DB7B4A; }
span { border-color: rgb(219,123,74); }
td.TdClassName
{
border-color: #DB7B4A;
}
.TagClassName
{
border-color: #DB7B4A;
}
</style>