Shades of Jaffa #DB7751
Tints of Jaffa #DB7751
RGB
CMYK
RGB Variations
Color information
#DB7751 (or 0xDB7751) is known color: Jaffa. HEX triplet: DB, 77 and 51. RGB value is (219,119,81). Sum of RGB (Red+Green+Blue) = 219+119+81=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7751 is #2488AE. Grayscale: #909090. Windows color (decimal): -2394287 or 5339099. OLE color: 5339099.
HSL color Cylindrical-coordinate representation of color #DB7751: hue angle of 16.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7751 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 81 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.14 |
| HSL | 16.52º | 0.66% | 0.59% | - |
| HSV(B) | 16.52º | 0.63% | 0.86% | - |
| XYZ | 37.3 | 28.85 | 11.39 | - |
| YUV | 144.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 81 | 0 | 0.46 | 0.63 | 0.14 | 16.52 | 0.66 | 0.59 |
| Hex | DB | 77 | 51 | 0 | 2E | 3F | E | 11 | 42 | 3B |
| Octal | 333 | 167 | 121 | 0 | 56 | 77 | 16 | 21 | 102 | 73 |
| Binary | 11011011 | 1110111 | 1010001 | 0 | 101110 | 111111 | 1110 | 10001 | 1000010 | 111011 |
Color Harmonies of #DB7751
Complementary color
Monochromatic Colors of #DB7751
Black with #DB7751
Text Example
Text Example
White with #DB7751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7751; }
p { color: rgb(219,119,81); }
H1.HeaderClassName
{
color: #DB7751;
}
.AnyTagClassName
{
color: #DB7751;
}
</style>
background-color css
<style>
a { background-color: #DB7751; }
a { background-color: rgb(219,119,81); }
div.DivClassName
{
background-color: #DB7751;
}
.BgClassName
{
background-color: #DB7751;
}
</style>
border-color css
<style>
span { border-color: #DB7751; }
span { border-color: rgb(219,119,81); }
td.TdClassName
{
border-color: #DB7751;
}
.TagClassName
{
border-color: #DB7751;
}
</style>