Shades of Jaffa #DD724C
Tints of Jaffa #DD724C
RGB
CMYK
RGB Variations
Color information
#DD724C (or 0xDD724C) is known color: Jaffa. HEX triplet: DD, 72 and 4C. RGB value is (221,114,76). Sum of RGB (Red+Green+Blue) = 221+114+76=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD724C is #228DB3. Grayscale: #8D8D8D. Windows color (decimal): -2264500 or 5010141. OLE color: 5010141.
HSL color Cylindrical-coordinate representation of color #DD724C: hue angle of 15.72º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD724C is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 76 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.13 |
| HSL | 15.72º | 0.68% | 0.58% | - |
| HSV(B) | 15.72º | 0.66% | 0.87% | - |
| XYZ | 37.14 | 27.93 | 10.27 | - |
| YUV | 141.66 | 90.95 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 76 | 0 | 0.48 | 0.66 | 0.13 | 15.72 | 0.68 | 0.58 |
| Hex | DD | 72 | 4C | 0 | 30 | 42 | D | 10 | 44 | 3A |
| Octal | 335 | 162 | 114 | 0 | 60 | 102 | 15 | 20 | 104 | 72 |
| Binary | 11011101 | 1110010 | 1001100 | 0 | 110000 | 1000010 | 1101 | 10000 | 1000100 | 111010 |
Color Harmonies of #DD724C
Complementary color
Monochromatic Colors of #DD724C
Black with #DD724C
Text Example
Text Example
White with #DD724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD724C; }
p { color: rgb(221,114,76); }
H1.HeaderClassName
{
color: #DD724C;
}
.AnyTagClassName
{
color: #DD724C;
}
</style>
background-color css
<style>
a { background-color: #DD724C; }
a { background-color: rgb(221,114,76); }
div.DivClassName
{
background-color: #DD724C;
}
.BgClassName
{
background-color: #DD724C;
}
</style>
border-color css
<style>
span { border-color: #DD724C; }
span { border-color: rgb(221,114,76); }
td.TdClassName
{
border-color: #DD724C;
}
.TagClassName
{
border-color: #DD724C;
}
</style>