Shades of Jaffa #DC794D
Tints of Jaffa #DC794D
RGB
CMYK
RGB Variations
Color information
#DC794D (or 0xDC794D) is known color: Jaffa. HEX triplet: DC, 79 and 4D. RGB value is (220,121,77). Sum of RGB (Red+Green+Blue) = 220+121+77=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC794D is #2386B2. Grayscale: #919191. Windows color (decimal): -2328243 or 5077468. OLE color: 5077468.
HSL color Cylindrical-coordinate representation of color #DC794D: hue angle of 18.46º 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 #DC794D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 77 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.14 |
| HSL | 18.46º | 0.67% | 0.58% | - |
| HSV(B) | 18.46º | 0.65% | 0.86% | - |
| XYZ | 37.69 | 29.43 | 10.71 | - |
| YUV | 145.59 | 89.3 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 77 | 0 | 0.45 | 0.65 | 0.14 | 18.46 | 0.67 | 0.58 |
| Hex | DC | 79 | 4D | 0 | 2D | 41 | E | 12 | 43 | 3A |
| Octal | 334 | 171 | 115 | 0 | 55 | 101 | 16 | 22 | 103 | 72 |
| Binary | 11011100 | 1111001 | 1001101 | 0 | 101101 | 1000001 | 1110 | 10010 | 1000011 | 111010 |
Color Harmonies of #DC794D
Complementary color
Monochromatic Colors of #DC794D
Black with #DC794D
Text Example
Text Example
White with #DC794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC794D; }
p { color: rgb(220,121,77); }
H1.HeaderClassName
{
color: #DC794D;
}
.AnyTagClassName
{
color: #DC794D;
}
</style>
background-color css
<style>
a { background-color: #DC794D; }
a { background-color: rgb(220,121,77); }
div.DivClassName
{
background-color: #DC794D;
}
.BgClassName
{
background-color: #DC794D;
}
</style>
border-color css
<style>
span { border-color: #DC794D; }
span { border-color: rgb(220,121,77); }
td.TdClassName
{
border-color: #DC794D;
}
.TagClassName
{
border-color: #DC794D;
}
</style>