Shades of Jaffa #DB714D
Tints of Jaffa #DB714D
RGB
CMYK
RGB Variations
Color information
#DB714D (or 0xDB714D) is known color: Jaffa. HEX triplet: DB, 71 and 4D. RGB value is (219,113,77). Sum of RGB (Red+Green+Blue) = 219+113+77=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB714D is #248EB2. Grayscale: #8C8C8C. Windows color (decimal): -2395827 or 5075419. OLE color: 5075419.
HSL color Cylindrical-coordinate representation of color #DB714D: hue angle of 15.21º 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 #DB714D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 77 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.14 |
| HSL | 15.21º | 0.66% | 0.58% | - |
| HSV(B) | 15.21º | 0.65% | 0.86% | - |
| XYZ | 36.46 | 27.41 | 10.39 | - |
| YUV | 140.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 77 | 0 | 0.48 | 0.65 | 0.14 | 15.21 | 0.66 | 0.58 |
| Hex | DB | 71 | 4D | 0 | 30 | 41 | E | F | 42 | 3A |
| Octal | 333 | 161 | 115 | 0 | 60 | 101 | 16 | 17 | 102 | 72 |
| Binary | 11011011 | 1110001 | 1001101 | 0 | 110000 | 1000001 | 1110 | 1111 | 1000010 | 111010 |
Color Harmonies of #DB714D
Complementary color
Monochromatic Colors of #DB714D
Black with #DB714D
Text Example
Text Example
White with #DB714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB714D; }
p { color: rgb(219,113,77); }
H1.HeaderClassName
{
color: #DB714D;
}
.AnyTagClassName
{
color: #DB714D;
}
</style>
background-color css
<style>
a { background-color: #DB714D; }
a { background-color: rgb(219,113,77); }
div.DivClassName
{
background-color: #DB714D;
}
.BgClassName
{
background-color: #DB714D;
}
</style>
border-color css
<style>
span { border-color: #DB714D; }
span { border-color: rgb(219,113,77); }
td.TdClassName
{
border-color: #DB714D;
}
.TagClassName
{
border-color: #DB714D;
}
</style>