Shades of Jaffa #DD784E
Tints of Jaffa #DD784E
RGB
CMYK
RGB Variations
Color information
#DD784E (or 0xDD784E) is known color: Jaffa. HEX triplet: DD, 78 and 4E. RGB value is (221,120,78). Sum of RGB (Red+Green+Blue) = 221+120+78=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD784E is #2287B1. Grayscale: #919191. Windows color (decimal): -2262962 or 5142749. OLE color: 5142749.
HSL color Cylindrical-coordinate representation of color #DD784E: hue angle of 17.62º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD784E is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 78 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.13 |
| HSL | 17.62º | 0.68% | 0.59% | - |
| HSV(B) | 17.62º | 0.65% | 0.87% | - |
| XYZ | 37.91 | 29.36 | 10.88 | - |
| YUV | 145.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 78 | 0 | 0.46 | 0.65 | 0.13 | 17.62 | 0.68 | 0.59 |
| Hex | DD | 78 | 4E | 0 | 2E | 41 | D | 12 | 44 | 3B |
| Octal | 335 | 170 | 116 | 0 | 56 | 101 | 15 | 22 | 104 | 73 |
| Binary | 11011101 | 1111000 | 1001110 | 0 | 101110 | 1000001 | 1101 | 10010 | 1000100 | 111011 |
Color Harmonies of #DD784E
Complementary color
Monochromatic Colors of #DD784E
Black with #DD784E
Text Example
Text Example
White with #DD784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD784E; }
p { color: rgb(221,120,78); }
H1.HeaderClassName
{
color: #DD784E;
}
.AnyTagClassName
{
color: #DD784E;
}
</style>
background-color css
<style>
a { background-color: #DD784E; }
a { background-color: rgb(221,120,78); }
div.DivClassName
{
background-color: #DD784E;
}
.BgClassName
{
background-color: #DD784E;
}
</style>
border-color css
<style>
span { border-color: #DD784E; }
span { border-color: rgb(221,120,78); }
td.TdClassName
{
border-color: #DD784E;
}
.TagClassName
{
border-color: #DD784E;
}
</style>