Html Css Color HEX #DC8005 Mango Tango

📋 copy color: '#DC8005'

red 220 ◦ green 128 ◦ blue 5

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

Shades of Mango Tango #DC8005

Tints of Mango Tango #DC8005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 62.32%
G = 36.26%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC8005 (or 0xDC8005) is known color: Mango Tango. HEX triplet: DC, 80 and 05. RGB value is (220,128,5). Sum of RGB (Red+Green+Blue) = 220+128+5=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8005 is #237FFA. Grayscale: #8E8E8E. Windows color (decimal): -2326523 or 360668. OLE color: 360668.

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

Color convert

RGB 220 128 5 -
CMYK 0 0.42 0.98 0.14
HSL 34.33º 0.96% 0.44% -
HSV(B) 34.33º 0.98% 0.86% -
XYZ 37.26 30.66 4.1 -
YUV 141.49 50.98 184 -
System Red Green Blue C M Y K H S L
Decimal 220 128 5 0 0.42 0.98 0.14 34.33 0.96 0.44
Hex DC 80 5 0 2A 62 E 22 60 2C
Octal 334 200 5 0 52 142 16 42 140 54
Binary 11011100 10000000 101 0 101010 1100010 1110 100010 1100000 101100

Color Harmonies of #DC8005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8005

Black with #DC8005

Text Example


Text Example

White with #DC8005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8005; }

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

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

background-color css

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

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

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

border-color css

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

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

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