#DA7001

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

Shades of Mango Tango #DA7001

Tints of Mango Tango #DA7001

Color information

#DA7001 (or 0xDA7001) is unknown color: approx Mango Tango. HEX triplet: DA, 70 and 01. RGB value is (218,112,1). Sum of RGB (Red+Green+Blue) = 218+112+1=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7001 is #258FFE. Grayscale: #838383. Windows color (decimal): -2461695 or 94426. OLE color: 94426.

HSL color Cylindrical-coordinate representation of color #DA7001: hue angle of 30.69º 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 #DA7001 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB2181121-
CMYK00.491.000.15
HSL30.69º99.09%42.94%-
HSV(B)30.69º99.54%85.49%-
XYZ34.7126.53.31-
YUV131.0454.62190.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 65.86%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=65.86%
G=33.84%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218112100.491.000.1530.6999.0942.94
HexDA70103164F1f632b
Octal3321601061144173714353
Binary1101101011100001011000111001001111111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7001; }

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

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

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

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

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

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

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

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