Shades of Jaffa #DB7D4B
Tints of Jaffa #DB7D4B
RGB
CMYK
RGB Variations
Color information
#DB7D4B (or 0xDB7D4B) is known color: Jaffa. HEX triplet: DB, 7D and 4B. RGB value is (219,125,75). Sum of RGB (Red+Green+Blue) = 219+125+75=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7D4B is #2482B4. Grayscale: #939393. Windows color (decimal): -2392757 or 4947419. OLE color: 4947419.
HSL color Cylindrical-coordinate representation of color #DB7D4B: hue angle of 20.83º 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 #DB7D4B is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 75 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.14 |
| HSL | 20.83º | 0.67% | 0.58% | - |
| HSV(B) | 20.83º | 0.66% | 0.86% | - |
| XYZ | 37.82 | 30.24 | 10.5 | - |
| YUV | 147.41 | 87.14 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 75 | 0 | 0.43 | 0.66 | 0.14 | 20.83 | 0.67 | 0.58 |
| Hex | DB | 7D | 4B | 0 | 2B | 42 | E | 15 | 43 | 3A |
| Octal | 333 | 175 | 113 | 0 | 53 | 102 | 16 | 25 | 103 | 72 |
| Binary | 11011011 | 1111101 | 1001011 | 0 | 101011 | 1000010 | 1110 | 10101 | 1000011 | 111010 |
Color Harmonies of #DB7D4B
Complementary color
Monochromatic Colors of #DB7D4B
Black with #DB7D4B
Text Example
Text Example
White with #DB7D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D4B; }
p { color: rgb(219,125,75); }
H1.HeaderClassName
{
color: #DB7D4B;
}
.AnyTagClassName
{
color: #DB7D4B;
}
</style>
background-color css
<style>
a { background-color: #DB7D4B; }
a { background-color: rgb(219,125,75); }
div.DivClassName
{
background-color: #DB7D4B;
}
.BgClassName
{
background-color: #DB7D4B;
}
</style>
border-color css
<style>
span { border-color: #DB7D4B; }
span { border-color: rgb(219,125,75); }
td.TdClassName
{
border-color: #DB7D4B;
}
.TagClassName
{
border-color: #DB7D4B;
}
</style>