Html Css Color HEX #DC7708 Mango Tango

📋 copy color: '#DC7708'

red 220 ◦ green 119 ◦ blue 8

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

Shades of Mango Tango #DC7708

Tints of Mango Tango #DC7708

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

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

R = 63.4%
G = 34.29%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC7708 (or 0xDC7708) is known color: Mango Tango. HEX triplet: DC, 77 and 08. RGB value is (220,119,8). Sum of RGB (Red+Green+Blue) = 220+119+8=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7708 is #2388F7. Grayscale: #898989. Windows color (decimal): -2328824 or 554972. OLE color: 554972.

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

Color convert

RGB 220 119 8 -
CMYK 0 0.46 0.96 0.14
HSL 31.42º 0.93% 0.45% -
HSV(B) 31.42º 0.96% 0.86% -
XYZ 36.16 28.43 3.81 -
YUV 136.55 55.46 187.53 -
System Red Green Blue C M Y K H S L
Decimal 220 119 8 0 0.46 0.96 0.14 31.42 0.93 0.45
Hex DC 77 8 0 2E 60 E 1F 5D 2D
Octal 334 167 10 0 56 140 16 37 135 55
Binary 11011100 1110111 1000 0 101110 1100000 1110 11111 1011101 101101

Color Harmonies of #DC7708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7708

Black with #DC7708

Text Example


Text Example

White with #DC7708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7708; }

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

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

background-color css

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

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

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

border-color css

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

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

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