Shades of Jaffa #DD7C4C
Tints of Jaffa #DD7C4C
RGB
CMYK
RGB Variations
Color information
#DD7C4C (or 0xDD7C4C) is known color: Jaffa. HEX triplet: DD, 7C and 4C. RGB value is (221,124,76). Sum of RGB (Red+Green+Blue) = 221+124+76=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C4C is #2283B3. Grayscale: #939393. Windows color (decimal): -2261940 or 5012701. OLE color: 5012701.
HSL color Cylindrical-coordinate representation of color #DD7C4C: hue angle of 19.86º 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 #DD7C4C is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 76 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.13 |
| HSL | 19.86º | 0.68% | 0.58% | - |
| HSV(B) | 19.86º | 0.66% | 0.87% | - |
| XYZ | 38.33 | 30.31 | 10.67 | - |
| YUV | 147.53 | 87.64 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 76 | 0 | 0.44 | 0.66 | 0.13 | 19.86 | 0.68 | 0.58 |
| Hex | DD | 7C | 4C | 0 | 2C | 42 | D | 14 | 44 | 3A |
| Octal | 335 | 174 | 114 | 0 | 54 | 102 | 15 | 24 | 104 | 72 |
| Binary | 11011101 | 1111100 | 1001100 | 0 | 101100 | 1000010 | 1101 | 10100 | 1000100 | 111010 |
Color Harmonies of #DD7C4C
Complementary color
Monochromatic Colors of #DD7C4C
Black with #DD7C4C
Text Example
Text Example
White with #DD7C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C4C; }
p { color: rgb(221,124,76); }
H1.HeaderClassName
{
color: #DD7C4C;
}
.AnyTagClassName
{
color: #DD7C4C;
}
</style>
background-color css
<style>
a { background-color: #DD7C4C; }
a { background-color: rgb(221,124,76); }
div.DivClassName
{
background-color: #DD7C4C;
}
.BgClassName
{
background-color: #DD7C4C;
}
</style>
border-color css
<style>
span { border-color: #DD7C4C; }
span { border-color: rgb(221,124,76); }
td.TdClassName
{
border-color: #DD7C4C;
}
.TagClassName
{
border-color: #DD7C4C;
}
</style>