Shades of Jaffa #DB7950
Tints of Jaffa #DB7950
RGB
CMYK
RGB Variations
Color information
#DB7950 (or 0xDB7950) is known color: Jaffa. HEX triplet: DB, 79 and 50. RGB value is (219,121,80). Sum of RGB (Red+Green+Blue) = 219+121+80=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7950 is #2486AF. Grayscale: #919191. Windows color (decimal): -2393776 or 5274075. OLE color: 5274075.
HSL color Cylindrical-coordinate representation of color #DB7950: hue angle of 17.7º 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 #DB7950 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 80 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.14 |
| HSL | 17.7º | 0.66% | 0.59% | - |
| HSV(B) | 17.7º | 0.63% | 0.86% | - |
| XYZ | 37.5 | 29.31 | 11.27 | - |
| YUV | 145.63 | 90.97 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 80 | 0 | 0.45 | 0.63 | 0.14 | 17.7 | 0.66 | 0.59 |
| Hex | DB | 79 | 50 | 0 | 2D | 3F | E | 12 | 42 | 3B |
| Octal | 333 | 171 | 120 | 0 | 55 | 77 | 16 | 22 | 102 | 73 |
| Binary | 11011011 | 1111001 | 1010000 | 0 | 101101 | 111111 | 1110 | 10010 | 1000010 | 111011 |
Color Harmonies of #DB7950
Complementary color
Monochromatic Colors of #DB7950
Black with #DB7950
Text Example
Text Example
White with #DB7950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7950; }
p { color: rgb(219,121,80); }
H1.HeaderClassName
{
color: #DB7950;
}
.AnyTagClassName
{
color: #DB7950;
}
</style>
background-color css
<style>
a { background-color: #DB7950; }
a { background-color: rgb(219,121,80); }
div.DivClassName
{
background-color: #DB7950;
}
.BgClassName
{
background-color: #DB7950;
}
</style>
border-color css
<style>
span { border-color: #DB7950; }
span { border-color: rgb(219,121,80); }
td.TdClassName
{
border-color: #DB7950;
}
.TagClassName
{
border-color: #DB7950;
}
</style>