#DC7D02

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

Shades of Mango Tango #DC7D02

Tints of Mango Tango #DC7D02

Color information

#DC7D02 (or 0xDC7D02) is unknown color: approx Mango Tango. HEX triplet: DC, 7D and 02. RGB value is (220,125,2). Sum of RGB (Red+Green+Blue) = 220+125+2=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D02 is #2382FD. Grayscale: #8B8B8B. Windows color (decimal): -2327294 or 163292. OLE color: 163292.

HSL color Cylindrical-coordinate representation of color #DC7D02: hue angle of 33.85º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC7D02 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB2201252-
CMYK00.430.990.14
HSL33.85º98.2%43.53%-
HSV(B)33.85º99.09%86.27%-
XYZ36.8629.893.88-
YUV139.3850.47185.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.40%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=63.40%
G=36.02%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220125200.430.990.1433.8598.243.53
HexDC7D202B63E22622c
Octal3341752053143164214254
Binary110111001111101100101011110001111101000101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D02; }

 p { color: rgb(220,125,2); }

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

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

 a { background-color: rgb(220,125,2); }

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

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

 span { border-color: rgb(220,125,2); }

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