Shades of Jaffa #DB6E4A
Tints of Jaffa #DB6E4A
RGB
CMYK
RGB Variations
Color information
#DB6E4A (or 0xDB6E4A) is known color: Jaffa. HEX triplet: DB, 6E and 4A. RGB value is (219,110,74). Sum of RGB (Red+Green+Blue) = 219+110+74=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6E4A is #2491B5. Grayscale: #8A8A8A. Windows color (decimal): -2396598 or 4878043. OLE color: 4878043.
HSL color Cylindrical-coordinate representation of color #DB6E4A: hue angle of 14.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB6E4A is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 74 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.14 |
| HSL | 14.9º | 0.67% | 0.57% | - |
| HSV(B) | 14.9º | 0.66% | 0.86% | - |
| XYZ | 36.03 | 26.71 | 9.73 | - |
| YUV | 138.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 74 | 0 | 0.50 | 0.66 | 0.14 | 14.9 | 0.67 | 0.57 |
| Hex | DB | 6E | 4A | 0 | 32 | 42 | E | F | 43 | 39 |
| Octal | 333 | 156 | 112 | 0 | 62 | 102 | 16 | 17 | 103 | 71 |
| Binary | 11011011 | 1101110 | 1001010 | 0 | 110010 | 1000010 | 1110 | 1111 | 1000011 | 111001 |
Color Harmonies of #DB6E4A
Complementary color
Monochromatic Colors of #DB6E4A
Black with #DB6E4A
Text Example
Text Example
White with #DB6E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E4A; }
p { color: rgb(219,110,74); }
H1.HeaderClassName
{
color: #DB6E4A;
}
.AnyTagClassName
{
color: #DB6E4A;
}
</style>
background-color css
<style>
a { background-color: #DB6E4A; }
a { background-color: rgb(219,110,74); }
div.DivClassName
{
background-color: #DB6E4A;
}
.BgClassName
{
background-color: #DB6E4A;
}
</style>
border-color css
<style>
span { border-color: #DB6E4A; }
span { border-color: rgb(219,110,74); }
td.TdClassName
{
border-color: #DB6E4A;
}
.TagClassName
{
border-color: #DB6E4A;
}
</style>