Html Css Color HEX #DC7F00 Mango Tango

📋 copy color: '#DC7F00'

red 220 ◦ green 127 ◦ blue 0

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

Shades of Mango Tango #DC7F00

Tints of Mango Tango #DC7F00

RGB

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

 GREEN value IS 127 (50% from 255) = 36.6%

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

R = 63.4%
G = 36.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC7F00 (or 0xDC7F00) is known color: Mango Tango. HEX triplet: DC, 7F and 00. RGB value is (220,127,0). Sum of RGB (Red+Green+Blue) = 220+127+0=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7F00 is #2380FF. Grayscale: #8C8C8C. Windows color (decimal): -2326784 or 32732. OLE color: 32732.

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

Color convert

RGB 220 127 0 -
CMYK 0 0.42 1 0.14
HSL 34.64º 1% 0.43% -
HSV(B) 34.64º 1% 0.86% -
XYZ 37.1 30.39 3.91 -
YUV 140.33 48.81 184.83 -
System Red Green Blue C M Y K H S L
Decimal 220 127 0 0 0.42 1 0.14 34.64 1 0.43
Hex DC 7F 0 0 2A 64 E 23 64 2B
Octal 334 177 0 0 52 144 16 43 144 53
Binary 11011100 1111111 0 0 101010 1100100 1110 100011 1100100 101011

Color Harmonies of #DC7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F00

Black with #DC7F00

Text Example


Text Example

White with #DC7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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