Shades of Jaffa #DC8049
Tints of Jaffa #DC8049
RGB
CMYK
RGB Variations
Color information
#DC8049 (or 0xDC8049) is known color: Jaffa. HEX triplet: DC, 80 and 49. RGB value is (220,128,73). Sum of RGB (Red+Green+Blue) = 220+128+73=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8049 is #237FB6. Grayscale: #959595. Windows color (decimal): -2326455 or 4817116. OLE color: 4817116.
HSL color Cylindrical-coordinate representation of color #DC8049: hue angle of 22.45º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC8049 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 73 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.14 |
| HSL | 22.45º | 0.68% | 0.57% | - |
| HSV(B) | 22.45º | 0.67% | 0.86% | - |
| XYZ | 38.44 | 31.14 | 10.29 | - |
| YUV | 149.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 73 | 0 | 0.42 | 0.67 | 0.14 | 22.45 | 0.68 | 0.57 |
| Hex | DC | 80 | 49 | 0 | 2A | 43 | E | 16 | 44 | 39 |
| Octal | 334 | 200 | 111 | 0 | 52 | 103 | 16 | 26 | 104 | 71 |
| Binary | 11011100 | 10000000 | 1001001 | 0 | 101010 | 1000011 | 1110 | 10110 | 1000100 | 111001 |
Color Harmonies of #DC8049
Complementary color
Monochromatic Colors of #DC8049
Black with #DC8049
Text Example
Text Example
White with #DC8049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8049; }
p { color: rgb(220,128,73); }
H1.HeaderClassName
{
color: #DC8049;
}
.AnyTagClassName
{
color: #DC8049;
}
</style>
background-color css
<style>
a { background-color: #DC8049; }
a { background-color: rgb(220,128,73); }
div.DivClassName
{
background-color: #DC8049;
}
.BgClassName
{
background-color: #DC8049;
}
</style>
border-color css
<style>
span { border-color: #DC8049; }
span { border-color: rgb(220,128,73); }
td.TdClassName
{
border-color: #DC8049;
}
.TagClassName
{
border-color: #DC8049;
}
</style>