Shades of Jaffa #DD8149
Tints of Jaffa #DD8149
RGB
CMYK
RGB Variations
Color information
#DD8149 (or 0xDD8149) is known color: Jaffa. HEX triplet: DD, 81 and 49. RGB value is (221,129,73). Sum of RGB (Red+Green+Blue) = 221+129+73=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8149 is #227EB6. Grayscale: #969696. Windows color (decimal): -2260663 or 4817373. OLE color: 4817373.
HSL color Cylindrical-coordinate representation of color #DD8149: hue angle of 22.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD8149 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 73 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.13 |
| HSL | 22.7º | 0.69% | 0.58% | - |
| HSV(B) | 22.7º | 0.67% | 0.87% | - |
| XYZ | 38.87 | 31.55 | 10.35 | - |
| YUV | 150.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 73 | 0 | 0.42 | 0.67 | 0.13 | 22.7 | 0.69 | 0.58 |
| Hex | DD | 81 | 49 | 0 | 2A | 43 | D | 17 | 45 | 3A |
| Octal | 335 | 201 | 111 | 0 | 52 | 103 | 15 | 27 | 105 | 72 |
| Binary | 11011101 | 10000001 | 1001001 | 0 | 101010 | 1000011 | 1101 | 10111 | 1000101 | 111010 |
Color Harmonies of #DD8149
Complementary color
Monochromatic Colors of #DD8149
Black with #DD8149
Text Example
Text Example
White with #DD8149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8149; }
p { color: rgb(221,129,73); }
H1.HeaderClassName
{
color: #DD8149;
}
.AnyTagClassName
{
color: #DD8149;
}
</style>
background-color css
<style>
a { background-color: #DD8149; }
a { background-color: rgb(221,129,73); }
div.DivClassName
{
background-color: #DD8149;
}
.BgClassName
{
background-color: #DD8149;
}
</style>
border-color css
<style>
span { border-color: #DD8149; }
span { border-color: rgb(221,129,73); }
td.TdClassName
{
border-color: #DD8149;
}
.TagClassName
{
border-color: #DD8149;
}
</style>