Shades of Jaffa #DD6F4A
Tints of Jaffa #DD6F4A
RGB
CMYK
RGB Variations
Color information
#DD6F4A (or 0xDD6F4A) is known color: Jaffa. HEX triplet: DD, 6F and 4A. RGB value is (221,111,74). Sum of RGB (Red+Green+Blue) = 221+111+74=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F4A is #2290B5. Grayscale: #8B8B8B. Windows color (decimal): -2265270 or 4878301. OLE color: 4878301.
HSL color Cylindrical-coordinate representation of color #DD6F4A: hue angle of 15.1º degrees, saturation: 0.68, 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 #DD6F4A is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 74 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.13 |
| HSL | 15.1º | 0.68% | 0.58% | - |
| HSV(B) | 15.1º | 0.67% | 0.87% | - |
| XYZ | 36.74 | 27.24 | 9.8 | - |
| YUV | 139.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 74 | 0 | 0.50 | 0.67 | 0.13 | 15.1 | 0.68 | 0.58 |
| Hex | DD | 6F | 4A | 0 | 32 | 43 | D | F | 44 | 3A |
| Octal | 335 | 157 | 112 | 0 | 62 | 103 | 15 | 17 | 104 | 72 |
| Binary | 11011101 | 1101111 | 1001010 | 0 | 110010 | 1000011 | 1101 | 1111 | 1000100 | 111010 |
Color Harmonies of #DD6F4A
Complementary color
Monochromatic Colors of #DD6F4A
Black with #DD6F4A
Text Example
Text Example
White with #DD6F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F4A; }
p { color: rgb(221,111,74); }
H1.HeaderClassName
{
color: #DD6F4A;
}
.AnyTagClassName
{
color: #DD6F4A;
}
</style>
background-color css
<style>
a { background-color: #DD6F4A; }
a { background-color: rgb(221,111,74); }
div.DivClassName
{
background-color: #DD6F4A;
}
.BgClassName
{
background-color: #DD6F4A;
}
</style>
border-color css
<style>
span { border-color: #DD6F4A; }
span { border-color: rgb(221,111,74); }
td.TdClassName
{
border-color: #DD6F4A;
}
.TagClassName
{
border-color: #DD6F4A;
}
</style>