Shades of Jaffa #DB7D4F
Tints of Jaffa #DB7D4F
RGB
CMYK
RGB Variations
Color information
#DB7D4F (or 0xDB7D4F) is known color: Jaffa. HEX triplet: DB, 7D and 4F. RGB value is (219,125,79). Sum of RGB (Red+Green+Blue) = 219+125+79=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D4F is #2482B0. Grayscale: #949494. Windows color (decimal): -2392753 or 5209563. OLE color: 5209563.
HSL color Cylindrical-coordinate representation of color #DB7D4F: hue angle of 19.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB7D4F is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 79 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.14 |
| HSL | 19.71º | 0.66% | 0.58% | - |
| HSV(B) | 19.71º | 0.64% | 0.86% | - |
| XYZ | 37.96 | 30.29 | 11.24 | - |
| YUV | 147.86 | 89.14 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 79 | 0 | 0.43 | 0.64 | 0.14 | 19.71 | 0.66 | 0.58 |
| Hex | DB | 7D | 4F | 0 | 2B | 40 | E | 14 | 42 | 3A |
| Octal | 333 | 175 | 117 | 0 | 53 | 100 | 16 | 24 | 102 | 72 |
| Binary | 11011011 | 1111101 | 1001111 | 0 | 101011 | 1000000 | 1110 | 10100 | 1000010 | 111010 |
Color Harmonies of #DB7D4F
Complementary color
Monochromatic Colors of #DB7D4F
Black with #DB7D4F
Text Example
Text Example
White with #DB7D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D4F; }
p { color: rgb(219,125,79); }
H1.HeaderClassName
{
color: #DB7D4F;
}
.AnyTagClassName
{
color: #DB7D4F;
}
</style>
background-color css
<style>
a { background-color: #DB7D4F; }
a { background-color: rgb(219,125,79); }
div.DivClassName
{
background-color: #DB7D4F;
}
.BgClassName
{
background-color: #DB7D4F;
}
</style>
border-color css
<style>
span { border-color: #DB7D4F; }
span { border-color: rgb(219,125,79); }
td.TdClassName
{
border-color: #DB7D4F;
}
.TagClassName
{
border-color: #DB7D4F;
}
</style>