Html Css Color HEX #DC7C00 Mango Tango

📋 copy color: '#DC7C00'

red 220 ◦ green 124 ◦ blue 0

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

Shades of Mango Tango #DC7C00

Tints of Mango Tango #DC7C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.95%
G = 36.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC7C00 (or 0xDC7C00) is known color: Mango Tango. HEX triplet: DC, 7C and 00. RGB value is (220,124,0). Sum of RGB (Red+Green+Blue) = 220+124+0=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7C00 is #2383FF. Grayscale: #8B8B8B. Windows color (decimal): -2327552 or 31964. OLE color: 31964.

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

Color convert

RGB 220 124 0 -
CMYK 0 0.44 1 0.14
HSL 33.82º 1% 0.43% -
HSV(B) 33.82º 1% 0.86% -
XYZ 36.72 29.63 3.78 -
YUV 138.57 49.8 186.08 -
System Red Green Blue C M Y K H S L
Decimal 220 124 0 0 0.44 1 0.14 33.82 1 0.43
Hex DC 7C 0 0 2C 64 E 22 64 2B
Octal 334 174 0 0 54 144 16 42 144 53
Binary 11011100 1111100 0 0 101100 1100100 1110 100010 1100100 101011

Color Harmonies of #DC7C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C00

Black with #DC7C00

Text Example


Text Example

White with #DC7C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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