Shades of Jaffa #DC784F
Tints of Jaffa #DC784F
RGB
CMYK
RGB Variations
Color information
#DC784F (or 0xDC784F) is known color: Jaffa. HEX triplet: DC, 78 and 4F. RGB value is (220,120,79). Sum of RGB (Red+Green+Blue) = 220+120+79=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC784F is #2387B0. Grayscale: #919191. Windows color (decimal): -2328497 or 5208284. OLE color: 5208284.
HSL color Cylindrical-coordinate representation of color #DC784F: hue angle of 17.45º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC784F is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 79 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.14 |
| HSL | 17.45º | 0.67% | 0.59% | - |
| HSV(B) | 17.45º | 0.64% | 0.86% | - |
| XYZ | 37.64 | 29.21 | 11.05 | - |
| YUV | 145.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 79 | 0 | 0.45 | 0.64 | 0.14 | 17.45 | 0.67 | 0.59 |
| Hex | DC | 78 | 4F | 0 | 2D | 40 | E | 11 | 43 | 3B |
| Octal | 334 | 170 | 117 | 0 | 55 | 100 | 16 | 21 | 103 | 73 |
| Binary | 11011100 | 1111000 | 1001111 | 0 | 101101 | 1000000 | 1110 | 10001 | 1000011 | 111011 |
Color Harmonies of #DC784F
Complementary color
Monochromatic Colors of #DC784F
Black with #DC784F
Text Example
Text Example
White with #DC784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC784F; }
p { color: rgb(220,120,79); }
H1.HeaderClassName
{
color: #DC784F;
}
.AnyTagClassName
{
color: #DC784F;
}
</style>
background-color css
<style>
a { background-color: #DC784F; }
a { background-color: rgb(220,120,79); }
div.DivClassName
{
background-color: #DC784F;
}
.BgClassName
{
background-color: #DC784F;
}
</style>
border-color css
<style>
span { border-color: #DC784F; }
span { border-color: rgb(220,120,79); }
td.TdClassName
{
border-color: #DC784F;
}
.TagClassName
{
border-color: #DC784F;
}
</style>