Shades of Jaffa #DC744D
Tints of Jaffa #DC744D
RGB
CMYK
RGB Variations
Color information
#DC744D (or 0xDC744D) is known color: Jaffa. HEX triplet: DC, 74 and 4D. RGB value is (220,116,77). Sum of RGB (Red+Green+Blue) = 220+116+77=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC744D is #238BB2. Grayscale: #8E8E8E. Windows color (decimal): -2329523 or 5076188. OLE color: 5076188.
HSL color Cylindrical-coordinate representation of color #DC744D: hue angle of 16.36º 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 #DC744D is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 77 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.14 |
| HSL | 16.36º | 0.67% | 0.58% | - |
| HSV(B) | 16.36º | 0.65% | 0.86% | - |
| XYZ | 37.1 | 28.24 | 10.52 | - |
| YUV | 142.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 77 | 0 | 0.47 | 0.65 | 0.14 | 16.36 | 0.67 | 0.58 |
| Hex | DC | 74 | 4D | 0 | 2F | 41 | E | 10 | 43 | 3A |
| Octal | 334 | 164 | 115 | 0 | 57 | 101 | 16 | 20 | 103 | 72 |
| Binary | 11011100 | 1110100 | 1001101 | 0 | 101111 | 1000001 | 1110 | 10000 | 1000011 | 111010 |
Color Harmonies of #DC744D
Complementary color
Monochromatic Colors of #DC744D
Black with #DC744D
Text Example
Text Example
White with #DC744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC744D; }
p { color: rgb(220,116,77); }
H1.HeaderClassName
{
color: #DC744D;
}
.AnyTagClassName
{
color: #DC744D;
}
</style>
background-color css
<style>
a { background-color: #DC744D; }
a { background-color: rgb(220,116,77); }
div.DivClassName
{
background-color: #DC744D;
}
.BgClassName
{
background-color: #DC744D;
}
</style>
border-color css
<style>
span { border-color: #DC744D; }
span { border-color: rgb(220,116,77); }
td.TdClassName
{
border-color: #DC744D;
}
.TagClassName
{
border-color: #DC744D;
}
</style>