Shades of Jaffa #DB724C
Tints of Jaffa #DB724C
RGB
CMYK
RGB Variations
Color information
#DB724C (or 0xDB724C) is known color: Jaffa. HEX triplet: DB, 72 and 4C. RGB value is (219,114,76). Sum of RGB (Red+Green+Blue) = 219+114+76=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB724C is #248DB3. Grayscale: #8D8D8D. Windows color (decimal): -2395572 or 5010139. OLE color: 5010139.
HSL color Cylindrical-coordinate representation of color #DB724C: hue angle of 15.94º 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 #DB724C is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 76 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.14 |
| HSL | 15.94º | 0.67% | 0.58% | - |
| HSV(B) | 15.94º | 0.65% | 0.86% | - |
| XYZ | 36.54 | 27.62 | 10.24 | - |
| YUV | 141.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 76 | 0 | 0.48 | 0.65 | 0.14 | 15.94 | 0.67 | 0.58 |
| Hex | DB | 72 | 4C | 0 | 30 | 41 | E | 10 | 43 | 3A |
| Octal | 333 | 162 | 114 | 0 | 60 | 101 | 16 | 20 | 103 | 72 |
| Binary | 11011011 | 1110010 | 1001100 | 0 | 110000 | 1000001 | 1110 | 10000 | 1000011 | 111010 |
Color Harmonies of #DB724C
Complementary color
Monochromatic Colors of #DB724C
Black with #DB724C
Text Example
Text Example
White with #DB724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB724C; }
p { color: rgb(219,114,76); }
H1.HeaderClassName
{
color: #DB724C;
}
.AnyTagClassName
{
color: #DB724C;
}
</style>
background-color css
<style>
a { background-color: #DB724C; }
a { background-color: rgb(219,114,76); }
div.DivClassName
{
background-color: #DB724C;
}
.BgClassName
{
background-color: #DB724C;
}
</style>
border-color css
<style>
span { border-color: #DB724C; }
span { border-color: rgb(219,114,76); }
td.TdClassName
{
border-color: #DB724C;
}
.TagClassName
{
border-color: #DB724C;
}
</style>