Shades of Jaffa #DB774D
Tints of Jaffa #DB774D
RGB
CMYK
RGB Variations
Color information
#DB774D (or 0xDB774D) is known color: Jaffa. HEX triplet: DB, 77 and 4D. RGB value is (219,119,77). Sum of RGB (Red+Green+Blue) = 219+119+77=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB774D is #2488B2. Grayscale: #909090. Windows color (decimal): -2394291 or 5076955. OLE color: 5076955.
HSL color Cylindrical-coordinate representation of color #DB774D: hue angle of 17.75º 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 #DB774D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 77 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.14 |
| HSL | 17.75º | 0.66% | 0.58% | - |
| HSV(B) | 17.75º | 0.65% | 0.86% | - |
| XYZ | 37.15 | 28.79 | 10.62 | - |
| YUV | 144.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 77 | 0 | 0.46 | 0.65 | 0.14 | 17.75 | 0.66 | 0.58 |
| Hex | DB | 77 | 4D | 0 | 2E | 41 | E | 12 | 42 | 3A |
| Octal | 333 | 167 | 115 | 0 | 56 | 101 | 16 | 22 | 102 | 72 |
| Binary | 11011011 | 1110111 | 1001101 | 0 | 101110 | 1000001 | 1110 | 10010 | 1000010 | 111010 |
Color Harmonies of #DB774D
Complementary color
Monochromatic Colors of #DB774D
Black with #DB774D
Text Example
Text Example
White with #DB774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB774D; }
p { color: rgb(219,119,77); }
H1.HeaderClassName
{
color: #DB774D;
}
.AnyTagClassName
{
color: #DB774D;
}
</style>
background-color css
<style>
a { background-color: #DB774D; }
a { background-color: rgb(219,119,77); }
div.DivClassName
{
background-color: #DB774D;
}
.BgClassName
{
background-color: #DB774D;
}
</style>
border-color css
<style>
span { border-color: #DB774D; }
span { border-color: rgb(219,119,77); }
td.TdClassName
{
border-color: #DB774D;
}
.TagClassName
{
border-color: #DB774D;
}
</style>