Shades of Jaffa #DB794D
Tints of Jaffa #DB794D
RGB
CMYK
RGB Variations
Color information
#DB794D (or 0xDB794D) is known color: Jaffa. HEX triplet: DB, 79 and 4D. RGB value is (219,121,77). Sum of RGB (Red+Green+Blue) = 219+121+77=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB794D is #2486B2. Grayscale: #919191. Windows color (decimal): -2393779 or 5077467. OLE color: 5077467.
HSL color Cylindrical-coordinate representation of color #DB794D: hue angle of 18.59º degrees, saturation: 0.66, 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 #DB794D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 77 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.14 |
| HSL | 18.59º | 0.66% | 0.58% | - |
| HSV(B) | 18.59º | 0.65% | 0.86% | - |
| XYZ | 37.39 | 29.27 | 10.7 | - |
| YUV | 145.29 | 89.47 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 77 | 0 | 0.45 | 0.65 | 0.14 | 18.59 | 0.66 | 0.58 |
| Hex | DB | 79 | 4D | 0 | 2D | 41 | E | 13 | 42 | 3A |
| Octal | 333 | 171 | 115 | 0 | 55 | 101 | 16 | 23 | 102 | 72 |
| Binary | 11011011 | 1111001 | 1001101 | 0 | 101101 | 1000001 | 1110 | 10011 | 1000010 | 111010 |
Color Harmonies of #DB794D
Complementary color
Monochromatic Colors of #DB794D
Black with #DB794D
Text Example
Text Example
White with #DB794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB794D; }
p { color: rgb(219,121,77); }
H1.HeaderClassName
{
color: #DB794D;
}
.AnyTagClassName
{
color: #DB794D;
}
</style>
background-color css
<style>
a { background-color: #DB794D; }
a { background-color: rgb(219,121,77); }
div.DivClassName
{
background-color: #DB794D;
}
.BgClassName
{
background-color: #DB794D;
}
</style>
border-color css
<style>
span { border-color: #DB794D; }
span { border-color: rgb(219,121,77); }
td.TdClassName
{
border-color: #DB794D;
}
.TagClassName
{
border-color: #DB794D;
}
</style>