Html Css Color HEX #DC8202 Mango Tango

📋 copy color: '#DC8202'

red 220 ◦ green 130 ◦ blue 2

#DC8202
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #DC8202

Tints of Mango Tango #DC8202

RGB

 RED value IS 220 (86.33% from 255) = 62.5%

 GREEN value IS 130 (51.17% from 255) = 36.93%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 62.5%
G = 36.93%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC8202 (or 0xDC8202) is known color: Mango Tango. HEX triplet: DC, 82 and 02. RGB value is (220,130,2). Sum of RGB (Red+Green+Blue) = 220+130+2=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8202 is #237DFD. Grayscale: #8E8E8E. Windows color (decimal): -2326014 or 164572. OLE color: 164572.

HSL color Cylindrical-coordinate representation of color #DC8202: hue angle of 35.23º 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 #DC8202 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 130 2 -
CMYK 0 0.41 0.99 0.14
HSL 35.23º 0.98% 0.44% -
HSV(B) 35.23º 0.99% 0.86% -
XYZ 37.51 31.19 4.1 -
YUV 142.32 48.82 183.41 -
System Red Green Blue C M Y K H S L
Decimal 220 130 2 0 0.41 0.99 0.14 35.23 0.98 0.44
Hex DC 82 2 0 29 63 E 23 62 2C
Octal 334 202 2 0 51 143 16 43 142 54
Binary 11011100 10000010 10 0 101001 1100011 1110 100011 1100010 101100

Color Harmonies of #DC8202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8202

Black with #DC8202

Text Example


Text Example

White with #DC8202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8202; }

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

 H1.HeaderClassName
 {
   color: #DC8202;
 }
 .AnyTagClassName
 {
   color: #DC8202;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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