Shades of Jaffa #DB774C
Tints of Jaffa #DB774C
RGB
CMYK
RGB Variations
Color information
#DB774C (or 0xDB774C) is known color: Jaffa. HEX triplet: DB, 77 and 4C. RGB value is (219,119,76). Sum of RGB (Red+Green+Blue) = 219+119+76=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB774C is #2488B3. Grayscale: #909090. Windows color (decimal): -2394292 or 5011419. OLE color: 5011419.
HSL color Cylindrical-coordinate representation of color #DB774C: hue angle of 18.04º degrees, saturation: 0.67, 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 #DB774C is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 76 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.14 |
| HSL | 18.04º | 0.67% | 0.58% | - |
| HSV(B) | 18.04º | 0.65% | 0.86% | - |
| XYZ | 37.11 | 28.78 | 10.44 | - |
| YUV | 144 | 89.63 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 76 | 0 | 0.46 | 0.65 | 0.14 | 18.04 | 0.67 | 0.58 |
| Hex | DB | 77 | 4C | 0 | 2E | 41 | E | 12 | 43 | 3A |
| Octal | 333 | 167 | 114 | 0 | 56 | 101 | 16 | 22 | 103 | 72 |
| Binary | 11011011 | 1110111 | 1001100 | 0 | 101110 | 1000001 | 1110 | 10010 | 1000011 | 111010 |
Color Harmonies of #DB774C
Complementary color
Monochromatic Colors of #DB774C
Black with #DB774C
Text Example
Text Example
White with #DB774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB774C; }
p { color: rgb(219,119,76); }
H1.HeaderClassName
{
color: #DB774C;
}
.AnyTagClassName
{
color: #DB774C;
}
</style>
background-color css
<style>
a { background-color: #DB774C; }
a { background-color: rgb(219,119,76); }
div.DivClassName
{
background-color: #DB774C;
}
.BgClassName
{
background-color: #DB774C;
}
</style>
border-color css
<style>
span { border-color: #DB774C; }
span { border-color: rgb(219,119,76); }
td.TdClassName
{
border-color: #DB774C;
}
.TagClassName
{
border-color: #DB774C;
}
</style>