Shades of Jaffa #DB794A
Tints of Jaffa #DB794A
RGB
CMYK
RGB Variations
Color information
#DB794A (or 0xDB794A) is known color: Jaffa. HEX triplet: DB, 79 and 4A. RGB value is (219,121,74). Sum of RGB (Red+Green+Blue) = 219+121+74=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB794A is #2486B5. Grayscale: #919191. Windows color (decimal): -2393782 or 4880859. OLE color: 4880859.
HSL color Cylindrical-coordinate representation of color #DB794A: hue angle of 19.45º 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 #DB794A is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 74 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.14 |
| HSL | 19.45º | 0.67% | 0.57% | - |
| HSV(B) | 19.45º | 0.66% | 0.86% | - |
| XYZ | 37.29 | 29.23 | 10.16 | - |
| YUV | 144.94 | 87.97 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 74 | 0 | 0.45 | 0.66 | 0.14 | 19.45 | 0.67 | 0.57 |
| Hex | DB | 79 | 4A | 0 | 2D | 42 | E | 13 | 43 | 39 |
| Octal | 333 | 171 | 112 | 0 | 55 | 102 | 16 | 23 | 103 | 71 |
| Binary | 11011011 | 1111001 | 1001010 | 0 | 101101 | 1000010 | 1110 | 10011 | 1000011 | 111001 |
Color Harmonies of #DB794A
Complementary color
Monochromatic Colors of #DB794A
Black with #DB794A
Text Example
Text Example
White with #DB794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB794A; }
p { color: rgb(219,121,74); }
H1.HeaderClassName
{
color: #DB794A;
}
.AnyTagClassName
{
color: #DB794A;
}
</style>
background-color css
<style>
a { background-color: #DB794A; }
a { background-color: rgb(219,121,74); }
div.DivClassName
{
background-color: #DB794A;
}
.BgClassName
{
background-color: #DB794A;
}
</style>
border-color css
<style>
span { border-color: #DB794A; }
span { border-color: rgb(219,121,74); }
td.TdClassName
{
border-color: #DB794A;
}
.TagClassName
{
border-color: #DB794A;
}
</style>