Shades of Jaffa #DD7B51
Tints of Jaffa #DD7B51
RGB
CMYK
RGB Variations
Color information
#DD7B51 (or 0xDD7B51) is known color: Jaffa. HEX triplet: DD, 7B and 51. RGB value is (221,123,81). Sum of RGB (Red+Green+Blue) = 221+123+81=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B51 is #2284AE. Grayscale: #939393. Windows color (decimal): -2262191 or 5340125. OLE color: 5340125.
HSL color Cylindrical-coordinate representation of color #DD7B51: hue angle of 18º 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 #DD7B51 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 81 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.13 |
| HSL | 18º | 0.67% | 0.59% | - |
| HSV(B) | 18º | 0.63% | 0.87% | - |
| XYZ | 38.39 | 30.13 | 11.58 | - |
| YUV | 147.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 81 | 0 | 0.44 | 0.63 | 0.13 | 18 | 0.67 | 0.59 |
| Hex | DD | 7B | 51 | 0 | 2C | 3F | D | 12 | 43 | 3B |
| Octal | 335 | 173 | 121 | 0 | 54 | 77 | 15 | 22 | 103 | 73 |
| Binary | 11011101 | 1111011 | 1010001 | 0 | 101100 | 111111 | 1101 | 10010 | 1000011 | 111011 |
Color Harmonies of #DD7B51
Complementary color
Monochromatic Colors of #DD7B51
Black with #DD7B51
Text Example
Text Example
White with #DD7B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B51; }
p { color: rgb(221,123,81); }
H1.HeaderClassName
{
color: #DD7B51;
}
.AnyTagClassName
{
color: #DD7B51;
}
</style>
background-color css
<style>
a { background-color: #DD7B51; }
a { background-color: rgb(221,123,81); }
div.DivClassName
{
background-color: #DD7B51;
}
.BgClassName
{
background-color: #DD7B51;
}
</style>
border-color css
<style>
span { border-color: #DD7B51; }
span { border-color: rgb(221,123,81); }
td.TdClassName
{
border-color: #DD7B51;
}
.TagClassName
{
border-color: #DD7B51;
}
</style>