Shades of Jaffa #DB743E
Tints of Jaffa #DB743E
RGB
CMYK
RGB Variations
Color information
#DB743E (or 0xDB743E) is known color: Jaffa. HEX triplet: DB, 74 and 3E. RGB value is (219,116,62). Sum of RGB (Red+Green+Blue) = 219+116+62=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB743E is #248BC1. Grayscale: #8C8C8C. Windows color (decimal): -2395074 or 4093147. OLE color: 4093147.
HSL color Cylindrical-coordinate representation of color #DB743E: hue angle of 20.64º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB743E is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 62 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.14 |
| HSL | 20.64º | 0.69% | 0.55% | - |
| HSV(B) | 20.64º | 0.72% | 0.86% | - |
| XYZ | 36.33 | 27.9 | 8.03 | - |
| YUV | 140.64 | 83.62 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 62 | 0 | 0.47 | 0.72 | 0.14 | 20.64 | 0.69 | 0.55 |
| Hex | DB | 74 | 3E | 0 | 2F | 48 | E | 15 | 45 | 37 |
| Octal | 333 | 164 | 76 | 0 | 57 | 110 | 16 | 25 | 105 | 67 |
| Binary | 11011011 | 1110100 | 111110 | 0 | 101111 | 1001000 | 1110 | 10101 | 1000101 | 110111 |
Color Harmonies of #DB743E
Complementary color
Monochromatic Colors of #DB743E
Black with #DB743E
Text Example
Text Example
White with #DB743E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB743E; }
p { color: rgb(219,116,62); }
H1.HeaderClassName
{
color: #DB743E;
}
.AnyTagClassName
{
color: #DB743E;
}
</style>
background-color css
<style>
a { background-color: #DB743E; }
a { background-color: rgb(219,116,62); }
div.DivClassName
{
background-color: #DB743E;
}
.BgClassName
{
background-color: #DB743E;
}
</style>
border-color css
<style>
span { border-color: #DB743E; }
span { border-color: rgb(219,116,62); }
td.TdClassName
{
border-color: #DB743E;
}
.TagClassName
{
border-color: #DB743E;
}
</style>