Shades of Jaffa #DB7F51
Tints of Jaffa #DB7F51
RGB
CMYK
RGB Variations
Color information
#DB7F51 (or 0xDB7F51) is known color: Jaffa. HEX triplet: DB, 7F and 51. RGB value is (219,127,81). Sum of RGB (Red+Green+Blue) = 219+127+81=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F51 is #2480AE. Grayscale: #959595. Windows color (decimal): -2392239 or 5341147. OLE color: 5341147.
HSL color Cylindrical-coordinate representation of color #DB7F51: hue angle of 20º 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 #DB7F51 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 81 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.14 |
| HSL | 20º | 0.66% | 0.59% | - |
| HSV(B) | 20º | 0.63% | 0.86% | - |
| XYZ | 38.29 | 30.83 | 11.72 | - |
| YUV | 149.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 81 | 0 | 0.42 | 0.63 | 0.14 | 20 | 0.66 | 0.59 |
| Hex | DB | 7F | 51 | 0 | 2A | 3F | E | 14 | 42 | 3B |
| Octal | 333 | 177 | 121 | 0 | 52 | 77 | 16 | 24 | 102 | 73 |
| Binary | 11011011 | 1111111 | 1010001 | 0 | 101010 | 111111 | 1110 | 10100 | 1000010 | 111011 |
Color Harmonies of #DB7F51
Complementary color
Monochromatic Colors of #DB7F51
Black with #DB7F51
Text Example
Text Example
White with #DB7F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F51; }
p { color: rgb(219,127,81); }
H1.HeaderClassName
{
color: #DB7F51;
}
.AnyTagClassName
{
color: #DB7F51;
}
</style>
background-color css
<style>
a { background-color: #DB7F51; }
a { background-color: rgb(219,127,81); }
div.DivClassName
{
background-color: #DB7F51;
}
.BgClassName
{
background-color: #DB7F51;
}
</style>
border-color css
<style>
span { border-color: #DB7F51; }
span { border-color: rgb(219,127,81); }
td.TdClassName
{
border-color: #DB7F51;
}
.TagClassName
{
border-color: #DB7F51;
}
</style>