Html Css Color HEX #DC6400 Mango Tango

📋 copy color: '#DC6400'

red 220 ◦ green 100 ◦ blue 0

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

Shades of Mango Tango #DC6400

Tints of Mango Tango #DC6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

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

R = 68.75%
G = 31.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC6400 (or 0xDC6400) is known color: Mango Tango. HEX triplet: DC, 64 and 00. RGB value is (220,100,0). Sum of RGB (Red+Green+Blue) = 220+100+0=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6400 is #239BFF. Grayscale: #7D7D7D. Windows color (decimal): -2333696 or 25820. OLE color: 25820.

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

Color convert

RGB 220 100 0 -
CMYK 0 0.55 1 0.14
HSL 27.27º 1% 0.43% -
HSV(B) 27.27º 1% 0.86% -
XYZ 34.07 24.33 2.9 -
YUV 124.48 57.76 196.13 -
System Red Green Blue C M Y K H S L
Decimal 220 100 0 0 0.55 1 0.14 27.27 1 0.43
Hex DC 64 0 0 37 64 E 1B 64 2B
Octal 334 144 0 0 67 144 16 33 144 53
Binary 11011100 1100100 0 0 110111 1100100 1110 11011 1100100 101011

Color Harmonies of #DC6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6400

Black with #DC6400

Text Example


Text Example

White with #DC6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6400; }

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

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

background-color css

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

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

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

border-color css

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

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

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