#da790f

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

Shades of Mango Tango #DA790F

Tints of Mango Tango #DA790F

Color information

#DA790F (or 0xDA790F) is unknown color: approx Mango Tango. HEX triplet: DA, 79 and 0F. RGB value is (218,121,15). Sum of RGB (Red+Green+Blue) = 218+121+15=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA790F is #2586F0. Grayscale: #8A8A8A. Windows color (decimal): -2459377 or 1014234. OLE color: 1014234.

HSL color Cylindrical-coordinate representation of color #DA790F: hue angle of 31.33º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA790F is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB21812115-
CMYK00.440.930.15
HSL31.33º87.12%45.69%-
HSV(B)31.33º93.12%85.49%-
XYZ35.8428.614.09-
YUV137.9258.64185.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.58%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 15 (6.25% from 255) = 4.24%
R=61.58%
G=34.18%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181211500.440.930.1531.3387.1245.69
HexDA79F02C5DF1f572e
Octal33217117054135173712756
Binary1101101011110011111010110010111011111111111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da790f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da790f; }

 p { color: rgb(218,121,15); }

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

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

 a { background-color: rgb(218,121,15); }

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

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

 span { border-color: rgb(218,121,15); }

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