Shades of Jaffa #DB734C
Tints of Jaffa #DB734C
RGB
CMYK
RGB Variations
Color information
#DB734C (or 0xDB734C) is known color: Jaffa. HEX triplet: DB, 73 and 4C. RGB value is (219,115,76). Sum of RGB (Red+Green+Blue) = 219+115+76=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB734C is #248CB3. Grayscale: #8D8D8D. Windows color (decimal): -2395316 or 5010395. OLE color: 5010395.
HSL color Cylindrical-coordinate representation of color #DB734C: hue angle of 16.36º degrees, saturation: 0.67, 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 #DB734C is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 76 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.14 |
| HSL | 16.36º | 0.67% | 0.58% | - |
| HSV(B) | 16.36º | 0.65% | 0.86% | - |
| XYZ | 36.65 | 27.84 | 10.28 | - |
| YUV | 141.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 76 | 0 | 0.47 | 0.65 | 0.14 | 16.36 | 0.67 | 0.58 |
| Hex | DB | 73 | 4C | 0 | 2F | 41 | E | 10 | 43 | 3A |
| Octal | 333 | 163 | 114 | 0 | 57 | 101 | 16 | 20 | 103 | 72 |
| Binary | 11011011 | 1110011 | 1001100 | 0 | 101111 | 1000001 | 1110 | 10000 | 1000011 | 111010 |
Color Harmonies of #DB734C
Complementary color
Monochromatic Colors of #DB734C
Black with #DB734C
Text Example
Text Example
White with #DB734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB734C; }
p { color: rgb(219,115,76); }
H1.HeaderClassName
{
color: #DB734C;
}
.AnyTagClassName
{
color: #DB734C;
}
</style>
background-color css
<style>
a { background-color: #DB734C; }
a { background-color: rgb(219,115,76); }
div.DivClassName
{
background-color: #DB734C;
}
.BgClassName
{
background-color: #DB734C;
}
</style>
border-color css
<style>
span { border-color: #DB734C; }
span { border-color: rgb(219,115,76); }
td.TdClassName
{
border-color: #DB734C;
}
.TagClassName
{
border-color: #DB734C;
}
</style>