Shades of Jaffa #DC804E
Tints of Jaffa #DC804E
RGB
CMYK
RGB Variations
Color information
#DC804E (or 0xDC804E) is known color: Jaffa. HEX triplet: DC, 80 and 4E. RGB value is (220,128,78). Sum of RGB (Red+Green+Blue) = 220+128+78=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC804E is #237FB1. Grayscale: #969696. Windows color (decimal): -2326450 or 5144796. OLE color: 5144796.
HSL color Cylindrical-coordinate representation of color #DC804E: hue angle of 21.13º 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 #DC804E is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 78 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.14 |
| HSL | 21.13º | 0.67% | 0.58% | - |
| HSV(B) | 21.13º | 0.65% | 0.86% | - |
| XYZ | 38.61 | 31.2 | 11.2 | - |
| YUV | 149.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 78 | 0 | 0.42 | 0.65 | 0.14 | 21.13 | 0.67 | 0.58 |
| Hex | DC | 80 | 4E | 0 | 2A | 41 | E | 15 | 43 | 3A |
| Octal | 334 | 200 | 116 | 0 | 52 | 101 | 16 | 25 | 103 | 72 |
| Binary | 11011100 | 10000000 | 1001110 | 0 | 101010 | 1000001 | 1110 | 10101 | 1000011 | 111010 |
Color Harmonies of #DC804E
Complementary color
Monochromatic Colors of #DC804E
Black with #DC804E
Text Example
Text Example
White with #DC804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC804E; }
p { color: rgb(220,128,78); }
H1.HeaderClassName
{
color: #DC804E;
}
.AnyTagClassName
{
color: #DC804E;
}
</style>
background-color css
<style>
a { background-color: #DC804E; }
a { background-color: rgb(220,128,78); }
div.DivClassName
{
background-color: #DC804E;
}
.BgClassName
{
background-color: #DC804E;
}
</style>
border-color css
<style>
span { border-color: #DC804E; }
span { border-color: rgb(220,128,78); }
td.TdClassName
{
border-color: #DC804E;
}
.TagClassName
{
border-color: #DC804E;
}
</style>