Shades of Jaffa #DB6F48
Tints of Jaffa #DB6F48
RGB
CMYK
RGB Variations
Color information
#DB6F48 (or 0xDB6F48) is known color: Jaffa. HEX triplet: DB, 6F and 48. RGB value is (219,111,72). Sum of RGB (Red+Green+Blue) = 219+111+72=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F48 is #2490B7. Grayscale: #8B8B8B. Windows color (decimal): -2396344 or 4747227. OLE color: 4747227.
HSL color Cylindrical-coordinate representation of color #DB6F48: hue angle of 15.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB6F48 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 72 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.14 |
| HSL | 15.92º | 0.67% | 0.57% | - |
| HSV(B) | 15.92º | 0.67% | 0.86% | - |
| XYZ | 36.07 | 26.9 | 9.42 | - |
| YUV | 138.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 72 | 0 | 0.49 | 0.67 | 0.14 | 15.92 | 0.67 | 0.57 |
| Hex | DB | 6F | 48 | 0 | 31 | 43 | E | 10 | 43 | 39 |
| Octal | 333 | 157 | 110 | 0 | 61 | 103 | 16 | 20 | 103 | 71 |
| Binary | 11011011 | 1101111 | 1001000 | 0 | 110001 | 1000011 | 1110 | 10000 | 1000011 | 111001 |
Color Harmonies of #DB6F48
Complementary color
Monochromatic Colors of #DB6F48
Black with #DB6F48
Text Example
Text Example
White with #DB6F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F48; }
p { color: rgb(219,111,72); }
H1.HeaderClassName
{
color: #DB6F48;
}
.AnyTagClassName
{
color: #DB6F48;
}
</style>
background-color css
<style>
a { background-color: #DB6F48; }
a { background-color: rgb(219,111,72); }
div.DivClassName
{
background-color: #DB6F48;
}
.BgClassName
{
background-color: #DB6F48;
}
</style>
border-color css
<style>
span { border-color: #DB6F48; }
span { border-color: rgb(219,111,72); }
td.TdClassName
{
border-color: #DB6F48;
}
.TagClassName
{
border-color: #DB6F48;
}
</style>