Shades of Jaffa #DC774E
Tints of Jaffa #DC774E
RGB
CMYK
RGB Variations
Color information
#DC774E (or 0xDC774E) is known color: Jaffa. HEX triplet: DC, 77 and 4E. RGB value is (220,119,78). Sum of RGB (Red+Green+Blue) = 220+119+78=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC774E is #2388B1. Grayscale: #909090. Windows color (decimal): -2328754 or 5142492. OLE color: 5142492.
HSL color Cylindrical-coordinate representation of color #DC774E: hue angle of 17.32º 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 #DC774E is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 78 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.14 |
| HSL | 17.32º | 0.67% | 0.58% | - |
| HSV(B) | 17.32º | 0.65% | 0.86% | - |
| XYZ | 37.49 | 28.96 | 10.82 | - |
| YUV | 144.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 78 | 0 | 0.46 | 0.65 | 0.14 | 17.32 | 0.67 | 0.58 |
| Hex | DC | 77 | 4E | 0 | 2E | 41 | E | 11 | 43 | 3A |
| Octal | 334 | 167 | 116 | 0 | 56 | 101 | 16 | 21 | 103 | 72 |
| Binary | 11011100 | 1110111 | 1001110 | 0 | 101110 | 1000001 | 1110 | 10001 | 1000011 | 111010 |
Color Harmonies of #DC774E
Complementary color
Monochromatic Colors of #DC774E
Black with #DC774E
Text Example
Text Example
White with #DC774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC774E; }
p { color: rgb(220,119,78); }
H1.HeaderClassName
{
color: #DC774E;
}
.AnyTagClassName
{
color: #DC774E;
}
</style>
background-color css
<style>
a { background-color: #DC774E; }
a { background-color: rgb(220,119,78); }
div.DivClassName
{
background-color: #DC774E;
}
.BgClassName
{
background-color: #DC774E;
}
</style>
border-color css
<style>
span { border-color: #DC774E; }
span { border-color: rgb(220,119,78); }
td.TdClassName
{
border-color: #DC774E;
}
.TagClassName
{
border-color: #DC774E;
}
</style>