Shades of Jaffa #DB6E46
Tints of Jaffa #DB6E46
RGB
CMYK
RGB Variations
Color information
#DB6E46 (or 0xDB6E46) is known color: Jaffa. HEX triplet: DB, 6E and 46. RGB value is (219,110,70). Sum of RGB (Red+Green+Blue) = 219+110+70=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6E46 is #2491B9. Grayscale: #8A8A8A. Windows color (decimal): -2396602 or 4615899. OLE color: 4615899.
HSL color Cylindrical-coordinate representation of color #DB6E46: hue angle of 16.11º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB6E46 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 110 | 70 | - |
CMYK | 0 | 0.50 | 0.68 | 0.14 |
HSL | 16.11º | 0.67% | 0.57% | - |
HSV(B) | 16.11º | 0.68% | 0.86% | - |
XYZ | 35.89 | 26.65 | 9.05 | - |
YUV | 138.03 | 89.61 | 185.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 110 | 70 | 0 | 0.50 | 0.68 | 0.14 | 16.11 | 0.67 | 0.57 |
Hex | DB | 6E | 46 | 0 | 32 | 44 | E | 10 | 43 | 39 |
Octal | 333 | 156 | 106 | 0 | 62 | 104 | 16 | 20 | 103 | 71 |
Binary | 11011011 | 1101110 | 1000110 | 0 | 110010 | 1000100 | 1110 | 10000 | 1000011 | 111001 |
Color Harmonies of #DB6E46
Complementary color
Monochromatic Colors of #DB6E46
Black with #DB6E46
Text Example
Text Example
White with #DB6E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E46; }
p { color: rgb(219,110,70); }
H1.HeaderClassName
{
color: #DB6E46;
}
.AnyTagClassName
{
color: #DB6E46;
}
</style>
background-color css
<style>
a { background-color: #DB6E46; }
a { background-color: rgb(219,110,70); }
div.DivClassName
{
background-color: #DB6E46;
}
.BgClassName
{
background-color: #DB6E46;
}
</style>
border-color css
<style>
span { border-color: #DB6E46; }
span { border-color: rgb(219,110,70); }
td.TdClassName
{
border-color: #DB6E46;
}
.TagClassName
{
border-color: #DB6E46;
}
</style>