Shades of Jaffa #DD6F49
Tints of Jaffa #DD6F49
RGB
CMYK
RGB Variations
Color information
#DD6F49 (or 0xDD6F49) is known color: Jaffa. HEX triplet: DD, 6F and 49. RGB value is (221,111,73). Sum of RGB (Red+Green+Blue) = 221+111+73=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F49 is #2290B6. Grayscale: #8B8B8B. Windows color (decimal): -2265271 or 4812765. OLE color: 4812765.
HSL color Cylindrical-coordinate representation of color #DD6F49: hue angle of 15.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD6F49 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 73 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.13 |
| HSL | 15.41º | 0.69% | 0.58% | - |
| HSV(B) | 15.41º | 0.67% | 0.87% | - |
| XYZ | 36.71 | 27.22 | 9.62 | - |
| YUV | 139.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 73 | 0 | 0.50 | 0.67 | 0.13 | 15.41 | 0.69 | 0.58 |
| Hex | DD | 6F | 49 | 0 | 32 | 43 | D | F | 45 | 3A |
| Octal | 335 | 157 | 111 | 0 | 62 | 103 | 15 | 17 | 105 | 72 |
| Binary | 11011101 | 1101111 | 1001001 | 0 | 110010 | 1000011 | 1101 | 1111 | 1000101 | 111010 |
Color Harmonies of #DD6F49
Complementary color
Monochromatic Colors of #DD6F49
Black with #DD6F49
Text Example
Text Example
White with #DD6F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F49; }
p { color: rgb(221,111,73); }
H1.HeaderClassName
{
color: #DD6F49;
}
.AnyTagClassName
{
color: #DD6F49;
}
</style>
background-color css
<style>
a { background-color: #DD6F49; }
a { background-color: rgb(221,111,73); }
div.DivClassName
{
background-color: #DD6F49;
}
.BgClassName
{
background-color: #DD6F49;
}
</style>
border-color css
<style>
span { border-color: #DD6F49; }
span { border-color: rgb(221,111,73); }
td.TdClassName
{
border-color: #DD6F49;
}
.TagClassName
{
border-color: #DD6F49;
}
</style>