Shades of Jaffa #DD824B
Tints of Jaffa #DD824B
RGB
CMYK
RGB Variations
Color information
#DD824B (or 0xDD824B) is known color: Jaffa. HEX triplet: DD, 82 and 4B. RGB value is (221,130,75). Sum of RGB (Red+Green+Blue) = 221+130+75=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD824B is #227DB4. Grayscale: #979797. Windows color (decimal): -2260405 or 4948701. OLE color: 4948701.
HSL color Cylindrical-coordinate representation of color #DD824B: hue angle of 22.6º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD824B is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 75 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.13 |
| HSL | 22.6º | 0.68% | 0.58% | - |
| HSV(B) | 22.6º | 0.66% | 0.87% | - |
| XYZ | 39.07 | 31.85 | 10.74 | - |
| YUV | 150.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 75 | 0 | 0.41 | 0.66 | 0.13 | 22.6 | 0.68 | 0.58 |
| Hex | DD | 82 | 4B | 0 | 29 | 42 | D | 17 | 44 | 3A |
| Octal | 335 | 202 | 113 | 0 | 51 | 102 | 15 | 27 | 104 | 72 |
| Binary | 11011101 | 10000010 | 1001011 | 0 | 101001 | 1000010 | 1101 | 10111 | 1000100 | 111010 |
Color Harmonies of #DD824B
Complementary color
Monochromatic Colors of #DD824B
Black with #DD824B
Text Example
Text Example
White with #DD824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD824B; }
p { color: rgb(221,130,75); }
H1.HeaderClassName
{
color: #DD824B;
}
.AnyTagClassName
{
color: #DD824B;
}
</style>
background-color css
<style>
a { background-color: #DD824B; }
a { background-color: rgb(221,130,75); }
div.DivClassName
{
background-color: #DD824B;
}
.BgClassName
{
background-color: #DD824B;
}
</style>
border-color css
<style>
span { border-color: #DD824B; }
span { border-color: rgb(221,130,75); }
td.TdClassName
{
border-color: #DD824B;
}
.TagClassName
{
border-color: #DD824B;
}
</style>