Html Css Color HEX #DC7A0E Mango Tango

📋 copy color: '#DC7A0E'

red 220 ◦ green 122 ◦ blue 14

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

Shades of Mango Tango #DC7A0E

Tints of Mango Tango #DC7A0E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

 BLUE value IS 14 (5.86% from 255) = 3.93%

R = 61.8%
G = 34.27%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC7A0E (or 0xDC7A0E) is known color: Mango Tango. HEX triplet: DC, 7A and 0E. RGB value is (220,122,14). Sum of RGB (Red+Green+Blue) = 220+122+14=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A0E is #2385F1. Grayscale: #8B8B8B. Windows color (decimal): -2328050 or 948956. OLE color: 948956.

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

Color convert

RGB 220 122 14 -
CMYK 0 0.45 0.94 0.14
HSL 31.46º 0.88% 0.46% -
HSV(B) 31.46º 0.94% 0.86% -
XYZ 36.55 29.17 4.12 -
YUV 138.99 57.47 185.78 -
System Red Green Blue C M Y K H S L
Decimal 220 122 14 0 0.45 0.94 0.14 31.46 0.88 0.46
Hex DC 7A E 0 2D 5E E 1F 58 2E
Octal 334 172 16 0 55 136 16 37 130 56
Binary 11011100 1111010 1110 0 101101 1011110 1110 11111 1011000 101110

Color Harmonies of #DC7A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A0E

Black with #DC7A0E

Text Example


Text Example

White with #DC7A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A0E; }

 p { color: rgb(220,122,14); }

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

background-color css

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

 a { background-color: rgb(220,122,14); }

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

border-color css

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

 span { border-color: rgb(220,122,14); }

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