Html Css Color HEX #DC7B11 Mango Tango

📋 copy color: '#DC7B11'

red 220 ◦ green 123 ◦ blue 17

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

Shades of Mango Tango #DC7B11

Tints of Mango Tango #DC7B11

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.17%

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

R = 61.11%
G = 34.17%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC7B11 (or 0xDC7B11) is known color: Mango Tango. HEX triplet: DC, 7B and 11. RGB value is (220,123,17). Sum of RGB (Red+Green+Blue) = 220+123+17=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B11 is #2384EE. Grayscale: #8C8C8C. Windows color (decimal): -2327791 or 1145820. OLE color: 1145820.

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

Color convert

RGB 220 123 17 -
CMYK 0 0.44 0.92 0.14
HSL 31.33º 0.86% 0.46% -
HSV(B) 31.33º 0.92% 0.86% -
XYZ 36.7 29.42 4.28 -
YUV 139.92 58.64 185.12 -
System Red Green Blue C M Y K H S L
Decimal 220 123 17 0 0.44 0.92 0.14 31.33 0.86 0.46
Hex DC 7B 11 0 2C 5C E 1F 56 2E
Octal 334 173 21 0 54 134 16 37 126 56
Binary 11011100 1111011 10001 0 101100 1011100 1110 11111 1010110 101110

Color Harmonies of #DC7B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B11

Black with #DC7B11

Text Example


Text Example

White with #DC7B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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