Shades of Jaffa #DB7B45
Tints of Jaffa #DB7B45
RGB
CMYK
RGB Variations
Color information
#DB7B45 (or 0xDB7B45) is known color: Jaffa. HEX triplet: DB, 7B and 45. RGB value is (219,123,69). Sum of RGB (Red+Green+Blue) = 219+123+69=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B45 is #2484BA. Grayscale: #919191. Windows color (decimal): -2393275 or 4553691. OLE color: 4553691.
HSL color Cylindrical-coordinate representation of color #DB7B45: hue angle of 21.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB7B45 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 69 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.14 |
| HSL | 21.6º | 0.68% | 0.56% | - |
| HSV(B) | 21.6º | 0.68% | 0.86% | - |
| XYZ | 37.37 | 29.66 | 9.38 | - |
| YUV | 145.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 69 | 0 | 0.44 | 0.68 | 0.14 | 21.6 | 0.68 | 0.56 |
| Hex | DB | 7B | 45 | 0 | 2C | 44 | E | 16 | 44 | 38 |
| Octal | 333 | 173 | 105 | 0 | 54 | 104 | 16 | 26 | 104 | 70 |
| Binary | 11011011 | 1111011 | 1000101 | 0 | 101100 | 1000100 | 1110 | 10110 | 1000100 | 111000 |
Color Harmonies of #DB7B45
Complementary color
Monochromatic Colors of #DB7B45
Black with #DB7B45
Text Example
Text Example
White with #DB7B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B45; }
p { color: rgb(219,123,69); }
H1.HeaderClassName
{
color: #DB7B45;
}
.AnyTagClassName
{
color: #DB7B45;
}
</style>
background-color css
<style>
a { background-color: #DB7B45; }
a { background-color: rgb(219,123,69); }
div.DivClassName
{
background-color: #DB7B45;
}
.BgClassName
{
background-color: #DB7B45;
}
</style>
border-color css
<style>
span { border-color: #DB7B45; }
span { border-color: rgb(219,123,69); }
td.TdClassName
{
border-color: #DB7B45;
}
.TagClassName
{
border-color: #DB7B45;
}
</style>