Shades of Jaffa #DB734D
Tints of Jaffa #DB734D
RGB
CMYK
RGB Variations
Color information
#DB734D (or 0xDB734D) is known color: Jaffa. HEX triplet: DB, 73 and 4D. RGB value is (219,115,77). Sum of RGB (Red+Green+Blue) = 219+115+77=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB734D is #248CB2. Grayscale: #8E8E8E. Windows color (decimal): -2395315 or 5075931. OLE color: 5075931.
HSL color Cylindrical-coordinate representation of color #DB734D: hue angle of 16.06º 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 #DB734D is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 77 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.14 |
| HSL | 16.06º | 0.66% | 0.58% | - |
| HSV(B) | 16.06º | 0.65% | 0.86% | - |
| XYZ | 36.68 | 27.86 | 10.46 | - |
| YUV | 141.76 | 91.46 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 77 | 0 | 0.47 | 0.65 | 0.14 | 16.06 | 0.66 | 0.58 |
| Hex | DB | 73 | 4D | 0 | 2F | 41 | E | 10 | 42 | 3A |
| Octal | 333 | 163 | 115 | 0 | 57 | 101 | 16 | 20 | 102 | 72 |
| Binary | 11011011 | 1110011 | 1001101 | 0 | 101111 | 1000001 | 1110 | 10000 | 1000010 | 111010 |
Color Harmonies of #DB734D
Complementary color
Monochromatic Colors of #DB734D
Black with #DB734D
Text Example
Text Example
White with #DB734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB734D; }
p { color: rgb(219,115,77); }
H1.HeaderClassName
{
color: #DB734D;
}
.AnyTagClassName
{
color: #DB734D;
}
</style>
background-color css
<style>
a { background-color: #DB734D; }
a { background-color: rgb(219,115,77); }
div.DivClassName
{
background-color: #DB734D;
}
.BgClassName
{
background-color: #DB734D;
}
</style>
border-color css
<style>
span { border-color: #DB734D; }
span { border-color: rgb(219,115,77); }
td.TdClassName
{
border-color: #DB734D;
}
.TagClassName
{
border-color: #DB734D;
}
</style>