Shades of Jaffa #DC784D
Tints of Jaffa #DC784D
RGB
CMYK
RGB Variations
Color information
#DC784D (or 0xDC784D) is known color: Jaffa. HEX triplet: DC, 78 and 4D. RGB value is (220,120,77). Sum of RGB (Red+Green+Blue) = 220+120+77=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC784D is #2387B2. Grayscale: #919191. Windows color (decimal): -2328499 or 5077212. OLE color: 5077212.
HSL color Cylindrical-coordinate representation of color #DC784D: hue angle of 18.04º 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 #DC784D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 77 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.14 |
| HSL | 18.04º | 0.67% | 0.58% | - |
| HSV(B) | 18.04º | 0.65% | 0.86% | - |
| XYZ | 37.57 | 29.18 | 10.67 | - |
| YUV | 145 | 89.63 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 77 | 0 | 0.45 | 0.65 | 0.14 | 18.04 | 0.67 | 0.58 |
| Hex | DC | 78 | 4D | 0 | 2D | 41 | E | 12 | 43 | 3A |
| Octal | 334 | 170 | 115 | 0 | 55 | 101 | 16 | 22 | 103 | 72 |
| Binary | 11011100 | 1111000 | 1001101 | 0 | 101101 | 1000001 | 1110 | 10010 | 1000011 | 111010 |
Color Harmonies of #DC784D
Complementary color
Monochromatic Colors of #DC784D
Black with #DC784D
Text Example
Text Example
White with #DC784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC784D; }
p { color: rgb(220,120,77); }
H1.HeaderClassName
{
color: #DC784D;
}
.AnyTagClassName
{
color: #DC784D;
}
</style>
background-color css
<style>
a { background-color: #DC784D; }
a { background-color: rgb(220,120,77); }
div.DivClassName
{
background-color: #DC784D;
}
.BgClassName
{
background-color: #DC784D;
}
</style>
border-color css
<style>
span { border-color: #DC784D; }
span { border-color: rgb(220,120,77); }
td.TdClassName
{
border-color: #DC784D;
}
.TagClassName
{
border-color: #DC784D;
}
</style>