Shades of Jaffa #DD804A
Tints of Jaffa #DD804A
RGB
CMYK
RGB Variations
Color information
#DD804A (or 0xDD804A) is known color: Jaffa. HEX triplet: DD, 80 and 4A. RGB value is (221,128,74). Sum of RGB (Red+Green+Blue) = 221+128+74=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD804A is #227FB5. Grayscale: #959595. Windows color (decimal): -2260918 or 4882653. OLE color: 4882653.
HSL color Cylindrical-coordinate representation of color #DD804A: hue angle of 22.04º degrees, saturation: 0.68, 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 #DD804A is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 74 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.13 |
| HSL | 22.04º | 0.68% | 0.58% | - |
| HSV(B) | 22.04º | 0.67% | 0.87% | - |
| XYZ | 38.77 | 31.3 | 10.48 | - |
| YUV | 149.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 74 | 0 | 0.42 | 0.67 | 0.13 | 22.04 | 0.68 | 0.58 |
| Hex | DD | 80 | 4A | 0 | 2A | 43 | D | 16 | 44 | 3A |
| Octal | 335 | 200 | 112 | 0 | 52 | 103 | 15 | 26 | 104 | 72 |
| Binary | 11011101 | 10000000 | 1001010 | 0 | 101010 | 1000011 | 1101 | 10110 | 1000100 | 111010 |
Color Harmonies of #DD804A
Complementary color
Monochromatic Colors of #DD804A
Black with #DD804A
Text Example
Text Example
White with #DD804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD804A; }
p { color: rgb(221,128,74); }
H1.HeaderClassName
{
color: #DD804A;
}
.AnyTagClassName
{
color: #DD804A;
}
</style>
background-color css
<style>
a { background-color: #DD804A; }
a { background-color: rgb(221,128,74); }
div.DivClassName
{
background-color: #DD804A;
}
.BgClassName
{
background-color: #DD804A;
}
</style>
border-color css
<style>
span { border-color: #DD804A; }
span { border-color: rgb(221,128,74); }
td.TdClassName
{
border-color: #DD804A;
}
.TagClassName
{
border-color: #DD804A;
}
</style>