Shades of Jaffa #DB7242
Tints of Jaffa #DB7242
RGB
CMYK
RGB Variations
Color information
#DB7242 (or 0xDB7242) is known color: Jaffa. HEX triplet: DB, 72 and 42. RGB value is (219,114,66). Sum of RGB (Red+Green+Blue) = 219+114+66=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7242 is #248DBD. Grayscale: #8C8C8C. Windows color (decimal): -2395582 or 4354779. OLE color: 4354779.
HSL color Cylindrical-coordinate representation of color #DB7242: hue angle of 18.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB7242 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 66 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.14 |
| HSL | 18.82º | 0.68% | 0.56% | - |
| HSV(B) | 18.82º | 0.7% | 0.86% | - |
| XYZ | 36.21 | 27.49 | 8.55 | - |
| YUV | 139.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 66 | 0 | 0.48 | 0.70 | 0.14 | 18.82 | 0.68 | 0.56 |
| Hex | DB | 72 | 42 | 0 | 30 | 46 | E | 13 | 44 | 38 |
| Octal | 333 | 162 | 102 | 0 | 60 | 106 | 16 | 23 | 104 | 70 |
| Binary | 11011011 | 1110010 | 1000010 | 0 | 110000 | 1000110 | 1110 | 10011 | 1000100 | 111000 |
Color Harmonies of #DB7242
Complementary color
Monochromatic Colors of #DB7242
Black with #DB7242
Text Example
Text Example
White with #DB7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7242; }
p { color: rgb(219,114,66); }
H1.HeaderClassName
{
color: #DB7242;
}
.AnyTagClassName
{
color: #DB7242;
}
</style>
background-color css
<style>
a { background-color: #DB7242; }
a { background-color: rgb(219,114,66); }
div.DivClassName
{
background-color: #DB7242;
}
.BgClassName
{
background-color: #DB7242;
}
</style>
border-color css
<style>
span { border-color: #DB7242; }
span { border-color: rgb(219,114,66); }
td.TdClassName
{
border-color: #DB7242;
}
.TagClassName
{
border-color: #DB7242;
}
</style>