Shades of Jaffa #DB764D
Tints of Jaffa #DB764D
RGB
CMYK
RGB Variations
Color information
#DB764D (or 0xDB764D) is known color: Jaffa. HEX triplet: DB, 76 and 4D. RGB value is (219,118,77). Sum of RGB (Red+Green+Blue) = 219+118+77=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB764D is #2489B2. Grayscale: #8F8F8F. Windows color (decimal): -2394547 or 5076699. OLE color: 5076699.
HSL color Cylindrical-coordinate representation of color #DB764D: hue angle of 17.32º 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 #DB764D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 77 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.14 |
| HSL | 17.32º | 0.66% | 0.58% | - |
| HSV(B) | 17.32º | 0.65% | 0.86% | - |
| XYZ | 37.03 | 28.55 | 10.58 | - |
| YUV | 143.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 77 | 0 | 0.46 | 0.65 | 0.14 | 17.32 | 0.66 | 0.58 |
| Hex | DB | 76 | 4D | 0 | 2E | 41 | E | 11 | 42 | 3A |
| Octal | 333 | 166 | 115 | 0 | 56 | 101 | 16 | 21 | 102 | 72 |
| Binary | 11011011 | 1110110 | 1001101 | 0 | 101110 | 1000001 | 1110 | 10001 | 1000010 | 111010 |
Color Harmonies of #DB764D
Complementary color
Monochromatic Colors of #DB764D
Black with #DB764D
Text Example
Text Example
White with #DB764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB764D; }
p { color: rgb(219,118,77); }
H1.HeaderClassName
{
color: #DB764D;
}
.AnyTagClassName
{
color: #DB764D;
}
</style>
background-color css
<style>
a { background-color: #DB764D; }
a { background-color: rgb(219,118,77); }
div.DivClassName
{
background-color: #DB764D;
}
.BgClassName
{
background-color: #DB764D;
}
</style>
border-color css
<style>
span { border-color: #DB764D; }
span { border-color: rgb(219,118,77); }
td.TdClassName
{
border-color: #DB764D;
}
.TagClassName
{
border-color: #DB764D;
}
</style>