Html Css Color HEX #DC7511 Mango Tango

📋 copy color: '#DC7511'

red 220 ◦ green 117 ◦ blue 17

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

Shades of Mango Tango #DC7511

Tints of Mango Tango #DC7511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

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

R = 62.15%
G = 33.05%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC7511 (or 0xDC7511) is known color: Mango Tango. HEX triplet: DC, 75 and 11. RGB value is (220,117,17). Sum of RGB (Red+Green+Blue) = 220+117+17=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7511 is #238AEE. Grayscale: #888888. Windows color (decimal): -2329327 or 1144284. OLE color: 1144284.

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

Color convert

RGB 220 117 17 -
CMYK 0 0.47 0.92 0.14
HSL 29.56º 0.86% 0.46% -
HSV(B) 29.56º 0.92% 0.86% -
XYZ 35.98 27.98 4.03 -
YUV 136.4 60.62 187.63 -
System Red Green Blue C M Y K H S L
Decimal 220 117 17 0 0.47 0.92 0.14 29.56 0.86 0.46
Hex DC 75 11 0 2F 5C E 1E 56 2E
Octal 334 165 21 0 57 134 16 36 126 56
Binary 11011100 1110101 10001 0 101111 1011100 1110 11110 1010110 101110

Color Harmonies of #DC7511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7511

Black with #DC7511

Text Example


Text Example

White with #DC7511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7511; }

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

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

background-color css

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

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

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

border-color css

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

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

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