Shades of Jaffa #DB7F50
Tints of Jaffa #DB7F50
RGB
CMYK
RGB Variations
Color information
#DB7F50 (or 0xDB7F50) is known color: Jaffa. HEX triplet: DB, 7F and 50. RGB value is (219,127,80). Sum of RGB (Red+Green+Blue) = 219+127+80=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F50 is #2480AF. Grayscale: #959595. Windows color (decimal): -2392240 or 5275611. OLE color: 5275611.
HSL color Cylindrical-coordinate representation of color #DB7F50: hue angle of 20.29º 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 #DB7F50 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 80 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.14 |
| HSL | 20.29º | 0.66% | 0.59% | - |
| HSV(B) | 20.29º | 0.63% | 0.86% | - |
| XYZ | 38.25 | 30.82 | 11.52 | - |
| YUV | 149.15 | 88.98 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 80 | 0 | 0.42 | 0.63 | 0.14 | 20.29 | 0.66 | 0.59 |
| Hex | DB | 7F | 50 | 0 | 2A | 3F | E | 14 | 42 | 3B |
| Octal | 333 | 177 | 120 | 0 | 52 | 77 | 16 | 24 | 102 | 73 |
| Binary | 11011011 | 1111111 | 1010000 | 0 | 101010 | 111111 | 1110 | 10100 | 1000010 | 111011 |
Color Harmonies of #DB7F50
Complementary color
Monochromatic Colors of #DB7F50
Black with #DB7F50
Text Example
Text Example
White with #DB7F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F50; }
p { color: rgb(219,127,80); }
H1.HeaderClassName
{
color: #DB7F50;
}
.AnyTagClassName
{
color: #DB7F50;
}
</style>
background-color css
<style>
a { background-color: #DB7F50; }
a { background-color: rgb(219,127,80); }
div.DivClassName
{
background-color: #DB7F50;
}
.BgClassName
{
background-color: #DB7F50;
}
</style>
border-color css
<style>
span { border-color: #DB7F50; }
span { border-color: rgb(219,127,80); }
td.TdClassName
{
border-color: #DB7F50;
}
.TagClassName
{
border-color: #DB7F50;
}
</style>