Shades of Jaffa #DC774D
Tints of Jaffa #DC774D
RGB
CMYK
RGB Variations
Color information
#DC774D (or 0xDC774D) is known color: Jaffa. HEX triplet: DC, 77 and 4D. RGB value is (220,119,77). Sum of RGB (Red+Green+Blue) = 220+119+77=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC774D is #2388B2. Grayscale: #909090. Windows color (decimal): -2328755 or 5076956. OLE color: 5076956.
HSL color Cylindrical-coordinate representation of color #DC774D: hue angle of 17.62º 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 #DC774D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 77 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.14 |
| HSL | 17.62º | 0.67% | 0.58% | - |
| HSV(B) | 17.62º | 0.65% | 0.86% | - |
| XYZ | 37.45 | 28.95 | 10.63 | - |
| YUV | 144.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 77 | 0 | 0.46 | 0.65 | 0.14 | 17.62 | 0.67 | 0.58 |
| Hex | DC | 77 | 4D | 0 | 2E | 41 | E | 12 | 43 | 3A |
| Octal | 334 | 167 | 115 | 0 | 56 | 101 | 16 | 22 | 103 | 72 |
| Binary | 11011100 | 1110111 | 1001101 | 0 | 101110 | 1000001 | 1110 | 10010 | 1000011 | 111010 |
Color Harmonies of #DC774D
Complementary color
Monochromatic Colors of #DC774D
Black with #DC774D
Text Example
Text Example
White with #DC774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC774D; }
p { color: rgb(220,119,77); }
H1.HeaderClassName
{
color: #DC774D;
}
.AnyTagClassName
{
color: #DC774D;
}
</style>
background-color css
<style>
a { background-color: #DC774D; }
a { background-color: rgb(220,119,77); }
div.DivClassName
{
background-color: #DC774D;
}
.BgClassName
{
background-color: #DC774D;
}
</style>
border-color css
<style>
span { border-color: #DC774D; }
span { border-color: rgb(220,119,77); }
td.TdClassName
{
border-color: #DC774D;
}
.TagClassName
{
border-color: #DC774D;
}
</style>