Shades of Jaffa #DB773F
Tints of Jaffa #DB773F
RGB
CMYK
RGB Variations
Color information
#DB773F (or 0xDB773F) is known color: Jaffa. HEX triplet: DB, 77 and 3F. RGB value is (219,119,63). Sum of RGB (Red+Green+Blue) = 219+119+63=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB773F is #2488C0. Grayscale: #8E8E8E. Windows color (decimal): -2394305 or 4159451. OLE color: 4159451.
HSL color Cylindrical-coordinate representation of color #DB773F: hue angle of 21.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB773F is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 63 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.14 |
| HSL | 21.54º | 0.68% | 0.55% | - |
| HSV(B) | 21.54º | 0.71% | 0.86% | - |
| XYZ | 36.71 | 28.61 | 8.29 | - |
| YUV | 142.52 | 83.13 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 63 | 0 | 0.46 | 0.71 | 0.14 | 21.54 | 0.68 | 0.55 |
| Hex | DB | 77 | 3F | 0 | 2E | 47 | E | 16 | 44 | 37 |
| Octal | 333 | 167 | 77 | 0 | 56 | 107 | 16 | 26 | 104 | 67 |
| Binary | 11011011 | 1110111 | 111111 | 0 | 101110 | 1000111 | 1110 | 10110 | 1000100 | 110111 |
Color Harmonies of #DB773F
Complementary color
Monochromatic Colors of #DB773F
Black with #DB773F
Text Example
Text Example
White with #DB773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB773F; }
p { color: rgb(219,119,63); }
H1.HeaderClassName
{
color: #DB773F;
}
.AnyTagClassName
{
color: #DB773F;
}
</style>
background-color css
<style>
a { background-color: #DB773F; }
a { background-color: rgb(219,119,63); }
div.DivClassName
{
background-color: #DB773F;
}
.BgClassName
{
background-color: #DB773F;
}
</style>
border-color css
<style>
span { border-color: #DB773F; }
span { border-color: rgb(219,119,63); }
td.TdClassName
{
border-color: #DB773F;
}
.TagClassName
{
border-color: #DB773F;
}
</style>