Shades of Jaffa #DD7A4D
Tints of Jaffa #DD7A4D
RGB
CMYK
RGB Variations
Color information
#DD7A4D (or 0xDD7A4D) is known color: Jaffa. HEX triplet: DD, 7A and 4D. RGB value is (221,122,77). Sum of RGB (Red+Green+Blue) = 221+122+77=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A4D is #2285B2. Grayscale: #929292. Windows color (decimal): -2262451 or 5077725. OLE color: 5077725.
HSL color Cylindrical-coordinate representation of color #DD7A4D: hue angle of 18.75º 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 #DD7A4D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 77 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.13 |
| HSL | 18.75º | 0.68% | 0.58% | - |
| HSV(B) | 18.75º | 0.65% | 0.87% | - |
| XYZ | 38.12 | 29.83 | 10.77 | - |
| YUV | 146.47 | 88.8 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 77 | 0 | 0.45 | 0.65 | 0.13 | 18.75 | 0.68 | 0.58 |
| Hex | DD | 7A | 4D | 0 | 2D | 41 | D | 13 | 44 | 3A |
| Octal | 335 | 172 | 115 | 0 | 55 | 101 | 15 | 23 | 104 | 72 |
| Binary | 11011101 | 1111010 | 1001101 | 0 | 101101 | 1000001 | 1101 | 10011 | 1000100 | 111010 |
Color Harmonies of #DD7A4D
Complementary color
Monochromatic Colors of #DD7A4D
Black with #DD7A4D
Text Example
Text Example
White with #DD7A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A4D; }
p { color: rgb(221,122,77); }
H1.HeaderClassName
{
color: #DD7A4D;
}
.AnyTagClassName
{
color: #DD7A4D;
}
</style>
background-color css
<style>
a { background-color: #DD7A4D; }
a { background-color: rgb(221,122,77); }
div.DivClassName
{
background-color: #DD7A4D;
}
.BgClassName
{
background-color: #DD7A4D;
}
</style>
border-color css
<style>
span { border-color: #DD7A4D; }
span { border-color: rgb(221,122,77); }
td.TdClassName
{
border-color: #DD7A4D;
}
.TagClassName
{
border-color: #DD7A4D;
}
</style>