Html Css Color HEX #DC7108 Mango Tango

📋 copy color: '#DC7108'

red 220 ◦ green 113 ◦ blue 8

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

Shades of Mango Tango #DC7108

Tints of Mango Tango #DC7108

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 64.52%
G = 33.14%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC7108 (or 0xDC7108) is known color: Mango Tango. HEX triplet: DC, 71 and 08. RGB value is (220,113,8). Sum of RGB (Red+Green+Blue) = 220+113+8=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7108 is #238EF7. Grayscale: #858585. Windows color (decimal): -2330360 or 553436. OLE color: 553436.

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

Color convert

RGB 220 113 8 -
CMYK 0 0.49 0.96 0.14
HSL 29.72º 0.93% 0.45% -
HSV(B) 29.72º 0.96% 0.86% -
XYZ 35.46 27.04 3.58 -
YUV 133.02 57.45 190.04 -
System Red Green Blue C M Y K H S L
Decimal 220 113 8 0 0.49 0.96 0.14 29.72 0.93 0.45
Hex DC 71 8 0 31 60 E 1E 5D 2D
Octal 334 161 10 0 61 140 16 36 135 55
Binary 11011100 1110001 1000 0 110001 1100000 1110 11110 1011101 101101

Color Harmonies of #DC7108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7108

Black with #DC7108

Text Example


Text Example

White with #DC7108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7108; }

 p { color: rgb(220,113,8); }

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

background-color css

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

 a { background-color: rgb(220,113,8); }

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

border-color css

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

 span { border-color: rgb(220,113,8); }

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