Html Css Color HEX #DC7811 Mango Tango

📋 copy color: '#DC7811'

red 220 ◦ green 120 ◦ blue 17

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

Shades of Mango Tango #DC7811

Tints of Mango Tango #DC7811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.76%

R = 61.62%
G = 33.61%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC7811 (or 0xDC7811) is known color: Mango Tango. HEX triplet: DC, 78 and 11. RGB value is (220,120,17). Sum of RGB (Red+Green+Blue) = 220+120+17=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7811 is #2387EE. Grayscale: #8A8A8A. Windows color (decimal): -2328559 or 1145052. OLE color: 1145052.

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

Color convert

RGB 220 120 17 -
CMYK 0 0.45 0.92 0.14
HSL 30.44º 0.86% 0.46% -
HSV(B) 30.44º 0.92% 0.86% -
XYZ 36.33 28.69 4.15 -
YUV 138.16 59.63 186.38 -
System Red Green Blue C M Y K H S L
Decimal 220 120 17 0 0.45 0.92 0.14 30.44 0.86 0.46
Hex DC 78 11 0 2D 5C E 1E 56 2E
Octal 334 170 21 0 55 134 16 36 126 56
Binary 11011100 1111000 10001 0 101101 1011100 1110 11110 1010110 101110

Color Harmonies of #DC7811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7811

Black with #DC7811

Text Example


Text Example

White with #DC7811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7811; }

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

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

background-color css

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

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

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

border-color css

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

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

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