Shades of Jaffa #DB744D
Tints of Jaffa #DB744D
RGB
CMYK
RGB Variations
Color information
#DB744D (or 0xDB744D) is known color: Jaffa. HEX triplet: DB, 74 and 4D. RGB value is (219,116,77). Sum of RGB (Red+Green+Blue) = 219+116+77=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB744D is #248BB2. Grayscale: #8E8E8E. Windows color (decimal): -2395059 or 5076187. OLE color: 5076187.
HSL color Cylindrical-coordinate representation of color #DB744D: hue angle of 16.48º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB744D is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 77 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.14 |
| HSL | 16.48º | 0.66% | 0.58% | - |
| HSV(B) | 16.48º | 0.65% | 0.86% | - |
| XYZ | 36.8 | 28.09 | 10.5 | - |
| YUV | 142.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 77 | 0 | 0.47 | 0.65 | 0.14 | 16.48 | 0.66 | 0.58 |
| Hex | DB | 74 | 4D | 0 | 2F | 41 | E | 10 | 42 | 3A |
| Octal | 333 | 164 | 115 | 0 | 57 | 101 | 16 | 20 | 102 | 72 |
| Binary | 11011011 | 1110100 | 1001101 | 0 | 101111 | 1000001 | 1110 | 10000 | 1000010 | 111010 |
Color Harmonies of #DB744D
Complementary color
Monochromatic Colors of #DB744D
Black with #DB744D
Text Example
Text Example
White with #DB744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB744D; }
p { color: rgb(219,116,77); }
H1.HeaderClassName
{
color: #DB744D;
}
.AnyTagClassName
{
color: #DB744D;
}
</style>
background-color css
<style>
a { background-color: #DB744D; }
a { background-color: rgb(219,116,77); }
div.DivClassName
{
background-color: #DB744D;
}
.BgClassName
{
background-color: #DB744D;
}
</style>
border-color css
<style>
span { border-color: #DB744D; }
span { border-color: rgb(219,116,77); }
td.TdClassName
{
border-color: #DB744D;
}
.TagClassName
{
border-color: #DB744D;
}
</style>