Html Css Color HEX #DC780E Mango Tango

📋 copy color: '#DC780E'

red 220 ◦ green 120 ◦ blue 14

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

Shades of Mango Tango #DC780E

Tints of Mango Tango #DC780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.9%

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

R = 62.15%
G = 33.9%
B = 3.95%

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

#DC780E (or 0xDC780E) is known color: Mango Tango. HEX triplet: DC, 78 and 0E. RGB value is (220,120,14). Sum of RGB (Red+Green+Blue) = 220+120+14=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC780E is #2387F1. Grayscale: #8A8A8A. Windows color (decimal): -2328562 or 948444. OLE color: 948444.

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

Color convert

RGB 220 120 14 -
CMYK 0 0.45 0.94 0.14
HSL 30.87º 0.88% 0.46% -
HSV(B) 30.87º 0.94% 0.86% -
XYZ 36.31 28.68 4.04 -
YUV 137.82 58.13 186.62 -
System Red Green Blue C M Y K H S L
Decimal 220 120 14 0 0.45 0.94 0.14 30.87 0.88 0.46
Hex DC 78 E 0 2D 5E E 1F 58 2E
Octal 334 170 16 0 55 136 16 37 130 56
Binary 11011100 1111000 1110 0 101101 1011110 1110 11111 1011000 101110

Color Harmonies of #DC780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC780E

Black with #DC780E

Text Example


Text Example

White with #DC780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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