Shades of Jaffa #DA784E
Tints of Jaffa #DA784E
RGB
CMYK
RGB Variations
Color information
#DA784E (or 0xDA784E) is known color: Jaffa. HEX triplet: DA, 78 and 4E. RGB value is (218,120,78). Sum of RGB (Red+Green+Blue) = 218+120+78=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA784E is #2587B1. Grayscale: #909090. Windows color (decimal): -2459570 or 5142746. OLE color: 5142746.
HSL color Cylindrical-coordinate representation of color #DA784E: hue angle of 18º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA784E is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 78 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.15 |
| HSL | 18º | 0.65% | 0.58% | - |
| HSV(B) | 18º | 0.64% | 0.85% | - |
| XYZ | 37.01 | 28.89 | 10.83 | - |
| YUV | 144.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 78 | 0 | 0.45 | 0.64 | 0.15 | 18 | 0.65 | 0.58 |
| Hex | DA | 78 | 4E | 0 | 2D | 40 | F | 12 | 41 | 3A |
| Octal | 332 | 170 | 116 | 0 | 55 | 100 | 17 | 22 | 101 | 72 |
| Binary | 11011010 | 1111000 | 1001110 | 0 | 101101 | 1000000 | 1111 | 10010 | 1000001 | 111010 |
Color Harmonies of #DA784E
Complementary color
Monochromatic Colors of #DA784E
Black with #DA784E
Text Example
Text Example
White with #DA784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA784E; }
p { color: rgb(218,120,78); }
H1.HeaderClassName
{
color: #DA784E;
}
.AnyTagClassName
{
color: #DA784E;
}
</style>
background-color css
<style>
a { background-color: #DA784E; }
a { background-color: rgb(218,120,78); }
div.DivClassName
{
background-color: #DA784E;
}
.BgClassName
{
background-color: #DA784E;
}
</style>
border-color css
<style>
span { border-color: #DA784E; }
span { border-color: rgb(218,120,78); }
td.TdClassName
{
border-color: #DA784E;
}
.TagClassName
{
border-color: #DA784E;
}
</style>