Shades of Jaffa #DB7C53
Tints of Jaffa #DB7C53
RGB
CMYK
RGB Variations
Color information
#DB7C53 (or 0xDB7C53) is known color: Jaffa. HEX triplet: DB, 7C and 53. RGB value is (219,124,83). Sum of RGB (Red+Green+Blue) = 219+124+83=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C53 is #2483AC. Grayscale: #939393. Windows color (decimal): -2393005 or 5471451. OLE color: 5471451.
HSL color Cylindrical-coordinate representation of color #DB7C53: hue angle of 18.09º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB7C53 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 83 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.14 |
| HSL | 18.09º | 0.65% | 0.59% | - |
| HSV(B) | 18.09º | 0.62% | 0.86% | - |
| XYZ | 37.98 | 30.1 | 11.99 | - |
| YUV | 147.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 83 | 0 | 0.43 | 0.62 | 0.14 | 18.09 | 0.65 | 0.59 |
| Hex | DB | 7C | 53 | 0 | 2B | 3E | E | 12 | 41 | 3B |
| Octal | 333 | 174 | 123 | 0 | 53 | 76 | 16 | 22 | 101 | 73 |
| Binary | 11011011 | 1111100 | 1010011 | 0 | 101011 | 111110 | 1110 | 10010 | 1000001 | 111011 |
Color Harmonies of #DB7C53
Complementary color
Monochromatic Colors of #DB7C53
Black with #DB7C53
Text Example
Text Example
White with #DB7C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C53; }
p { color: rgb(219,124,83); }
H1.HeaderClassName
{
color: #DB7C53;
}
.AnyTagClassName
{
color: #DB7C53;
}
</style>
background-color css
<style>
a { background-color: #DB7C53; }
a { background-color: rgb(219,124,83); }
div.DivClassName
{
background-color: #DB7C53;
}
.BgClassName
{
background-color: #DB7C53;
}
</style>
border-color css
<style>
span { border-color: #DB7C53; }
span { border-color: rgb(219,124,83); }
td.TdClassName
{
border-color: #DB7C53;
}
.TagClassName
{
border-color: #DB7C53;
}
</style>