Shades of Jaffa #DA773E
Tints of Jaffa #DA773E
RGB
CMYK
RGB Variations
Color information
#DA773E (or 0xDA773E) is known color: Jaffa. HEX triplet: DA, 77 and 3E. RGB value is (218,119,62). Sum of RGB (Red+Green+Blue) = 218+119+62=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA773E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA773E is #2588C1. Grayscale: #8E8E8E. Windows color (decimal): -2459842 or 4093914. OLE color: 4093914.
HSL color Cylindrical-coordinate representation of color #DA773E: hue angle of 21.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA773E is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 62 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.15 |
| HSL | 21.92º | 0.68% | 0.55% | - |
| HSV(B) | 21.92º | 0.72% | 0.85% | - |
| XYZ | 36.38 | 28.45 | 8.13 | - |
| YUV | 142.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 62 | 0 | 0.45 | 0.72 | 0.15 | 21.92 | 0.68 | 0.55 |
| Hex | DA | 77 | 3E | 0 | 2D | 48 | F | 16 | 44 | 37 |
| Octal | 332 | 167 | 76 | 0 | 55 | 110 | 17 | 26 | 104 | 67 |
| Binary | 11011010 | 1110111 | 111110 | 0 | 101101 | 1001000 | 1111 | 10110 | 1000100 | 110111 |
Color Harmonies of #DA773E
Complementary color
Monochromatic Colors of #DA773E
Black with #DA773E
Text Example
Text Example
White with #DA773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA773E; }
p { color: rgb(218,119,62); }
H1.HeaderClassName
{
color: #DA773E;
}
.AnyTagClassName
{
color: #DA773E;
}
</style>
background-color css
<style>
a { background-color: #DA773E; }
a { background-color: rgb(218,119,62); }
div.DivClassName
{
background-color: #DA773E;
}
.BgClassName
{
background-color: #DA773E;
}
</style>
border-color css
<style>
span { border-color: #DA773E; }
span { border-color: rgb(218,119,62); }
td.TdClassName
{
border-color: #DA773E;
}
.TagClassName
{
border-color: #DA773E;
}
</style>