Shades of Jaffa #DD8048
Tints of Jaffa #DD8048
RGB
CMYK
RGB Variations
Color information
#DD8048 (or 0xDD8048) is known color: Jaffa. HEX triplet: DD, 80 and 48. RGB value is (221,128,72). Sum of RGB (Red+Green+Blue) = 221+128+72=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8048 is #227FB7. Grayscale: #959595. Windows color (decimal): -2260920 or 4751581. OLE color: 4751581.
HSL color Cylindrical-coordinate representation of color #DD8048: hue angle of 22.55º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD8048 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 72 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.13 |
| HSL | 22.55º | 0.69% | 0.57% | - |
| HSV(B) | 22.55º | 0.67% | 0.87% | - |
| XYZ | 38.71 | 31.28 | 10.13 | - |
| YUV | 149.42 | 84.31 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 72 | 0 | 0.42 | 0.67 | 0.13 | 22.55 | 0.69 | 0.57 |
| Hex | DD | 80 | 48 | 0 | 2A | 43 | D | 17 | 45 | 39 |
| Octal | 335 | 200 | 110 | 0 | 52 | 103 | 15 | 27 | 105 | 71 |
| Binary | 11011101 | 10000000 | 1001000 | 0 | 101010 | 1000011 | 1101 | 10111 | 1000101 | 111001 |
Color Harmonies of #DD8048
Complementary color
Monochromatic Colors of #DD8048
Black with #DD8048
Text Example
Text Example
White with #DD8048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8048; }
p { color: rgb(221,128,72); }
H1.HeaderClassName
{
color: #DD8048;
}
.AnyTagClassName
{
color: #DD8048;
}
</style>
background-color css
<style>
a { background-color: #DD8048; }
a { background-color: rgb(221,128,72); }
div.DivClassName
{
background-color: #DD8048;
}
.BgClassName
{
background-color: #DD8048;
}
</style>
border-color css
<style>
span { border-color: #DD8048; }
span { border-color: rgb(221,128,72); }
td.TdClassName
{
border-color: #DD8048;
}
.TagClassName
{
border-color: #DD8048;
}
</style>