Shades of Jaffa #DD7A51
Tints of Jaffa #DD7A51
RGB
CMYK
RGB Variations
Color information
#DD7A51 (or 0xDD7A51) is known color: Jaffa. HEX triplet: DD, 7A and 51. RGB value is (221,122,81). Sum of RGB (Red+Green+Blue) = 221+122+81=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A51 is #2285AE. Grayscale: #939393. Windows color (decimal): -2262447 or 5339869. OLE color: 5339869.
HSL color Cylindrical-coordinate representation of color #DD7A51: hue angle of 17.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD7A51 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 81 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.13 |
| HSL | 17.57º | 0.67% | 0.59% | - |
| HSV(B) | 17.57º | 0.63% | 0.87% | - |
| XYZ | 38.26 | 29.89 | 11.54 | - |
| YUV | 146.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 81 | 0 | 0.45 | 0.63 | 0.13 | 17.57 | 0.67 | 0.59 |
| Hex | DD | 7A | 51 | 0 | 2D | 3F | D | 12 | 43 | 3B |
| Octal | 335 | 172 | 121 | 0 | 55 | 77 | 15 | 22 | 103 | 73 |
| Binary | 11011101 | 1111010 | 1010001 | 0 | 101101 | 111111 | 1101 | 10010 | 1000011 | 111011 |
Color Harmonies of #DD7A51
Complementary color
Monochromatic Colors of #DD7A51
Black with #DD7A51
Text Example
Text Example
White with #DD7A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A51; }
p { color: rgb(221,122,81); }
H1.HeaderClassName
{
color: #DD7A51;
}
.AnyTagClassName
{
color: #DD7A51;
}
</style>
background-color css
<style>
a { background-color: #DD7A51; }
a { background-color: rgb(221,122,81); }
div.DivClassName
{
background-color: #DD7A51;
}
.BgClassName
{
background-color: #DD7A51;
}
</style>
border-color css
<style>
span { border-color: #DD7A51; }
span { border-color: rgb(221,122,81); }
td.TdClassName
{
border-color: #DD7A51;
}
.TagClassName
{
border-color: #DD7A51;
}
</style>