Shades of Jaffa #DB774B
Tints of Jaffa #DB774B
RGB
CMYK
RGB Variations
Color information
#DB774B (or 0xDB774B) is known color: Jaffa. HEX triplet: DB, 77 and 4B. RGB value is (219,119,75). Sum of RGB (Red+Green+Blue) = 219+119+75=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB774B is #2488B4. Grayscale: #909090. Windows color (decimal): -2394293 or 4945883. OLE color: 4945883.
HSL color Cylindrical-coordinate representation of color #DB774B: hue angle of 18.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB774B is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 75 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.14 |
| HSL | 18.33º | 0.67% | 0.58% | - |
| HSV(B) | 18.33º | 0.66% | 0.86% | - |
| XYZ | 37.08 | 28.76 | 10.25 | - |
| YUV | 143.88 | 89.13 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 75 | 0 | 0.46 | 0.66 | 0.14 | 18.33 | 0.67 | 0.58 |
| Hex | DB | 77 | 4B | 0 | 2E | 42 | E | 12 | 43 | 3A |
| Octal | 333 | 167 | 113 | 0 | 56 | 102 | 16 | 22 | 103 | 72 |
| Binary | 11011011 | 1110111 | 1001011 | 0 | 101110 | 1000010 | 1110 | 10010 | 1000011 | 111010 |
Color Harmonies of #DB774B
Complementary color
Monochromatic Colors of #DB774B
Black with #DB774B
Text Example
Text Example
White with #DB774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB774B; }
p { color: rgb(219,119,75); }
H1.HeaderClassName
{
color: #DB774B;
}
.AnyTagClassName
{
color: #DB774B;
}
</style>
background-color css
<style>
a { background-color: #DB774B; }
a { background-color: rgb(219,119,75); }
div.DivClassName
{
background-color: #DB774B;
}
.BgClassName
{
background-color: #DB774B;
}
</style>
border-color css
<style>
span { border-color: #DB774B; }
span { border-color: rgb(219,119,75); }
td.TdClassName
{
border-color: #DB774B;
}
.TagClassName
{
border-color: #DB774B;
}
</style>