Shades of Jaffa #DC804C
Tints of Jaffa #DC804C
RGB
CMYK
RGB Variations
Color information
#DC804C (or 0xDC804C) is known color: Jaffa. HEX triplet: DC, 80 and 4C. RGB value is (220,128,76). Sum of RGB (Red+Green+Blue) = 220+128+76=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC804C is #237FB3. Grayscale: #959595. Windows color (decimal): -2326452 or 5013724. OLE color: 5013724.
HSL color Cylindrical-coordinate representation of color #DC804C: hue angle of 21.67º 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 #DC804C is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 76 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.14 |
| HSL | 21.67º | 0.67% | 0.58% | - |
| HSV(B) | 21.67º | 0.65% | 0.86% | - |
| XYZ | 38.54 | 31.18 | 10.82 | - |
| YUV | 149.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 76 | 0 | 0.42 | 0.65 | 0.14 | 21.67 | 0.67 | 0.58 |
| Hex | DC | 80 | 4C | 0 | 2A | 41 | E | 16 | 43 | 3A |
| Octal | 334 | 200 | 114 | 0 | 52 | 101 | 16 | 26 | 103 | 72 |
| Binary | 11011100 | 10000000 | 1001100 | 0 | 101010 | 1000001 | 1110 | 10110 | 1000011 | 111010 |
Color Harmonies of #DC804C
Complementary color
Monochromatic Colors of #DC804C
Black with #DC804C
Text Example
Text Example
White with #DC804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC804C; }
p { color: rgb(220,128,76); }
H1.HeaderClassName
{
color: #DC804C;
}
.AnyTagClassName
{
color: #DC804C;
}
</style>
background-color css
<style>
a { background-color: #DC804C; }
a { background-color: rgb(220,128,76); }
div.DivClassName
{
background-color: #DC804C;
}
.BgClassName
{
background-color: #DC804C;
}
</style>
border-color css
<style>
span { border-color: #DC804C; }
span { border-color: rgb(220,128,76); }
td.TdClassName
{
border-color: #DC804C;
}
.TagClassName
{
border-color: #DC804C;
}
</style>