Shades of Jaffa #DD774A
Tints of Jaffa #DD774A
RGB
CMYK
RGB Variations
Color information
#DD774A (or 0xDD774A) is known color: Jaffa. HEX triplet: DD, 77 and 4A. RGB value is (221,119,74). Sum of RGB (Red+Green+Blue) = 221+119+74=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD774A is #2288B5. Grayscale: #909090. Windows color (decimal): -2263222 or 4880349. OLE color: 4880349.
HSL color Cylindrical-coordinate representation of color #DD774A: hue angle of 18.37º 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 #DD774A is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 74 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.13 |
| HSL | 18.37º | 0.68% | 0.58% | - |
| HSV(B) | 18.37º | 0.67% | 0.87% | - |
| XYZ | 37.65 | 29.06 | 10.1 | - |
| YUV | 144.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 74 | 0 | 0.46 | 0.67 | 0.13 | 18.37 | 0.68 | 0.58 |
| Hex | DD | 77 | 4A | 0 | 2E | 43 | D | 12 | 44 | 3A |
| Octal | 335 | 167 | 112 | 0 | 56 | 103 | 15 | 22 | 104 | 72 |
| Binary | 11011101 | 1110111 | 1001010 | 0 | 101110 | 1000011 | 1101 | 10010 | 1000100 | 111010 |
Color Harmonies of #DD774A
Complementary color
Monochromatic Colors of #DD774A
Black with #DD774A
Text Example
Text Example
White with #DD774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD774A; }
p { color: rgb(221,119,74); }
H1.HeaderClassName
{
color: #DD774A;
}
.AnyTagClassName
{
color: #DD774A;
}
</style>
background-color css
<style>
a { background-color: #DD774A; }
a { background-color: rgb(221,119,74); }
div.DivClassName
{
background-color: #DD774A;
}
.BgClassName
{
background-color: #DD774A;
}
</style>
border-color css
<style>
span { border-color: #DD774A; }
span { border-color: rgb(221,119,74); }
td.TdClassName
{
border-color: #DD774A;
}
.TagClassName
{
border-color: #DD774A;
}
</style>