Shades of Jaffa #DD7B42
Tints of Jaffa #DD7B42
RGB
CMYK
RGB Variations
Color information
#DD7B42 (or 0xDD7B42) is known color: Jaffa. HEX triplet: DD, 7B and 42. RGB value is (221,123,66). Sum of RGB (Red+Green+Blue) = 221+123+66=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B42 is #2284BD. Grayscale: #929292. Windows color (decimal): -2262206 or 4357085. OLE color: 4357085.
HSL color Cylindrical-coordinate representation of color #DD7B42: hue angle of 22.06º degrees, saturation: 0.7, 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 #DD7B42 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 66 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.13 |
| HSL | 22.06º | 0.7% | 0.56% | - |
| HSV(B) | 22.06º | 0.7% | 0.87% | - |
| XYZ | 37.89 | 29.93 | 8.93 | - |
| YUV | 145.8 | 82.97 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 66 | 0 | 0.44 | 0.70 | 0.13 | 22.06 | 0.7 | 0.56 |
| Hex | DD | 7B | 42 | 0 | 2C | 46 | D | 16 | 46 | 38 |
| Octal | 335 | 173 | 102 | 0 | 54 | 106 | 15 | 26 | 106 | 70 |
| Binary | 11011101 | 1111011 | 1000010 | 0 | 101100 | 1000110 | 1101 | 10110 | 1000110 | 111000 |
Color Harmonies of #DD7B42
Complementary color
Monochromatic Colors of #DD7B42
Black with #DD7B42
Text Example
Text Example
White with #DD7B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B42; }
p { color: rgb(221,123,66); }
H1.HeaderClassName
{
color: #DD7B42;
}
.AnyTagClassName
{
color: #DD7B42;
}
</style>
background-color css
<style>
a { background-color: #DD7B42; }
a { background-color: rgb(221,123,66); }
div.DivClassName
{
background-color: #DD7B42;
}
.BgClassName
{
background-color: #DD7B42;
}
</style>
border-color css
<style>
span { border-color: #DD7B42; }
span { border-color: rgb(221,123,66); }
td.TdClassName
{
border-color: #DD7B42;
}
.TagClassName
{
border-color: #DD7B42;
}
</style>