Shades of Jaffa #DD7B44
Tints of Jaffa #DD7B44
RGB
CMYK
RGB Variations
Color information
#DD7B44 (or 0xDD7B44) is known color: Jaffa. HEX triplet: DD, 7B and 44. RGB value is (221,123,68). Sum of RGB (Red+Green+Blue) = 221+123+68=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B44 is #2284BB. Grayscale: #929292. Windows color (decimal): -2262204 or 4488157. OLE color: 4488157.
HSL color Cylindrical-coordinate representation of color #DD7B44: hue angle of 21.57º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD7B44 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 68 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.13 |
| HSL | 21.57º | 0.69% | 0.57% | - |
| HSV(B) | 21.57º | 0.69% | 0.87% | - |
| XYZ | 37.95 | 29.96 | 9.25 | - |
| YUV | 146.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 68 | 0 | 0.44 | 0.69 | 0.13 | 21.57 | 0.69 | 0.57 |
| Hex | DD | 7B | 44 | 0 | 2C | 45 | D | 16 | 45 | 39 |
| Octal | 335 | 173 | 104 | 0 | 54 | 105 | 15 | 26 | 105 | 71 |
| Binary | 11011101 | 1111011 | 1000100 | 0 | 101100 | 1000101 | 1101 | 10110 | 1000101 | 111001 |
Color Harmonies of #DD7B44
Complementary color
Monochromatic Colors of #DD7B44
Black with #DD7B44
Text Example
Text Example
White with #DD7B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B44; }
p { color: rgb(221,123,68); }
H1.HeaderClassName
{
color: #DD7B44;
}
.AnyTagClassName
{
color: #DD7B44;
}
</style>
background-color css
<style>
a { background-color: #DD7B44; }
a { background-color: rgb(221,123,68); }
div.DivClassName
{
background-color: #DD7B44;
}
.BgClassName
{
background-color: #DD7B44;
}
</style>
border-color css
<style>
span { border-color: #DD7B44; }
span { border-color: rgb(221,123,68); }
td.TdClassName
{
border-color: #DD7B44;
}
.TagClassName
{
border-color: #DD7B44;
}
</style>