Shades of Jaffa #DD804D
Tints of Jaffa #DD804D
RGB
CMYK
RGB Variations
Color information
#DD804D (or 0xDD804D) is known color: Jaffa. HEX triplet: DD, 80 and 4D. RGB value is (221,128,77). Sum of RGB (Red+Green+Blue) = 221+128+77=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD804D is #227FB2. Grayscale: #969696. Windows color (decimal): -2260915 or 5079261. OLE color: 5079261.
HSL color Cylindrical-coordinate representation of color #DD804D: hue angle of 21.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD804D is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 77 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.13 |
| HSL | 21.25º | 0.68% | 0.58% | - |
| HSV(B) | 21.25º | 0.65% | 0.87% | - |
| XYZ | 38.88 | 31.35 | 11.02 | - |
| YUV | 149.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 77 | 0 | 0.42 | 0.65 | 0.13 | 21.25 | 0.68 | 0.58 |
| Hex | DD | 80 | 4D | 0 | 2A | 41 | D | 15 | 44 | 3A |
| Octal | 335 | 200 | 115 | 0 | 52 | 101 | 15 | 25 | 104 | 72 |
| Binary | 11011101 | 10000000 | 1001101 | 0 | 101010 | 1000001 | 1101 | 10101 | 1000100 | 111010 |
Color Harmonies of #DD804D
Complementary color
Monochromatic Colors of #DD804D
Black with #DD804D
Text Example
Text Example
White with #DD804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD804D; }
p { color: rgb(221,128,77); }
H1.HeaderClassName
{
color: #DD804D;
}
.AnyTagClassName
{
color: #DD804D;
}
</style>
background-color css
<style>
a { background-color: #DD804D; }
a { background-color: rgb(221,128,77); }
div.DivClassName
{
background-color: #DD804D;
}
.BgClassName
{
background-color: #DD804D;
}
</style>
border-color css
<style>
span { border-color: #DD804D; }
span { border-color: rgb(221,128,77); }
td.TdClassName
{
border-color: #DD804D;
}
.TagClassName
{
border-color: #DD804D;
}
</style>