Shades of Jaffa #DB6D48
Tints of Jaffa #DB6D48
RGB
CMYK
RGB Variations
Color information
#DB6D48 (or 0xDB6D48) is known color: Jaffa. HEX triplet: DB, 6D and 48. RGB value is (219,109,72). Sum of RGB (Red+Green+Blue) = 219+109+72=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6D48 is #2492B7. Grayscale: #898989. Windows color (decimal): -2396856 or 4746715. OLE color: 4746715.
HSL color Cylindrical-coordinate representation of color #DB6D48: hue angle of 15.1º 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 #DB6D48 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 72 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.14 |
| HSL | 15.1º | 0.67% | 0.57% | - |
| HSV(B) | 15.1º | 0.67% | 0.86% | - |
| XYZ | 35.85 | 26.47 | 9.35 | - |
| YUV | 137.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 72 | 0 | 0.50 | 0.67 | 0.14 | 15.1 | 0.67 | 0.57 |
| Hex | DB | 6D | 48 | 0 | 32 | 43 | E | F | 43 | 39 |
| Octal | 333 | 155 | 110 | 0 | 62 | 103 | 16 | 17 | 103 | 71 |
| Binary | 11011011 | 1101101 | 1001000 | 0 | 110010 | 1000011 | 1110 | 1111 | 1000011 | 111001 |
Color Harmonies of #DB6D48
Complementary color
Monochromatic Colors of #DB6D48
Black with #DB6D48
Text Example
Text Example
White with #DB6D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D48; }
p { color: rgb(219,109,72); }
H1.HeaderClassName
{
color: #DB6D48;
}
.AnyTagClassName
{
color: #DB6D48;
}
</style>
background-color css
<style>
a { background-color: #DB6D48; }
a { background-color: rgb(219,109,72); }
div.DivClassName
{
background-color: #DB6D48;
}
.BgClassName
{
background-color: #DB6D48;
}
</style>
border-color css
<style>
span { border-color: #DB6D48; }
span { border-color: rgb(219,109,72); }
td.TdClassName
{
border-color: #DB6D48;
}
.TagClassName
{
border-color: #DB6D48;
}
</style>