Shades of Jaffa #DC784C
Tints of Jaffa #DC784C
RGB
CMYK
RGB Variations
Color information
#DC784C (or 0xDC784C) is known color: Jaffa. HEX triplet: DC, 78 and 4C. RGB value is (220,120,76). Sum of RGB (Red+Green+Blue) = 220+120+76=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC784C is #2387B3. Grayscale: #919191. Windows color (decimal): -2328500 or 5011676. OLE color: 5011676.
HSL color Cylindrical-coordinate representation of color #DC784C: hue angle of 18.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC784C is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 76 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.14 |
| HSL | 18.33º | 0.67% | 0.58% | - |
| HSV(B) | 18.33º | 0.65% | 0.86% | - |
| XYZ | 37.54 | 29.17 | 10.49 | - |
| YUV | 144.88 | 89.13 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 76 | 0 | 0.45 | 0.65 | 0.14 | 18.33 | 0.67 | 0.58 |
| Hex | DC | 78 | 4C | 0 | 2D | 41 | E | 12 | 43 | 3A |
| Octal | 334 | 170 | 114 | 0 | 55 | 101 | 16 | 22 | 103 | 72 |
| Binary | 11011100 | 1111000 | 1001100 | 0 | 101101 | 1000001 | 1110 | 10010 | 1000011 | 111010 |
Color Harmonies of #DC784C
Complementary color
Monochromatic Colors of #DC784C
Black with #DC784C
Text Example
Text Example
White with #DC784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC784C; }
p { color: rgb(220,120,76); }
H1.HeaderClassName
{
color: #DC784C;
}
.AnyTagClassName
{
color: #DC784C;
}
</style>
background-color css
<style>
a { background-color: #DC784C; }
a { background-color: rgb(220,120,76); }
div.DivClassName
{
background-color: #DC784C;
}
.BgClassName
{
background-color: #DC784C;
}
</style>
border-color css
<style>
span { border-color: #DC784C; }
span { border-color: rgb(220,120,76); }
td.TdClassName
{
border-color: #DC784C;
}
.TagClassName
{
border-color: #DC784C;
}
</style>