Shades of Jaffa #DC804D
Tints of Jaffa #DC804D
RGB
CMYK
RGB Variations
Color information
#DC804D (or 0xDC804D) is known color: Jaffa. HEX triplet: DC, 80 and 4D. RGB value is (220,128,77). Sum of RGB (Red+Green+Blue) = 220+128+77=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC804D is #237FB2. Grayscale: #959595. Windows color (decimal): -2326451 or 5079260. OLE color: 5079260.
HSL color Cylindrical-coordinate representation of color #DC804D: hue angle of 21.4º 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 #DC804D is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 77 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.14 |
| HSL | 21.4º | 0.67% | 0.58% | - |
| HSV(B) | 21.4º | 0.65% | 0.86% | - |
| XYZ | 38.57 | 31.19 | 11.01 | - |
| YUV | 149.69 | 86.98 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 77 | 0 | 0.42 | 0.65 | 0.14 | 21.4 | 0.67 | 0.58 |
| Hex | DC | 80 | 4D | 0 | 2A | 41 | E | 15 | 43 | 3A |
| Octal | 334 | 200 | 115 | 0 | 52 | 101 | 16 | 25 | 103 | 72 |
| Binary | 11011100 | 10000000 | 1001101 | 0 | 101010 | 1000001 | 1110 | 10101 | 1000011 | 111010 |
Color Harmonies of #DC804D
Complementary color
Monochromatic Colors of #DC804D
Black with #DC804D
Text Example
Text Example
White with #DC804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC804D; }
p { color: rgb(220,128,77); }
H1.HeaderClassName
{
color: #DC804D;
}
.AnyTagClassName
{
color: #DC804D;
}
</style>
background-color css
<style>
a { background-color: #DC804D; }
a { background-color: rgb(220,128,77); }
div.DivClassName
{
background-color: #DC804D;
}
.BgClassName
{
background-color: #DC804D;
}
</style>
border-color css
<style>
span { border-color: #DC804D; }
span { border-color: rgb(220,128,77); }
td.TdClassName
{
border-color: #DC804D;
}
.TagClassName
{
border-color: #DC804D;
}
</style>