Shades of Jaffa #DA774A
Tints of Jaffa #DA774A
RGB
CMYK
RGB Variations
Color information
#DA774A (or 0xDA774A) is known color: Jaffa. HEX triplet: DA, 77 and 4A. RGB value is (218,119,74). Sum of RGB (Red+Green+Blue) = 218+119+74=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA774A is #2588B5. Grayscale: #8F8F8F. Windows color (decimal): -2459830 or 4880346. OLE color: 4880346.
HSL color Cylindrical-coordinate representation of color #DA774A: hue angle of 18.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA774A is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 74 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.15 |
| HSL | 18.75º | 0.66% | 0.57% | - |
| HSV(B) | 18.75º | 0.66% | 0.85% | - |
| XYZ | 36.75 | 28.59 | 10.06 | - |
| YUV | 143.47 | 88.8 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 74 | 0 | 0.45 | 0.66 | 0.15 | 18.75 | 0.66 | 0.57 |
| Hex | DA | 77 | 4A | 0 | 2D | 42 | F | 13 | 42 | 39 |
| Octal | 332 | 167 | 112 | 0 | 55 | 102 | 17 | 23 | 102 | 71 |
| Binary | 11011010 | 1110111 | 1001010 | 0 | 101101 | 1000010 | 1111 | 10011 | 1000010 | 111001 |
Color Harmonies of #DA774A
Complementary color
Monochromatic Colors of #DA774A
Black with #DA774A
Text Example
Text Example
White with #DA774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA774A; }
p { color: rgb(218,119,74); }
H1.HeaderClassName
{
color: #DA774A;
}
.AnyTagClassName
{
color: #DA774A;
}
</style>
background-color css
<style>
a { background-color: #DA774A; }
a { background-color: rgb(218,119,74); }
div.DivClassName
{
background-color: #DA774A;
}
.BgClassName
{
background-color: #DA774A;
}
</style>
border-color css
<style>
span { border-color: #DA774A; }
span { border-color: rgb(218,119,74); }
td.TdClassName
{
border-color: #DA774A;
}
.TagClassName
{
border-color: #DA774A;
}
</style>