Shades of Jaffa #DB7D54
Tints of Jaffa #DB7D54
RGB
CMYK
RGB Variations
Color information
#DB7D54 (or 0xDB7D54) is known color: Jaffa. HEX triplet: DB, 7D and 54. RGB value is (219,125,84). Sum of RGB (Red+Green+Blue) = 219+125+84=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D54 is #2482AB. Grayscale: #949494. Windows color (decimal): -2392748 or 5537243. OLE color: 5537243.
HSL color Cylindrical-coordinate representation of color #DB7D54: hue angle of 18.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB7D54 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 84 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.14 |
| HSL | 18.22º | 0.65% | 0.59% | - |
| HSV(B) | 18.22º | 0.62% | 0.86% | - |
| XYZ | 38.15 | 30.37 | 12.24 | - |
| YUV | 148.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 84 | 0 | 0.43 | 0.62 | 0.14 | 18.22 | 0.65 | 0.59 |
| Hex | DB | 7D | 54 | 0 | 2B | 3E | E | 12 | 41 | 3B |
| Octal | 333 | 175 | 124 | 0 | 53 | 76 | 16 | 22 | 101 | 73 |
| Binary | 11011011 | 1111101 | 1010100 | 0 | 101011 | 111110 | 1110 | 10010 | 1000001 | 111011 |
Color Harmonies of #DB7D54
Complementary color
Monochromatic Colors of #DB7D54
Black with #DB7D54
Text Example
Text Example
White with #DB7D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D54; }
p { color: rgb(219,125,84); }
H1.HeaderClassName
{
color: #DB7D54;
}
.AnyTagClassName
{
color: #DB7D54;
}
</style>
background-color css
<style>
a { background-color: #DB7D54; }
a { background-color: rgb(219,125,84); }
div.DivClassName
{
background-color: #DB7D54;
}
.BgClassName
{
background-color: #DB7D54;
}
</style>
border-color css
<style>
span { border-color: #DB7D54; }
span { border-color: rgb(219,125,84); }
td.TdClassName
{
border-color: #DB7D54;
}
.TagClassName
{
border-color: #DB7D54;
}
</style>