#D27506

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

Shades of Mango Tango #D27506

Tints of Mango Tango #D27506

Color information

#D27506 (or 0xD27506) is unknown color: approx Mango Tango. HEX triplet: D2, 75 and 06. RGB value is (210,117,6). Sum of RGB (Red+Green+Blue) = 210+117+6=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D27506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27506 is #2D8AF9. Grayscale: #848484. Windows color (decimal): -2984698 or 423378. OLE color: 423378.

HSL color Cylindrical-coordinate representation of color #D27506: hue angle of 32.65º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D27506 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB2101176-
CMYK00.440.970.18
HSL32.65º94.44%42.35%-
HSV(B)32.65º97.14%82.35%-
XYZ32.9726.443.54-
YUV132.1556.81183.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 63.06%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 6 (2.73% from 255) = 1.80%
R=63.06%
G=35.14%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210117600.440.970.1832.6594.4442.35
HexD275602C6112215e2a
Octal3221656054141224113652
Binary11010010111010111001011001100001100101000011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27506; }

 p { color: rgb(210,117,6); }

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

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

 a { background-color: rgb(210,117,6); }

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

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

 span { border-color: rgb(210,117,6); }

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