Shades of Jaffa #DD7E50
Tints of Jaffa #DD7E50
RGB
CMYK
RGB Variations
Color information
#DD7E50 (or 0xDD7E50) is known color: Jaffa. HEX triplet: DD, 7E and 50. RGB value is (221,126,80). Sum of RGB (Red+Green+Blue) = 221+126+80=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E50 is #2281AF. Grayscale: #959595. Windows color (decimal): -2261424 or 5275357. OLE color: 5275357.
HSL color Cylindrical-coordinate representation of color #DD7E50: hue angle of 19.57º degrees, saturation: 0.67, 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 #DD7E50 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 80 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.13 |
| HSL | 19.57º | 0.67% | 0.59% | - |
| HSV(B) | 19.57º | 0.64% | 0.87% | - |
| XYZ | 38.73 | 30.87 | 11.51 | - |
| YUV | 149.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 80 | 0 | 0.43 | 0.64 | 0.13 | 19.57 | 0.67 | 0.59 |
| Hex | DD | 7E | 50 | 0 | 2B | 40 | D | 14 | 43 | 3B |
| Octal | 335 | 176 | 120 | 0 | 53 | 100 | 15 | 24 | 103 | 73 |
| Binary | 11011101 | 1111110 | 1010000 | 0 | 101011 | 1000000 | 1101 | 10100 | 1000011 | 111011 |
Color Harmonies of #DD7E50
Complementary color
Monochromatic Colors of #DD7E50
Black with #DD7E50
Text Example
Text Example
White with #DD7E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E50; }
p { color: rgb(221,126,80); }
H1.HeaderClassName
{
color: #DD7E50;
}
.AnyTagClassName
{
color: #DD7E50;
}
</style>
background-color css
<style>
a { background-color: #DD7E50; }
a { background-color: rgb(221,126,80); }
div.DivClassName
{
background-color: #DD7E50;
}
.BgClassName
{
background-color: #DD7E50;
}
</style>
border-color css
<style>
span { border-color: #DD7E50; }
span { border-color: rgb(221,126,80); }
td.TdClassName
{
border-color: #DD7E50;
}
.TagClassName
{
border-color: #DD7E50;
}
</style>