#DA7C01

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

Shades of Mango Tango #DA7C01

Tints of Mango Tango #DA7C01

Color information

#DA7C01 (or 0xDA7C01) is unknown color: approx Mango Tango. HEX triplet: DA, 7C and 01. RGB value is (218,124,1). Sum of RGB (Red+Green+Blue) = 218+124+1=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7C01 is #2583FE. Grayscale: #8A8A8A. Windows color (decimal): -2458623 or 97498. OLE color: 97498.

HSL color Cylindrical-coordinate representation of color #DA7C01: hue angle of 34.01º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA7C01 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB2181241-
CMYK00.431.000.15
HSL34.01º99.09%42.94%-
HSV(B)34.01º99.54%85.49%-
XYZ36.1329.323.78-
YUV138.0850.64185-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.56%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=63.56%
G=36.15%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218124100.431.000.1534.0199.0942.94
HexDA7C102B64F22632b
Octal3321741053144174214353
Binary11011010111110010101011110010011111000101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7C01; }

 p { color: rgb(218,124,1); }

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

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

 a { background-color: rgb(218,124,1); }

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

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

 span { border-color: rgb(218,124,1); }

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