Shades of Jaffa #DD8050
Tints of Jaffa #DD8050
RGB
CMYK
RGB Variations
Color information
#DD8050 (or 0xDD8050) is known color: Jaffa. HEX triplet: DD, 80 and 50. RGB value is (221,128,80). Sum of RGB (Red+Green+Blue) = 221+128+80=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8050 is #227FAF. Grayscale: #969696. Windows color (decimal): -2260912 or 5275869. OLE color: 5275869.
HSL color Cylindrical-coordinate representation of color #DD8050: hue angle of 20.43º 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 #DD8050 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 80 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.13 |
| HSL | 20.43º | 0.67% | 0.59% | - |
| HSV(B) | 20.43º | 0.64% | 0.87% | - |
| XYZ | 38.99 | 31.39 | 11.59 | - |
| YUV | 150.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 80 | 0 | 0.42 | 0.64 | 0.13 | 20.43 | 0.67 | 0.59 |
| Hex | DD | 80 | 50 | 0 | 2A | 40 | D | 14 | 43 | 3B |
| Octal | 335 | 200 | 120 | 0 | 52 | 100 | 15 | 24 | 103 | 73 |
| Binary | 11011101 | 10000000 | 1010000 | 0 | 101010 | 1000000 | 1101 | 10100 | 1000011 | 111011 |
Color Harmonies of #DD8050
Complementary color
Monochromatic Colors of #DD8050
Black with #DD8050
Text Example
Text Example
White with #DD8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8050; }
p { color: rgb(221,128,80); }
H1.HeaderClassName
{
color: #DD8050;
}
.AnyTagClassName
{
color: #DD8050;
}
</style>
background-color css
<style>
a { background-color: #DD8050; }
a { background-color: rgb(221,128,80); }
div.DivClassName
{
background-color: #DD8050;
}
.BgClassName
{
background-color: #DD8050;
}
</style>
border-color css
<style>
span { border-color: #DD8050; }
span { border-color: rgb(221,128,80); }
td.TdClassName
{
border-color: #DD8050;
}
.TagClassName
{
border-color: #DD8050;
}
</style>