Html Css Color HEX #DC6404 Mango Tango

📋 copy color: '#DC6404'

red 220 ◦ green 100 ◦ blue 4

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

Shades of Mango Tango #DC6404

Tints of Mango Tango #DC6404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 67.9%
G = 30.86%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6404 (or 0xDC6404) is known color: Mango Tango. HEX triplet: DC, 64 and 04. RGB value is (220,100,4). Sum of RGB (Red+Green+Blue) = 220+100+4=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6404 is #239BFB. Grayscale: #7D7D7D. Windows color (decimal): -2333692 or 287964. OLE color: 287964.

HSL color Cylindrical-coordinate representation of color #DC6404: hue angle of 26.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC6404 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 100 4 -
CMYK 0 0.55 0.98 0.14
HSL 26.67º 0.96% 0.44% -
HSV(B) 26.67º 0.98% 0.86% -
XYZ 34.09 24.34 3.02 -
YUV 124.94 59.76 195.81 -
System Red Green Blue C M Y K H S L
Decimal 220 100 4 0 0.55 0.98 0.14 26.67 0.96 0.44
Hex DC 64 4 0 37 62 E 1B 60 2C
Octal 334 144 4 0 67 142 16 33 140 54
Binary 11011100 1100100 100 0 110111 1100010 1110 11011 1100000 101100

Color Harmonies of #DC6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6404

Black with #DC6404

Text Example


Text Example

White with #DC6404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6404; }

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

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

background-color css

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

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

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

border-color css

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

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

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