Shades of Jaffa #DD7D4C
Tints of Jaffa #DD7D4C
RGB
CMYK
RGB Variations
Color information
#DD7D4C (or 0xDD7D4C) is known color: Jaffa. HEX triplet: DD, 7D and 4C. RGB value is (221,125,76). Sum of RGB (Red+Green+Blue) = 221+125+76=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D4C is #2282B3. Grayscale: #949494. Windows color (decimal): -2261684 or 5012957. OLE color: 5012957.
HSL color Cylindrical-coordinate representation of color #DD7D4C: hue angle of 20.28º 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 #DD7D4C is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 76 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.13 |
| HSL | 20.28º | 0.68% | 0.58% | - |
| HSV(B) | 20.28º | 0.66% | 0.87% | - |
| XYZ | 38.46 | 30.56 | 10.71 | - |
| YUV | 148.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 76 | 0 | 0.43 | 0.66 | 0.13 | 20.28 | 0.68 | 0.58 |
| Hex | DD | 7D | 4C | 0 | 2B | 42 | D | 14 | 44 | 3A |
| Octal | 335 | 175 | 114 | 0 | 53 | 102 | 15 | 24 | 104 | 72 |
| Binary | 11011101 | 1111101 | 1001100 | 0 | 101011 | 1000010 | 1101 | 10100 | 1000100 | 111010 |
Color Harmonies of #DD7D4C
Complementary color
Monochromatic Colors of #DD7D4C
Black with #DD7D4C
Text Example
Text Example
White with #DD7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D4C; }
p { color: rgb(221,125,76); }
H1.HeaderClassName
{
color: #DD7D4C;
}
.AnyTagClassName
{
color: #DD7D4C;
}
</style>
background-color css
<style>
a { background-color: #DD7D4C; }
a { background-color: rgb(221,125,76); }
div.DivClassName
{
background-color: #DD7D4C;
}
.BgClassName
{
background-color: #DD7D4C;
}
</style>
border-color css
<style>
span { border-color: #DD7D4C; }
span { border-color: rgb(221,125,76); }
td.TdClassName
{
border-color: #DD7D4C;
}
.TagClassName
{
border-color: #DD7D4C;
}
</style>