Shades of Jaffa #DB724D
Tints of Jaffa #DB724D
RGB
CMYK
RGB Variations
Color information
#DB724D (or 0xDB724D) is known color: Jaffa. HEX triplet: DB, 72 and 4D. RGB value is (219,114,77). Sum of RGB (Red+Green+Blue) = 219+114+77=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB724D is #248DB2. Grayscale: #8D8D8D. Windows color (decimal): -2395571 or 5075675. OLE color: 5075675.
HSL color Cylindrical-coordinate representation of color #DB724D: hue angle of 15.63º 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 #DB724D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 77 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.14 |
| HSL | 15.63º | 0.66% | 0.58% | - |
| HSV(B) | 15.63º | 0.65% | 0.86% | - |
| XYZ | 36.57 | 27.63 | 10.43 | - |
| YUV | 141.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 77 | 0 | 0.48 | 0.65 | 0.14 | 15.63 | 0.66 | 0.58 |
| Hex | DB | 72 | 4D | 0 | 30 | 41 | E | 10 | 42 | 3A |
| Octal | 333 | 162 | 115 | 0 | 60 | 101 | 16 | 20 | 102 | 72 |
| Binary | 11011011 | 1110010 | 1001101 | 0 | 110000 | 1000001 | 1110 | 10000 | 1000010 | 111010 |
Color Harmonies of #DB724D
Complementary color
Monochromatic Colors of #DB724D
Black with #DB724D
Text Example
Text Example
White with #DB724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB724D; }
p { color: rgb(219,114,77); }
H1.HeaderClassName
{
color: #DB724D;
}
.AnyTagClassName
{
color: #DB724D;
}
</style>
background-color css
<style>
a { background-color: #DB724D; }
a { background-color: rgb(219,114,77); }
div.DivClassName
{
background-color: #DB724D;
}
.BgClassName
{
background-color: #DB724D;
}
</style>
border-color css
<style>
span { border-color: #DB724D; }
span { border-color: rgb(219,114,77); }
td.TdClassName
{
border-color: #DB724D;
}
.TagClassName
{
border-color: #DB724D;
}
</style>