Shades of Jaffa #DC744B
Tints of Jaffa #DC744B
RGB
CMYK
RGB Variations
Color information
#DC744B (or 0xDC744B) is known color: Jaffa. HEX triplet: DC, 74 and 4B. RGB value is (220,116,75). Sum of RGB (Red+Green+Blue) = 220+116+75=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC744B is #238BB4. Grayscale: #8E8E8E. Windows color (decimal): -2329525 or 4945116. OLE color: 4945116.
HSL color Cylindrical-coordinate representation of color #DC744B: hue angle of 16.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC744B is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 75 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.14 |
| HSL | 16.97º | 0.67% | 0.58% | - |
| HSV(B) | 16.97º | 0.66% | 0.86% | - |
| XYZ | 37.03 | 28.21 | 10.15 | - |
| YUV | 142.42 | 89.96 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 75 | 0 | 0.47 | 0.66 | 0.14 | 16.97 | 0.67 | 0.58 |
| Hex | DC | 74 | 4B | 0 | 2F | 42 | E | 11 | 43 | 3A |
| Octal | 334 | 164 | 113 | 0 | 57 | 102 | 16 | 21 | 103 | 72 |
| Binary | 11011100 | 1110100 | 1001011 | 0 | 101111 | 1000010 | 1110 | 10001 | 1000011 | 111010 |
Color Harmonies of #DC744B
Complementary color
Monochromatic Colors of #DC744B
Black with #DC744B
Text Example
Text Example
White with #DC744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC744B; }
p { color: rgb(220,116,75); }
H1.HeaderClassName
{
color: #DC744B;
}
.AnyTagClassName
{
color: #DC744B;
}
</style>
background-color css
<style>
a { background-color: #DC744B; }
a { background-color: rgb(220,116,75); }
div.DivClassName
{
background-color: #DC744B;
}
.BgClassName
{
background-color: #DC744B;
}
</style>
border-color css
<style>
span { border-color: #DC744B; }
span { border-color: rgb(220,116,75); }
td.TdClassName
{
border-color: #DC744B;
}
.TagClassName
{
border-color: #DC744B;
}
</style>