Shades of Jaffa #DD734D
Tints of Jaffa #DD734D
RGB
CMYK
RGB Variations
Color information
#DD734D (or 0xDD734D) is known color: Jaffa. HEX triplet: DD, 73 and 4D. RGB value is (221,115,77). Sum of RGB (Red+Green+Blue) = 221+115+77=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD734D is #228CB2. Grayscale: #8E8E8E. Windows color (decimal): -2264243 or 5075933. OLE color: 5075933.
HSL color Cylindrical-coordinate representation of color #DD734D: hue angle of 15.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD734D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 77 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.13 |
| HSL | 15.83º | 0.68% | 0.58% | - |
| HSV(B) | 15.83º | 0.65% | 0.87% | - |
| XYZ | 37.29 | 28.17 | 10.49 | - |
| YUV | 142.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 77 | 0 | 0.48 | 0.65 | 0.13 | 15.83 | 0.68 | 0.58 |
| Hex | DD | 73 | 4D | 0 | 30 | 41 | D | 10 | 44 | 3A |
| Octal | 335 | 163 | 115 | 0 | 60 | 101 | 15 | 20 | 104 | 72 |
| Binary | 11011101 | 1110011 | 1001101 | 0 | 110000 | 1000001 | 1101 | 10000 | 1000100 | 111010 |
Color Harmonies of #DD734D
Complementary color
Monochromatic Colors of #DD734D
Black with #DD734D
Text Example
Text Example
White with #DD734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD734D; }
p { color: rgb(221,115,77); }
H1.HeaderClassName
{
color: #DD734D;
}
.AnyTagClassName
{
color: #DD734D;
}
</style>
background-color css
<style>
a { background-color: #DD734D; }
a { background-color: rgb(221,115,77); }
div.DivClassName
{
background-color: #DD734D;
}
.BgClassName
{
background-color: #DD734D;
}
</style>
border-color css
<style>
span { border-color: #DD734D; }
span { border-color: rgb(221,115,77); }
td.TdClassName
{
border-color: #DD734D;
}
.TagClassName
{
border-color: #DD734D;
}
</style>