Shades of Jaffa #DD804C
Tints of Jaffa #DD804C
RGB
CMYK
RGB Variations
Color information
#DD804C (or 0xDD804C) is known color: Jaffa. HEX triplet: DD, 80 and 4C. RGB value is (221,128,76). Sum of RGB (Red+Green+Blue) = 221+128+76=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD804C is #227FB3. Grayscale: #969696. Windows color (decimal): -2260916 or 5013725. OLE color: 5013725.
HSL color Cylindrical-coordinate representation of color #DD804C: hue angle of 21.52º 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 #DD804C is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 76 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.13 |
| HSL | 21.52º | 0.68% | 0.58% | - |
| HSV(B) | 21.52º | 0.66% | 0.87% | - |
| XYZ | 38.84 | 31.33 | 10.84 | - |
| YUV | 149.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 76 | 0 | 0.42 | 0.66 | 0.13 | 21.52 | 0.68 | 0.58 |
| Hex | DD | 80 | 4C | 0 | 2A | 42 | D | 16 | 44 | 3A |
| Octal | 335 | 200 | 114 | 0 | 52 | 102 | 15 | 26 | 104 | 72 |
| Binary | 11011101 | 10000000 | 1001100 | 0 | 101010 | 1000010 | 1101 | 10110 | 1000100 | 111010 |
Color Harmonies of #DD804C
Complementary color
Monochromatic Colors of #DD804C
Black with #DD804C
Text Example
Text Example
White with #DD804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD804C; }
p { color: rgb(221,128,76); }
H1.HeaderClassName
{
color: #DD804C;
}
.AnyTagClassName
{
color: #DD804C;
}
</style>
background-color css
<style>
a { background-color: #DD804C; }
a { background-color: rgb(221,128,76); }
div.DivClassName
{
background-color: #DD804C;
}
.BgClassName
{
background-color: #DD804C;
}
</style>
border-color css
<style>
span { border-color: #DD804C; }
span { border-color: rgb(221,128,76); }
td.TdClassName
{
border-color: #DD804C;
}
.TagClassName
{
border-color: #DD804C;
}
</style>