Shades of Jaffa #DD7E4F
Tints of Jaffa #DD7E4F
RGB
CMYK
RGB Variations
Color information
#DD7E4F (or 0xDD7E4F) is known color: Jaffa. HEX triplet: DD, 7E and 4F. RGB value is (221,126,79). Sum of RGB (Red+Green+Blue) = 221+126+79=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E4F is #2281B0. Grayscale: #959595. Windows color (decimal): -2261425 or 5209821. OLE color: 5209821.
HSL color Cylindrical-coordinate representation of color #DD7E4F: hue angle of 19.86º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD7E4F is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 79 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.13 |
| HSL | 19.86º | 0.68% | 0.59% | - |
| HSV(B) | 19.86º | 0.64% | 0.87% | - |
| XYZ | 38.69 | 30.86 | 11.31 | - |
| YUV | 149.05 | 88.47 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 79 | 0 | 0.43 | 0.64 | 0.13 | 19.86 | 0.68 | 0.59 |
| Hex | DD | 7E | 4F | 0 | 2B | 40 | D | 14 | 44 | 3B |
| Octal | 335 | 176 | 117 | 0 | 53 | 100 | 15 | 24 | 104 | 73 |
| Binary | 11011101 | 1111110 | 1001111 | 0 | 101011 | 1000000 | 1101 | 10100 | 1000100 | 111011 |
Color Harmonies of #DD7E4F
Complementary color
Monochromatic Colors of #DD7E4F
Black with #DD7E4F
Text Example
Text Example
White with #DD7E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E4F; }
p { color: rgb(221,126,79); }
H1.HeaderClassName
{
color: #DD7E4F;
}
.AnyTagClassName
{
color: #DD7E4F;
}
</style>
background-color css
<style>
a { background-color: #DD7E4F; }
a { background-color: rgb(221,126,79); }
div.DivClassName
{
background-color: #DD7E4F;
}
.BgClassName
{
background-color: #DD7E4F;
}
</style>
border-color css
<style>
span { border-color: #DD7E4F; }
span { border-color: rgb(221,126,79); }
td.TdClassName
{
border-color: #DD7E4F;
}
.TagClassName
{
border-color: #DD7E4F;
}
</style>