Shades of Jaffa #DA784C
Tints of Jaffa #DA784C
RGB
CMYK
RGB Variations
Color information
#DA784C (or 0xDA784C) is known color: Jaffa. HEX triplet: DA, 78 and 4C. RGB value is (218,120,76). Sum of RGB (Red+Green+Blue) = 218+120+76=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA784C is #2587B3. Grayscale: #909090. Windows color (decimal): -2459572 or 5011674. OLE color: 5011674.
HSL color Cylindrical-coordinate representation of color #DA784C: hue angle of 18.59º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA784C is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 76 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.15 |
| HSL | 18.59º | 0.66% | 0.58% | - |
| HSV(B) | 18.59º | 0.65% | 0.85% | - |
| XYZ | 36.93 | 28.86 | 10.46 | - |
| YUV | 144.29 | 89.47 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 76 | 0 | 0.45 | 0.65 | 0.15 | 18.59 | 0.66 | 0.58 |
| Hex | DA | 78 | 4C | 0 | 2D | 41 | F | 13 | 42 | 3A |
| Octal | 332 | 170 | 114 | 0 | 55 | 101 | 17 | 23 | 102 | 72 |
| Binary | 11011010 | 1111000 | 1001100 | 0 | 101101 | 1000001 | 1111 | 10011 | 1000010 | 111010 |
Color Harmonies of #DA784C
Complementary color
Monochromatic Colors of #DA784C
Black with #DA784C
Text Example
Text Example
White with #DA784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA784C; }
p { color: rgb(218,120,76); }
H1.HeaderClassName
{
color: #DA784C;
}
.AnyTagClassName
{
color: #DA784C;
}
</style>
background-color css
<style>
a { background-color: #DA784C; }
a { background-color: rgb(218,120,76); }
div.DivClassName
{
background-color: #DA784C;
}
.BgClassName
{
background-color: #DA784C;
}
</style>
border-color css
<style>
span { border-color: #DA784C; }
span { border-color: rgb(218,120,76); }
td.TdClassName
{
border-color: #DA784C;
}
.TagClassName
{
border-color: #DA784C;
}
</style>