Shades of Jaffa #DC793D
Tints of Jaffa #DC793D
RGB
CMYK
RGB Variations
Color information
#DC793D (or 0xDC793D) is known color: Jaffa. HEX triplet: DC, 79 and 3D. RGB value is (220,121,61). Sum of RGB (Red+Green+Blue) = 220+121+61=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC793D is #2386C2. Grayscale: #909090. Windows color (decimal): -2328259 or 4028892. OLE color: 4028892.
HSL color Cylindrical-coordinate representation of color #DC793D: hue angle of 22.64º 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 #DC793D is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 61 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.14 |
| HSL | 22.64º | 0.69% | 0.55% | - |
| HSV(B) | 22.64º | 0.72% | 0.86% | - |
| XYZ | 37.19 | 29.23 | 8.1 | - |
| YUV | 143.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 61 | 0 | 0.45 | 0.72 | 0.14 | 22.64 | 0.69 | 0.55 |
| Hex | DC | 79 | 3D | 0 | 2D | 48 | E | 17 | 45 | 37 |
| Octal | 334 | 171 | 75 | 0 | 55 | 110 | 16 | 27 | 105 | 67 |
| Binary | 11011100 | 1111001 | 111101 | 0 | 101101 | 1001000 | 1110 | 10111 | 1000101 | 110111 |
Color Harmonies of #DC793D
Complementary color
Monochromatic Colors of #DC793D
Black with #DC793D
Text Example
Text Example
White with #DC793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC793D; }
p { color: rgb(220,121,61); }
H1.HeaderClassName
{
color: #DC793D;
}
.AnyTagClassName
{
color: #DC793D;
}
</style>
background-color css
<style>
a { background-color: #DC793D; }
a { background-color: rgb(220,121,61); }
div.DivClassName
{
background-color: #DC793D;
}
.BgClassName
{
background-color: #DC793D;
}
</style>
border-color css
<style>
span { border-color: #DC793D; }
span { border-color: rgb(220,121,61); }
td.TdClassName
{
border-color: #DC793D;
}
.TagClassName
{
border-color: #DC793D;
}
</style>