Shades of Jaffa #DD7B50
Tints of Jaffa #DD7B50
RGB
CMYK
RGB Variations
Color information
#DD7B50 (or 0xDD7B50) is known color: Jaffa. HEX triplet: DD, 7B and 50. RGB value is (221,123,80). Sum of RGB (Red+Green+Blue) = 221+123+80=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B50 is #2284AF. Grayscale: #939393. Windows color (decimal): -2262192 or 5274589. OLE color: 5274589.
HSL color Cylindrical-coordinate representation of color #DD7B50: hue angle of 18.3º 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 #DD7B50 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 80 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.13 |
| HSL | 18.3º | 0.67% | 0.59% | - |
| HSV(B) | 18.3º | 0.64% | 0.87% | - |
| XYZ | 38.35 | 30.12 | 11.38 | - |
| YUV | 147.4 | 89.97 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 80 | 0 | 0.44 | 0.64 | 0.13 | 18.3 | 0.67 | 0.59 |
| Hex | DD | 7B | 50 | 0 | 2C | 40 | D | 12 | 43 | 3B |
| Octal | 335 | 173 | 120 | 0 | 54 | 100 | 15 | 22 | 103 | 73 |
| Binary | 11011101 | 1111011 | 1010000 | 0 | 101100 | 1000000 | 1101 | 10010 | 1000011 | 111011 |
Color Harmonies of #DD7B50
Complementary color
Monochromatic Colors of #DD7B50
Black with #DD7B50
Text Example
Text Example
White with #DD7B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B50; }
p { color: rgb(221,123,80); }
H1.HeaderClassName
{
color: #DD7B50;
}
.AnyTagClassName
{
color: #DD7B50;
}
</style>
background-color css
<style>
a { background-color: #DD7B50; }
a { background-color: rgb(221,123,80); }
div.DivClassName
{
background-color: #DD7B50;
}
.BgClassName
{
background-color: #DD7B50;
}
</style>
border-color css
<style>
span { border-color: #DD7B50; }
span { border-color: rgb(221,123,80); }
td.TdClassName
{
border-color: #DD7B50;
}
.TagClassName
{
border-color: #DD7B50;
}
</style>