Html Css Color HEX #DC7712 Mango Tango

📋 copy color: '#DC7712'

red 220 ◦ green 119 ◦ blue 18

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

Shades of Mango Tango #DC7712

Tints of Mango Tango #DC7712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 61.62%
G = 33.33%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC7712 (or 0xDC7712) is known color: Mango Tango. HEX triplet: DC, 77 and 12. RGB value is (220,119,18). Sum of RGB (Red+Green+Blue) = 220+119+18=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7712 is #2388ED. Grayscale: #8A8A8A. Windows color (decimal): -2328814 or 1210332. OLE color: 1210332.

HSL color Cylindrical-coordinate representation of color #DC7712: hue angle of 30º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC7712 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 119 18 -
CMYK 0 0.46 0.92 0.14
HSL 30º 0.85% 0.47% -
HSV(B) 30º 0.92% 0.86% -
XYZ 36.22 28.45 4.16 -
YUV 137.69 60.46 186.71 -
System Red Green Blue C M Y K H S L
Decimal 220 119 18 0 0.46 0.92 0.14 30 0.85 0.47
Hex DC 77 12 0 2E 5C E 1E 55 2F
Octal 334 167 22 0 56 134 16 36 125 57
Binary 11011100 1110111 10010 0 101110 1011100 1110 11110 1010101 101111

Color Harmonies of #DC7712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7712

Black with #DC7712

Text Example


Text Example

White with #DC7712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7712; }

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

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

background-color css

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

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

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

border-color css

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

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

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