Shades of Jaffa #DB743F
Tints of Jaffa #DB743F
RGB
CMYK
RGB Variations
Color information
#DB743F (or 0xDB743F) is known color: Jaffa. HEX triplet: DB, 74 and 3F. RGB value is (219,116,63). Sum of RGB (Red+Green+Blue) = 219+116+63=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB743F is #248BC0. Grayscale: #8D8D8D. Windows color (decimal): -2395073 or 4158683. OLE color: 4158683.
HSL color Cylindrical-coordinate representation of color #DB743F: hue angle of 20.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB743F is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 63 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.14 |
| HSL | 20.38º | 0.68% | 0.55% | - |
| HSV(B) | 20.38º | 0.71% | 0.86% | - |
| XYZ | 36.36 | 27.91 | 8.17 | - |
| YUV | 140.76 | 84.12 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 63 | 0 | 0.47 | 0.71 | 0.14 | 20.38 | 0.68 | 0.55 |
| Hex | DB | 74 | 3F | 0 | 2F | 47 | E | 14 | 44 | 37 |
| Octal | 333 | 164 | 77 | 0 | 57 | 107 | 16 | 24 | 104 | 67 |
| Binary | 11011011 | 1110100 | 111111 | 0 | 101111 | 1000111 | 1110 | 10100 | 1000100 | 110111 |
Color Harmonies of #DB743F
Complementary color
Monochromatic Colors of #DB743F
Black with #DB743F
Text Example
Text Example
White with #DB743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB743F; }
p { color: rgb(219,116,63); }
H1.HeaderClassName
{
color: #DB743F;
}
.AnyTagClassName
{
color: #DB743F;
}
</style>
background-color css
<style>
a { background-color: #DB743F; }
a { background-color: rgb(219,116,63); }
div.DivClassName
{
background-color: #DB743F;
}
.BgClassName
{
background-color: #DB743F;
}
</style>
border-color css
<style>
span { border-color: #DB743F; }
span { border-color: rgb(219,116,63); }
td.TdClassName
{
border-color: #DB743F;
}
.TagClassName
{
border-color: #DB743F;
}
</style>