Shades of Jaffa #DB7B3F
Tints of Jaffa #DB7B3F
RGB
CMYK
RGB Variations
Color information
#DB7B3F (or 0xDB7B3F) is known color: Jaffa. HEX triplet: DB, 7B and 3F. RGB value is (219,123,63). Sum of RGB (Red+Green+Blue) = 219+123+63=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B3F is #2484C0. Grayscale: #919191. Windows color (decimal): -2393281 or 4160475. OLE color: 4160475.
HSL color Cylindrical-coordinate representation of color #DB7B3F: hue angle of 23.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB7B3F is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 63 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.14 |
| HSL | 23.08º | 0.68% | 0.55% | - |
| HSV(B) | 23.08º | 0.71% | 0.86% | - |
| XYZ | 37.19 | 29.58 | 8.45 | - |
| YUV | 144.86 | 81.8 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 63 | 0 | 0.44 | 0.71 | 0.14 | 23.08 | 0.68 | 0.55 |
| Hex | DB | 7B | 3F | 0 | 2C | 47 | E | 17 | 44 | 37 |
| Octal | 333 | 173 | 77 | 0 | 54 | 107 | 16 | 27 | 104 | 67 |
| Binary | 11011011 | 1111011 | 111111 | 0 | 101100 | 1000111 | 1110 | 10111 | 1000100 | 110111 |
Color Harmonies of #DB7B3F
Complementary color
Monochromatic Colors of #DB7B3F
Black with #DB7B3F
Text Example
Text Example
White with #DB7B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B3F; }
p { color: rgb(219,123,63); }
H1.HeaderClassName
{
color: #DB7B3F;
}
.AnyTagClassName
{
color: #DB7B3F;
}
</style>
background-color css
<style>
a { background-color: #DB7B3F; }
a { background-color: rgb(219,123,63); }
div.DivClassName
{
background-color: #DB7B3F;
}
.BgClassName
{
background-color: #DB7B3F;
}
</style>
border-color css
<style>
span { border-color: #DB7B3F; }
span { border-color: rgb(219,123,63); }
td.TdClassName
{
border-color: #DB7B3F;
}
.TagClassName
{
border-color: #DB7B3F;
}
</style>