#da6b01

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

Shades of Mango Tango #DA6B01

Tints of Mango Tango #DA6B01

Color information

#DA6B01 (or 0xDA6B01) is unknown color: approx Mango Tango. HEX triplet: DA, 6B and 01. RGB value is (218,107,1). Sum of RGB (Red+Green+Blue) = 218+107+1=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6B01 is #2594FE. Grayscale: #808080. Windows color (decimal): -2462975 or 93146. OLE color: 93146.

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

Color convert

RGB2181071-
CMYK00.511.000.15
HSL29.31º99.09%42.94%-
HSV(B)29.31º99.54%85.49%-
XYZ34.1825.423.13-
YUV128.156.27192.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 66.87%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=66.87%
G=32.82%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218107100.511.000.1529.3199.0942.94
HexDA6B103364F1d632b
Octal3321531063144173514353
Binary1101101011010111011001111001001111111011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da6b01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da6b01; }

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

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

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

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

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

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

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

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