Shades of Jaffa #DB7D52
Tints of Jaffa #DB7D52
RGB
CMYK
RGB Variations
Color information
#DB7D52 (or 0xDB7D52) is known color: Jaffa. HEX triplet: DB, 7D and 52. RGB value is (219,125,82). Sum of RGB (Red+Green+Blue) = 219+125+82=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D52 is #2482AD. Grayscale: #949494. Windows color (decimal): -2392750 or 5406171. OLE color: 5406171.
HSL color Cylindrical-coordinate representation of color #DB7D52: hue angle of 18.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7D52 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 82 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.14 |
| HSL | 18.83º | 0.66% | 0.59% | - |
| HSV(B) | 18.83º | 0.63% | 0.86% | - |
| XYZ | 38.07 | 30.34 | 11.83 | - |
| YUV | 148.2 | 90.64 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 82 | 0 | 0.43 | 0.63 | 0.14 | 18.83 | 0.66 | 0.59 |
| Hex | DB | 7D | 52 | 0 | 2B | 3F | E | 13 | 42 | 3B |
| Octal | 333 | 175 | 122 | 0 | 53 | 77 | 16 | 23 | 102 | 73 |
| Binary | 11011011 | 1111101 | 1010010 | 0 | 101011 | 111111 | 1110 | 10011 | 1000010 | 111011 |
Color Harmonies of #DB7D52
Complementary color
Monochromatic Colors of #DB7D52
Black with #DB7D52
Text Example
Text Example
White with #DB7D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D52; }
p { color: rgb(219,125,82); }
H1.HeaderClassName
{
color: #DB7D52;
}
.AnyTagClassName
{
color: #DB7D52;
}
</style>
background-color css
<style>
a { background-color: #DB7D52; }
a { background-color: rgb(219,125,82); }
div.DivClassName
{
background-color: #DB7D52;
}
.BgClassName
{
background-color: #DB7D52;
}
</style>
border-color css
<style>
span { border-color: #DB7D52; }
span { border-color: rgb(219,125,82); }
td.TdClassName
{
border-color: #DB7D52;
}
.TagClassName
{
border-color: #DB7D52;
}
</style>