Shades of Jaffa #DB724B
Tints of Jaffa #DB724B
RGB
CMYK
RGB Variations
Color information
#DB724B (or 0xDB724B) is known color: Jaffa. HEX triplet: DB, 72 and 4B. RGB value is (219,114,75). Sum of RGB (Red+Green+Blue) = 219+114+75=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB724B is #248DB4. Grayscale: #8D8D8D. Windows color (decimal): -2395573 or 4944603. OLE color: 4944603.
HSL color Cylindrical-coordinate representation of color #DB724B: hue angle of 16.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB724B is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 75 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.14 |
| HSL | 16.25º | 0.67% | 0.58% | - |
| HSV(B) | 16.25º | 0.66% | 0.86% | - |
| XYZ | 36.5 | 27.6 | 10.06 | - |
| YUV | 140.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 75 | 0 | 0.48 | 0.66 | 0.14 | 16.25 | 0.67 | 0.58 |
| Hex | DB | 72 | 4B | 0 | 30 | 42 | E | 10 | 43 | 3A |
| Octal | 333 | 162 | 113 | 0 | 60 | 102 | 16 | 20 | 103 | 72 |
| Binary | 11011011 | 1110010 | 1001011 | 0 | 110000 | 1000010 | 1110 | 10000 | 1000011 | 111010 |
Color Harmonies of #DB724B
Complementary color
Monochromatic Colors of #DB724B
Black with #DB724B
Text Example
Text Example
White with #DB724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB724B; }
p { color: rgb(219,114,75); }
H1.HeaderClassName
{
color: #DB724B;
}
.AnyTagClassName
{
color: #DB724B;
}
</style>
background-color css
<style>
a { background-color: #DB724B; }
a { background-color: rgb(219,114,75); }
div.DivClassName
{
background-color: #DB724B;
}
.BgClassName
{
background-color: #DB724B;
}
</style>
border-color css
<style>
span { border-color: #DB724B; }
span { border-color: rgb(219,114,75); }
td.TdClassName
{
border-color: #DB724B;
}
.TagClassName
{
border-color: #DB724B;
}
</style>