Shades of Jaffa #DD7C47
Tints of Jaffa #DD7C47
RGB
CMYK
RGB Variations
Color information
#DD7C47 (or 0xDD7C47) is known color: Jaffa. HEX triplet: DD, 7C and 47. RGB value is (221,124,71). Sum of RGB (Red+Green+Blue) = 221+124+71=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C47 is #2283B8. Grayscale: #939393. Windows color (decimal): -2261945 or 4685021. OLE color: 4685021.
HSL color Cylindrical-coordinate representation of color #DD7C47: hue angle of 21.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD7C47 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 71 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.13 |
| HSL | 21.2º | 0.69% | 0.57% | - |
| HSV(B) | 21.2º | 0.68% | 0.87% | - |
| XYZ | 38.16 | 30.24 | 9.79 | - |
| YUV | 146.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 71 | 0 | 0.44 | 0.68 | 0.13 | 21.2 | 0.69 | 0.57 |
| Hex | DD | 7C | 47 | 0 | 2C | 44 | D | 15 | 45 | 39 |
| Octal | 335 | 174 | 107 | 0 | 54 | 104 | 15 | 25 | 105 | 71 |
| Binary | 11011101 | 1111100 | 1000111 | 0 | 101100 | 1000100 | 1101 | 10101 | 1000101 | 111001 |
Color Harmonies of #DD7C47
Complementary color
Monochromatic Colors of #DD7C47
Black with #DD7C47
Text Example
Text Example
White with #DD7C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C47; }
p { color: rgb(221,124,71); }
H1.HeaderClassName
{
color: #DD7C47;
}
.AnyTagClassName
{
color: #DD7C47;
}
</style>
background-color css
<style>
a { background-color: #DD7C47; }
a { background-color: rgb(221,124,71); }
div.DivClassName
{
background-color: #DD7C47;
}
.BgClassName
{
background-color: #DD7C47;
}
</style>
border-color css
<style>
span { border-color: #DD7C47; }
span { border-color: rgb(221,124,71); }
td.TdClassName
{
border-color: #DD7C47;
}
.TagClassName
{
border-color: #DD7C47;
}
</style>