Shades of Jaffa #DC784A
Tints of Jaffa #DC784A
RGB
CMYK
RGB Variations
Color information
#DC784A (or 0xDC784A) is known color: Jaffa. HEX triplet: DC, 78 and 4A. RGB value is (220,120,74). Sum of RGB (Red+Green+Blue) = 220+120+74=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC784A is #2387B5. Grayscale: #909090. Windows color (decimal): -2328502 or 4880604. OLE color: 4880604.
HSL color Cylindrical-coordinate representation of color #DC784A: hue angle of 18.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC784A is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 74 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.14 |
| HSL | 18.9º | 0.68% | 0.58% | - |
| HSV(B) | 18.9º | 0.66% | 0.86% | - |
| XYZ | 37.47 | 29.14 | 10.13 | - |
| YUV | 144.66 | 88.13 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 74 | 0 | 0.45 | 0.66 | 0.14 | 18.9 | 0.68 | 0.58 |
| Hex | DC | 78 | 4A | 0 | 2D | 42 | E | 13 | 44 | 3A |
| Octal | 334 | 170 | 112 | 0 | 55 | 102 | 16 | 23 | 104 | 72 |
| Binary | 11011100 | 1111000 | 1001010 | 0 | 101101 | 1000010 | 1110 | 10011 | 1000100 | 111010 |
Color Harmonies of #DC784A
Complementary color
Monochromatic Colors of #DC784A
Black with #DC784A
Text Example
Text Example
White with #DC784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC784A; }
p { color: rgb(220,120,74); }
H1.HeaderClassName
{
color: #DC784A;
}
.AnyTagClassName
{
color: #DC784A;
}
</style>
background-color css
<style>
a { background-color: #DC784A; }
a { background-color: rgb(220,120,74); }
div.DivClassName
{
background-color: #DC784A;
}
.BgClassName
{
background-color: #DC784A;
}
</style>
border-color css
<style>
span { border-color: #DC784A; }
span { border-color: rgb(220,120,74); }
td.TdClassName
{
border-color: #DC784A;
}
.TagClassName
{
border-color: #DC784A;
}
</style>