Shades of Jaffa #DB7B51
Tints of Jaffa #DB7B51
RGB
CMYK
RGB Variations
Color information
#DB7B51 (or 0xDB7B51) is known color: Jaffa. HEX triplet: DB, 7B and 51. RGB value is (219,123,81). Sum of RGB (Red+Green+Blue) = 219+123+81=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B51 is #2484AE. Grayscale: #939393. Windows color (decimal): -2393263 or 5340123. OLE color: 5340123.
HSL color Cylindrical-coordinate representation of color #DB7B51: hue angle of 18.26º 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 #DB7B51 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 81 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.14 |
| HSL | 18.26º | 0.66% | 0.59% | - |
| HSV(B) | 18.26º | 0.63% | 0.86% | - |
| XYZ | 37.78 | 29.82 | 11.55 | - |
| YUV | 146.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 81 | 0 | 0.44 | 0.63 | 0.14 | 18.26 | 0.66 | 0.59 |
| Hex | DB | 7B | 51 | 0 | 2C | 3F | E | 12 | 42 | 3B |
| Octal | 333 | 173 | 121 | 0 | 54 | 77 | 16 | 22 | 102 | 73 |
| Binary | 11011011 | 1111011 | 1010001 | 0 | 101100 | 111111 | 1110 | 10010 | 1000010 | 111011 |
Color Harmonies of #DB7B51
Complementary color
Monochromatic Colors of #DB7B51
Black with #DB7B51
Text Example
Text Example
White with #DB7B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B51; }
p { color: rgb(219,123,81); }
H1.HeaderClassName
{
color: #DB7B51;
}
.AnyTagClassName
{
color: #DB7B51;
}
</style>
background-color css
<style>
a { background-color: #DB7B51; }
a { background-color: rgb(219,123,81); }
div.DivClassName
{
background-color: #DB7B51;
}
.BgClassName
{
background-color: #DB7B51;
}
</style>
border-color css
<style>
span { border-color: #DB7B51; }
span { border-color: rgb(219,123,81); }
td.TdClassName
{
border-color: #DB7B51;
}
.TagClassName
{
border-color: #DB7B51;
}
</style>