Shades of Jaffa #DB774E
Tints of Jaffa #DB774E
RGB
CMYK
RGB Variations
Color information
#DB774E (or 0xDB774E) is known color: Jaffa. HEX triplet: DB, 77 and 4E. RGB value is (219,119,78). Sum of RGB (Red+Green+Blue) = 219+119+78=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB774E is #2488B1. Grayscale: #909090. Windows color (decimal): -2394290 or 5142491. OLE color: 5142491.
HSL color Cylindrical-coordinate representation of color #DB774E: hue angle of 17.45º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB774E is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 78 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.14 |
| HSL | 17.45º | 0.66% | 0.58% | - |
| HSV(B) | 17.45º | 0.64% | 0.86% | - |
| XYZ | 37.19 | 28.8 | 10.81 | - |
| YUV | 144.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 78 | 0 | 0.46 | 0.64 | 0.14 | 17.45 | 0.66 | 0.58 |
| Hex | DB | 77 | 4E | 0 | 2E | 40 | E | 11 | 42 | 3A |
| Octal | 333 | 167 | 116 | 0 | 56 | 100 | 16 | 21 | 102 | 72 |
| Binary | 11011011 | 1110111 | 1001110 | 0 | 101110 | 1000000 | 1110 | 10001 | 1000010 | 111010 |
Color Harmonies of #DB774E
Complementary color
Monochromatic Colors of #DB774E
Black with #DB774E
Text Example
Text Example
White with #DB774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB774E; }
p { color: rgb(219,119,78); }
H1.HeaderClassName
{
color: #DB774E;
}
.AnyTagClassName
{
color: #DB774E;
}
</style>
background-color css
<style>
a { background-color: #DB774E; }
a { background-color: rgb(219,119,78); }
div.DivClassName
{
background-color: #DB774E;
}
.BgClassName
{
background-color: #DB774E;
}
</style>
border-color css
<style>
span { border-color: #DB774E; }
span { border-color: rgb(219,119,78); }
td.TdClassName
{
border-color: #DB774E;
}
.TagClassName
{
border-color: #DB774E;
}
</style>