Shades of Jaffa #DA7751
Tints of Jaffa #DA7751
RGB
CMYK
RGB Variations
Color information
#DA7751 (or 0xDA7751) is known color: Jaffa. HEX triplet: DA, 77 and 51. RGB value is (218,119,81). Sum of RGB (Red+Green+Blue) = 218+119+81=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7751 is #2588AE. Grayscale: #909090. Windows color (decimal): -2459823 or 5339098. OLE color: 5339098.
HSL color Cylindrical-coordinate representation of color #DA7751: hue angle of 16.64º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA7751 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 81 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.15 |
| HSL | 16.64º | 0.65% | 0.59% | - |
| HSV(B) | 16.64º | 0.63% | 0.85% | - |
| XYZ | 37 | 28.69 | 11.37 | - |
| YUV | 144.27 | 92.3 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 81 | 0 | 0.45 | 0.63 | 0.15 | 16.64 | 0.65 | 0.59 |
| Hex | DA | 77 | 51 | 0 | 2D | 3F | F | 11 | 41 | 3B |
| Octal | 332 | 167 | 121 | 0 | 55 | 77 | 17 | 21 | 101 | 73 |
| Binary | 11011010 | 1110111 | 1010001 | 0 | 101101 | 111111 | 1111 | 10001 | 1000001 | 111011 |
Color Harmonies of #DA7751
Complementary color
Monochromatic Colors of #DA7751
Black with #DA7751
Text Example
Text Example
White with #DA7751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7751; }
p { color: rgb(218,119,81); }
H1.HeaderClassName
{
color: #DA7751;
}
.AnyTagClassName
{
color: #DA7751;
}
</style>
background-color css
<style>
a { background-color: #DA7751; }
a { background-color: rgb(218,119,81); }
div.DivClassName
{
background-color: #DA7751;
}
.BgClassName
{
background-color: #DA7751;
}
</style>
border-color css
<style>
span { border-color: #DA7751; }
span { border-color: rgb(218,119,81); }
td.TdClassName
{
border-color: #DA7751;
}
.TagClassName
{
border-color: #DA7751;
}
</style>