Html Css Color HEX #DC7C0A Mango Tango

📋 copy color: '#DC7C0A'

red 220 ◦ green 124 ◦ blue 10

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

Shades of Mango Tango #DC7C0A

Tints of Mango Tango #DC7C0A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 62.15%
G = 35.03%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC7C0A (or 0xDC7C0A) is known color: Mango Tango. HEX triplet: DC, 7C and 0A. RGB value is (220,124,10). Sum of RGB (Red+Green+Blue) = 220+124+10=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7C0A is #2383F5. Grayscale: #8C8C8C. Windows color (decimal): -2327542 or 687324. OLE color: 687324.

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

Color convert

RGB 220 124 10 -
CMYK 0 0.44 0.95 0.14
HSL 32.57º 0.91% 0.45% -
HSV(B) 32.57º 0.95% 0.86% -
XYZ 36.78 29.65 4.07 -
YUV 139.71 54.8 185.27 -
System Red Green Blue C M Y K H S L
Decimal 220 124 10 0 0.44 0.95 0.14 32.57 0.91 0.45
Hex DC 7C A 0 2C 5F E 21 5B 2D
Octal 334 174 12 0 54 137 16 41 133 55
Binary 11011100 1111100 1010 0 101100 1011111 1110 100001 1011011 101101

Color Harmonies of #DC7C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C0A

Black with #DC7C0A

Text Example


Text Example

White with #DC7C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C0A; }

 p { color: rgb(220,124,10); }

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

background-color css

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

 a { background-color: rgb(220,124,10); }

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

border-color css

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

 span { border-color: rgb(220,124,10); }

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