Shades of Jaffa #DD794F
Tints of Jaffa #DD794F
RGB
CMYK
RGB Variations
Color information
#DD794F (or 0xDD794F) is known color: Jaffa. HEX triplet: DD, 79 and 4F. RGB value is (221,121,79). Sum of RGB (Red+Green+Blue) = 221+121+79=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD794F is #2286B0. Grayscale: #929292. Windows color (decimal): -2262705 or 5208541. OLE color: 5208541.
HSL color Cylindrical-coordinate representation of color #DD794F: hue angle of 17.75º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD794F is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 79 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.13 |
| HSL | 17.75º | 0.68% | 0.59% | - |
| HSV(B) | 17.75º | 0.64% | 0.87% | - |
| XYZ | 38.07 | 29.61 | 11.11 | - |
| YUV | 146.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 79 | 0 | 0.45 | 0.64 | 0.13 | 17.75 | 0.68 | 0.59 |
| Hex | DD | 79 | 4F | 0 | 2D | 40 | D | 12 | 44 | 3B |
| Octal | 335 | 171 | 117 | 0 | 55 | 100 | 15 | 22 | 104 | 73 |
| Binary | 11011101 | 1111001 | 1001111 | 0 | 101101 | 1000000 | 1101 | 10010 | 1000100 | 111011 |
Color Harmonies of #DD794F
Complementary color
Monochromatic Colors of #DD794F
Black with #DD794F
Text Example
Text Example
White with #DD794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD794F; }
p { color: rgb(221,121,79); }
H1.HeaderClassName
{
color: #DD794F;
}
.AnyTagClassName
{
color: #DD794F;
}
</style>
background-color css
<style>
a { background-color: #DD794F; }
a { background-color: rgb(221,121,79); }
div.DivClassName
{
background-color: #DD794F;
}
.BgClassName
{
background-color: #DD794F;
}
</style>
border-color css
<style>
span { border-color: #DD794F; }
span { border-color: rgb(221,121,79); }
td.TdClassName
{
border-color: #DD794F;
}
.TagClassName
{
border-color: #DD794F;
}
</style>