Shades of Jaffa #DB6F45
Tints of Jaffa #DB6F45
RGB
CMYK
RGB Variations
Color information
#DB6F45 (or 0xDB6F45) is known color: Jaffa. HEX triplet: DB, 6F and 45. RGB value is (219,111,69). Sum of RGB (Red+Green+Blue) = 219+111+69=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F45 is #2490BA. Grayscale: #8A8A8A. Windows color (decimal): -2396347 or 4550619. OLE color: 4550619.
HSL color Cylindrical-coordinate representation of color #DB6F45: hue angle of 16.8º 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 #DB6F45 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 69 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.14 |
| HSL | 16.8º | 0.68% | 0.56% | - |
| HSV(B) | 16.8º | 0.68% | 0.86% | - |
| XYZ | 35.97 | 26.86 | 8.92 | - |
| YUV | 138.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 69 | 0 | 0.49 | 0.68 | 0.14 | 16.8 | 0.68 | 0.56 |
| Hex | DB | 6F | 45 | 0 | 31 | 44 | E | 11 | 44 | 38 |
| Octal | 333 | 157 | 105 | 0 | 61 | 104 | 16 | 21 | 104 | 70 |
| Binary | 11011011 | 1101111 | 1000101 | 0 | 110001 | 1000100 | 1110 | 10001 | 1000100 | 111000 |
Color Harmonies of #DB6F45
Complementary color
Monochromatic Colors of #DB6F45
Black with #DB6F45
Text Example
Text Example
White with #DB6F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F45; }
p { color: rgb(219,111,69); }
H1.HeaderClassName
{
color: #DB6F45;
}
.AnyTagClassName
{
color: #DB6F45;
}
</style>
background-color css
<style>
a { background-color: #DB6F45; }
a { background-color: rgb(219,111,69); }
div.DivClassName
{
background-color: #DB6F45;
}
.BgClassName
{
background-color: #DB6F45;
}
</style>
border-color css
<style>
span { border-color: #DB6F45; }
span { border-color: rgb(219,111,69); }
td.TdClassName
{
border-color: #DB6F45;
}
.TagClassName
{
border-color: #DB6F45;
}
</style>