Shades of Jaffa #DD6F45
Tints of Jaffa #DD6F45
RGB
CMYK
RGB Variations
Color information
#DD6F45 (or 0xDD6F45) is known color: Jaffa. HEX triplet: DD, 6F and 45. RGB value is (221,111,69). Sum of RGB (Red+Green+Blue) = 221+111+69=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F45 is #2290BA. Grayscale: #8B8B8B. Windows color (decimal): -2265275 or 4550621. OLE color: 4550621.
HSL color Cylindrical-coordinate representation of color #DD6F45: hue angle of 16.58º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD6F45 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 69 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.13 |
| HSL | 16.58º | 0.69% | 0.57% | - |
| HSV(B) | 16.58º | 0.69% | 0.87% | - |
| XYZ | 36.58 | 27.17 | 8.95 | - |
| YUV | 139.1 | 88.44 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 69 | 0 | 0.50 | 0.69 | 0.13 | 16.58 | 0.69 | 0.57 |
| Hex | DD | 6F | 45 | 0 | 32 | 45 | D | 11 | 45 | 39 |
| Octal | 335 | 157 | 105 | 0 | 62 | 105 | 15 | 21 | 105 | 71 |
| Binary | 11011101 | 1101111 | 1000101 | 0 | 110010 | 1000101 | 1101 | 10001 | 1000101 | 111001 |
Color Harmonies of #DD6F45
Complementary color
Monochromatic Colors of #DD6F45
Black with #DD6F45
Text Example
Text Example
White with #DD6F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F45; }
p { color: rgb(221,111,69); }
H1.HeaderClassName
{
color: #DD6F45;
}
.AnyTagClassName
{
color: #DD6F45;
}
</style>
background-color css
<style>
a { background-color: #DD6F45; }
a { background-color: rgb(221,111,69); }
div.DivClassName
{
background-color: #DD6F45;
}
.BgClassName
{
background-color: #DD6F45;
}
</style>
border-color css
<style>
span { border-color: #DD6F45; }
span { border-color: rgb(221,111,69); }
td.TdClassName
{
border-color: #DD6F45;
}
.TagClassName
{
border-color: #DD6F45;
}
</style>