Shades of Jaffa #DD8054
Tints of Jaffa #DD8054
RGB
CMYK
RGB Variations
Color information
#DD8054 (or 0xDD8054) is known color: Jaffa. HEX triplet: DD, 80 and 54. RGB value is (221,128,84). Sum of RGB (Red+Green+Blue) = 221+128+84=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8054 is #227FAB. Grayscale: #979797. Windows color (decimal): -2260908 or 5538013. OLE color: 5538013.
HSL color Cylindrical-coordinate representation of color #DD8054: hue angle of 19.27º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD8054 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 84 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.13 |
| HSL | 19.27º | 0.67% | 0.6% | - |
| HSV(B) | 19.27º | 0.62% | 0.87% | - |
| XYZ | 39.14 | 31.45 | 12.4 | - |
| YUV | 150.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 84 | 0 | 0.42 | 0.62 | 0.13 | 19.27 | 0.67 | 0.6 |
| Hex | DD | 80 | 54 | 0 | 2A | 3E | D | 13 | 43 | 3C |
| Octal | 335 | 200 | 124 | 0 | 52 | 76 | 15 | 23 | 103 | 74 |
| Binary | 11011101 | 10000000 | 1010100 | 0 | 101010 | 111110 | 1101 | 10011 | 1000011 | 111100 |
Color Harmonies of #DD8054
Complementary color
Monochromatic Colors of #DD8054
Black with #DD8054
Text Example
Text Example
White with #DD8054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8054; }
p { color: rgb(221,128,84); }
H1.HeaderClassName
{
color: #DD8054;
}
.AnyTagClassName
{
color: #DD8054;
}
</style>
background-color css
<style>
a { background-color: #DD8054; }
a { background-color: rgb(221,128,84); }
div.DivClassName
{
background-color: #DD8054;
}
.BgClassName
{
background-color: #DD8054;
}
</style>
border-color css
<style>
span { border-color: #DD8054; }
span { border-color: rgb(221,128,84); }
td.TdClassName
{
border-color: #DD8054;
}
.TagClassName
{
border-color: #DD8054;
}
</style>