Html Css Color HEX #DC8002 Mango Tango

📋 copy color: '#DC8002'

red 220 ◦ green 128 ◦ blue 2

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

Shades of Mango Tango #DC8002

Tints of Mango Tango #DC8002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.57%

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

R = 62.86%
G = 36.57%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC8002 (or 0xDC8002) is known color: Mango Tango. HEX triplet: DC, 80 and 02. RGB value is (220,128,2). Sum of RGB (Red+Green+Blue) = 220+128+2=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8002 is #237FFD. Grayscale: #8D8D8D. Windows color (decimal): -2326526 or 164060. OLE color: 164060.

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

Color convert

RGB 220 128 2 -
CMYK 0 0.42 0.99 0.14
HSL 34.68º 0.98% 0.44% -
HSV(B) 34.68º 0.99% 0.86% -
XYZ 37.25 30.66 4.01 -
YUV 141.14 49.48 184.25 -
System Red Green Blue C M Y K H S L
Decimal 220 128 2 0 0.42 0.99 0.14 34.68 0.98 0.44
Hex DC 80 2 0 2A 63 E 23 62 2C
Octal 334 200 2 0 52 143 16 43 142 54
Binary 11011100 10000000 10 0 101010 1100011 1110 100011 1100010 101100

Color Harmonies of #DC8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8002

Black with #DC8002

Text Example


Text Example

White with #DC8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8002; }

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

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

background-color css

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

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

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

border-color css

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

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

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