#DE794C

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

Shades of Jaffa #DE794C

Tints of Jaffa #DE794C

Color information

#DE794C (or 0xDE794C) is unknown color: approx Jaffa. HEX triplet: DE, 79 and 4C. RGB value is (222,121,76). Sum of RGB (Red+Green+Blue) = 222+121+76=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE794C is #2186B3. Grayscale: #929292. Windows color (decimal): -2197172 or 5011934. OLE color: 5011934.

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

Color convert

RGB22212176-
CMYK00.450.660.13
HSL18.49º68.87%58.43%-
HSV(B)18.49º65.77%87.06%-
XYZ38.2729.7310.56-
YUV146.0788.46182.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.98%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 76 (30.08% from 255) = 18.14%
R=52.98%
G=28.88%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221217600.450.660.1318.4968.8758.43
HexDE794C02D42D12453a
Octal336171114055102152210572
Binary1101111011110011001100010110110000101101100101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE794C; }

 p { color: rgb(222,121,76); }

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

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

 a { background-color: rgb(222,121,76); }

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

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

 span { border-color: rgb(222,121,76); }

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