#DD794D

Color #DD794D Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #DD794D

Tints of Jaffa #DD794D

Color information

#DD794D (or 0xDD794D) is unknown color: approx Jaffa. HEX triplet: DD, 79 and 4D. RGB value is (221,121,77). Sum of RGB (Red+Green+Blue) = 221+121+77=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD794D is #2286B2. Grayscale: #929292. Windows color (decimal): -2262707 or 5077469. OLE color: 5077469.

HSL color Cylindrical-coordinate representation of color #DD794D: hue angle of 18.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD794D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22112177-
CMYK00.450.650.13
HSL18.33º67.92%58.43%-
HSV(B)18.33º65.16%86.67%-
XYZ3829.5810.73-
YUV145.8889.13181.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=52.74%
G=28.88%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211217700.450.650.1318.3367.9258.43
HexDD794D02D41D12443a
Octal335171115055101152210472
Binary1101110111110011001101010110110000011101100101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD794D; }

 p { color: rgb(221,121,77); }

 H1.HeaderClassName
 {
   color: #DD794D;
 }
 .AnyTagClassName
 {
   color: #DD794D;
 }
</style>
background-color css

<style>
 a { background-color: #DD794D; }

 a { background-color: rgb(221,121,77); }

 div.DivClassName
 {
   background-color: #DD794D;
 }
 .BgClassName
 {
   background-color: #DD794D;
 }
</style>
border-color css

<style>
 span { border-color: #DD794D; }

 span { border-color: rgb(221,121,77); }

 td.TdClassName
 {
   border-color: #DD794D;
 }
 .TagClassName
 {
   border-color: #DD794D;
 }
</style>