Shades of Jaffa #DC734D
Tints of Jaffa #DC734D
RGB
CMYK
RGB Variations
Color information
#DC734D (or 0xDC734D) is known color: Jaffa. HEX triplet: DC, 73 and 4D. RGB value is (220,115,77). Sum of RGB (Red+Green+Blue) = 220+115+77=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC734D is #238CB2. Grayscale: #8E8E8E. Windows color (decimal): -2329779 or 5075932. OLE color: 5075932.
HSL color Cylindrical-coordinate representation of color #DC734D: hue angle of 15.94º 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 #DC734D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 77 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.14 |
| HSL | 15.94º | 0.67% | 0.58% | - |
| HSV(B) | 15.94º | 0.65% | 0.86% | - |
| XYZ | 36.99 | 28.01 | 10.48 | - |
| YUV | 142.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 77 | 0 | 0.48 | 0.65 | 0.14 | 15.94 | 0.67 | 0.58 |
| Hex | DC | 73 | 4D | 0 | 30 | 41 | E | 10 | 43 | 3A |
| Octal | 334 | 163 | 115 | 0 | 60 | 101 | 16 | 20 | 103 | 72 |
| Binary | 11011100 | 1110011 | 1001101 | 0 | 110000 | 1000001 | 1110 | 10000 | 1000011 | 111010 |
Color Harmonies of #DC734D
Complementary color
Monochromatic Colors of #DC734D
Black with #DC734D
Text Example
Text Example
White with #DC734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC734D; }
p { color: rgb(220,115,77); }
H1.HeaderClassName
{
color: #DC734D;
}
.AnyTagClassName
{
color: #DC734D;
}
</style>
background-color css
<style>
a { background-color: #DC734D; }
a { background-color: rgb(220,115,77); }
div.DivClassName
{
background-color: #DC734D;
}
.BgClassName
{
background-color: #DC734D;
}
</style>
border-color css
<style>
span { border-color: #DC734D; }
span { border-color: rgb(220,115,77); }
td.TdClassName
{
border-color: #DC734D;
}
.TagClassName
{
border-color: #DC734D;
}
</style>