Shades of Jaffa #DD7743
Tints of Jaffa #DD7743
RGB
CMYK
RGB Variations
Color information
#DD7743 (or 0xDD7743) is known color: Jaffa. HEX triplet: DD, 77 and 43. RGB value is (221,119,67). Sum of RGB (Red+Green+Blue) = 221+119+67=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7743 is #2288BC. Grayscale: #8F8F8F. Windows color (decimal): -2263229 or 4421597. OLE color: 4421597.
HSL color Cylindrical-coordinate representation of color #DD7743: hue angle of 20.26º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD7743 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 67 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.13 |
| HSL | 20.26º | 0.69% | 0.56% | - |
| HSV(B) | 20.26º | 0.7% | 0.87% | - |
| XYZ | 37.43 | 28.97 | 8.93 | - |
| YUV | 143.57 | 84.79 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 67 | 0 | 0.46 | 0.70 | 0.13 | 20.26 | 0.69 | 0.56 |
| Hex | DD | 77 | 43 | 0 | 2E | 46 | D | 14 | 45 | 38 |
| Octal | 335 | 167 | 103 | 0 | 56 | 106 | 15 | 24 | 105 | 70 |
| Binary | 11011101 | 1110111 | 1000011 | 0 | 101110 | 1000110 | 1101 | 10100 | 1000101 | 111000 |
Color Harmonies of #DD7743
Complementary color
Monochromatic Colors of #DD7743
Black with #DD7743
Text Example
Text Example
White with #DD7743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7743; }
p { color: rgb(221,119,67); }
H1.HeaderClassName
{
color: #DD7743;
}
.AnyTagClassName
{
color: #DD7743;
}
</style>
background-color css
<style>
a { background-color: #DD7743; }
a { background-color: rgb(221,119,67); }
div.DivClassName
{
background-color: #DD7743;
}
.BgClassName
{
background-color: #DD7743;
}
</style>
border-color css
<style>
span { border-color: #DD7743; }
span { border-color: rgb(221,119,67); }
td.TdClassName
{
border-color: #DD7743;
}
.TagClassName
{
border-color: #DD7743;
}
</style>