#D17C05

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

Shades of Mango Tango #D17C05

Tints of Mango Tango #D17C05

Color information

#D17C05 (or 0xD17C05) is unknown color: approx Mango Tango. HEX triplet: D1, 7C and 05. RGB value is (209,124,5). Sum of RGB (Red+Green+Blue) = 209+124+5=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17C05 is #2E83FA. Grayscale: #888888. Windows color (decimal): -3048443 or 359633. OLE color: 359633.

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

Color convert

RGB2091245-
CMYK00.410.980.18
HSL35º95.33%41.96%-
HSV(B)35º97.61%81.96%-
XYZ33.5327.983.78-
YUV135.8554.16180.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.83%
GREEN value IS 124 (48.83% from 255) = 36.69%
BLUE value IS 5 (2.34% from 255) = 1.48%
R=61.83%
G=36.69%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209124500.410.980.183595.3341.96
HexD17C50296212235f2a
Octal3211745051142224313752
Binary11010001111110010101010011100010100101000111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17C05; }

 p { color: rgb(209,124,5); }

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

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

 a { background-color: rgb(209,124,5); }

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

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

 span { border-color: rgb(209,124,5); }

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