Html Css Color HEX #DC7000 Mango Tango

📋 copy color: '#DC7000'

red 220 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #DC7000

Tints of Mango Tango #DC7000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.27%
G = 33.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC7000 (or 0xDC7000) is known color: Mango Tango. HEX triplet: DC, 70 and 00. RGB value is (220,112,0). Sum of RGB (Red+Green+Blue) = 220+112+0=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7000 is #238FFF. Grayscale: #848484. Windows color (decimal): -2330624 or 28892. OLE color: 28892.

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

Color convert

RGB 220 112 0 -
CMYK 0 0.49 1 0.14
HSL 30.55º 1% 0.43% -
HSV(B) 30.55º 1% 0.86% -
XYZ 35.31 26.8 3.31 -
YUV 131.52 53.78 191.11 -
System Red Green Blue C M Y K H S L
Decimal 220 112 0 0 0.49 1 0.14 30.55 1 0.43
Hex DC 70 0 0 31 64 E 1F 64 2B
Octal 334 160 0 0 61 144 16 37 144 53
Binary 11011100 1110000 0 0 110001 1100100 1110 11111 1100100 101011

Color Harmonies of #DC7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7000

Black with #DC7000

Text Example


Text Example

White with #DC7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7000; }

 p { color: rgb(220,112,0); }

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

background-color css

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

 a { background-color: rgb(220,112,0); }

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

border-color css

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

 span { border-color: rgb(220,112,0); }

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