Shades of Jaffa #DC783D
Tints of Jaffa #DC783D
RGB
CMYK
RGB Variations
Color information
#DC783D (or 0xDC783D) is known color: Jaffa. HEX triplet: DC, 78 and 3D. RGB value is (220,120,61). Sum of RGB (Red+Green+Blue) = 220+120+61=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC783D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC783D is #2387C2. Grayscale: #8F8F8F. Windows color (decimal): -2328515 or 4028636. OLE color: 4028636.
HSL color Cylindrical-coordinate representation of color #DC783D: hue angle of 22.26º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC783D is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 61 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.14 |
| HSL | 22.26º | 0.69% | 0.55% | - |
| HSV(B) | 22.26º | 0.72% | 0.86% | - |
| XYZ | 37.07 | 28.99 | 8.06 | - |
| YUV | 143.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 61 | 0 | 0.45 | 0.72 | 0.14 | 22.26 | 0.69 | 0.55 |
| Hex | DC | 78 | 3D | 0 | 2D | 48 | E | 16 | 45 | 37 |
| Octal | 334 | 170 | 75 | 0 | 55 | 110 | 16 | 26 | 105 | 67 |
| Binary | 11011100 | 1111000 | 111101 | 0 | 101101 | 1001000 | 1110 | 10110 | 1000101 | 110111 |
Color Harmonies of #DC783D
Complementary color
Monochromatic Colors of #DC783D
Black with #DC783D
Text Example
Text Example
White with #DC783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC783D; }
p { color: rgb(220,120,61); }
H1.HeaderClassName
{
color: #DC783D;
}
.AnyTagClassName
{
color: #DC783D;
}
</style>
background-color css
<style>
a { background-color: #DC783D; }
a { background-color: rgb(220,120,61); }
div.DivClassName
{
background-color: #DC783D;
}
.BgClassName
{
background-color: #DC783D;
}
</style>
border-color css
<style>
span { border-color: #DC783D; }
span { border-color: rgb(220,120,61); }
td.TdClassName
{
border-color: #DC783D;
}
.TagClassName
{
border-color: #DC783D;
}
</style>