#DA6C01

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

Shades of Mango Tango #DA6C01

Tints of Mango Tango #DA6C01

Color information

#DA6C01 (or 0xDA6C01) is unknown color: approx Mango Tango. HEX triplet: DA, 6C and 01. RGB value is (218,108,1). Sum of RGB (Red+Green+Blue) = 218+108+1=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6C01 is #2593FE. Grayscale: #818181. Windows color (decimal): -2462719 or 93402. OLE color: 93402.

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

Color convert

RGB2181081-
CMYK00.501.000.15
HSL29.59º99.09%42.94%-
HSV(B)29.59º99.54%85.49%-
XYZ34.2825.633.17-
YUV128.6955.94191.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 66.67%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=66.67%
G=33.03%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218108100.501.000.1529.5999.0942.94
HexDA6C103264F1e632b
Octal3321541062144173614353
Binary1101101011011001011001011001001111111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6C01; }

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

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

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

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

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

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

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

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