Shades of Jaffa #DA7A49
Tints of Jaffa #DA7A49
RGB
CMYK
RGB Variations
Color information
#DA7A49 (or 0xDA7A49) is known color: Jaffa. HEX triplet: DA, 7A and 49. RGB value is (218,122,73). Sum of RGB (Red+Green+Blue) = 218+122+73=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7A49 is #2585B6. Grayscale: #919191. Windows color (decimal): -2459063 or 4815578. OLE color: 4815578.
HSL color Cylindrical-coordinate representation of color #DA7A49: hue angle of 20.28º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA7A49 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 73 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.15 |
| HSL | 20.28º | 0.66% | 0.57% | - |
| HSV(B) | 20.28º | 0.67% | 0.85% | - |
| XYZ | 37.08 | 29.31 | 10.01 | - |
| YUV | 145.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 73 | 0 | 0.44 | 0.67 | 0.15 | 20.28 | 0.66 | 0.57 |
| Hex | DA | 7A | 49 | 0 | 2C | 43 | F | 14 | 42 | 39 |
| Octal | 332 | 172 | 111 | 0 | 54 | 103 | 17 | 24 | 102 | 71 |
| Binary | 11011010 | 1111010 | 1001001 | 0 | 101100 | 1000011 | 1111 | 10100 | 1000010 | 111001 |
Color Harmonies of #DA7A49
Complementary color
Monochromatic Colors of #DA7A49
Black with #DA7A49
Text Example
Text Example
White with #DA7A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A49; }
p { color: rgb(218,122,73); }
H1.HeaderClassName
{
color: #DA7A49;
}
.AnyTagClassName
{
color: #DA7A49;
}
</style>
background-color css
<style>
a { background-color: #DA7A49; }
a { background-color: rgb(218,122,73); }
div.DivClassName
{
background-color: #DA7A49;
}
.BgClassName
{
background-color: #DA7A49;
}
</style>
border-color css
<style>
span { border-color: #DA7A49; }
span { border-color: rgb(218,122,73); }
td.TdClassName
{
border-color: #DA7A49;
}
.TagClassName
{
border-color: #DA7A49;
}
</style>