Shades of Jaffa #DB7E55
Tints of Jaffa #DB7E55
RGB
CMYK
RGB Variations
Color information
#DB7E55 (or 0xDB7E55) is known color: Jaffa. HEX triplet: DB, 7E and 55. RGB value is (219,126,85). Sum of RGB (Red+Green+Blue) = 219+126+85=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E55 is #2481AA. Grayscale: #959595. Windows color (decimal): -2392491 or 5603035. OLE color: 5603035.
HSL color Cylindrical-coordinate representation of color #DB7E55: hue angle of 18.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB7E55 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 85 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.14 |
| HSL | 18.36º | 0.65% | 0.6% | - |
| HSV(B) | 18.36º | 0.61% | 0.86% | - |
| XYZ | 38.31 | 30.64 | 12.49 | - |
| YUV | 149.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 85 | 0 | 0.42 | 0.61 | 0.14 | 18.36 | 0.65 | 0.6 |
| Hex | DB | 7E | 55 | 0 | 2A | 3D | E | 12 | 41 | 3C |
| Octal | 333 | 176 | 125 | 0 | 52 | 75 | 16 | 22 | 101 | 74 |
| Binary | 11011011 | 1111110 | 1010101 | 0 | 101010 | 111101 | 1110 | 10010 | 1000001 | 111100 |
Color Harmonies of #DB7E55
Complementary color
Monochromatic Colors of #DB7E55
Black with #DB7E55
Text Example
Text Example
White with #DB7E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E55; }
p { color: rgb(219,126,85); }
H1.HeaderClassName
{
color: #DB7E55;
}
.AnyTagClassName
{
color: #DB7E55;
}
</style>
background-color css
<style>
a { background-color: #DB7E55; }
a { background-color: rgb(219,126,85); }
div.DivClassName
{
background-color: #DB7E55;
}
.BgClassName
{
background-color: #DB7E55;
}
</style>
border-color css
<style>
span { border-color: #DB7E55; }
span { border-color: rgb(219,126,85); }
td.TdClassName
{
border-color: #DB7E55;
}
.TagClassName
{
border-color: #DB7E55;
}
</style>