Html Css Color HEX #DC6C04 Mango Tango

📋 copy color: '#DC6C04'

red 220 ◦ green 108 ◦ blue 4

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

Shades of Mango Tango #DC6C04

Tints of Mango Tango #DC6C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

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

R = 66.27%
G = 32.53%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6C04 (or 0xDC6C04) is known color: Mango Tango. HEX triplet: DC, 6C and 04. RGB value is (220,108,4). Sum of RGB (Red+Green+Blue) = 220+108+4=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C04 is #2393FB. Grayscale: #828282. Windows color (decimal): -2331644 or 290012. OLE color: 290012.

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

Color convert

RGB 220 108 4 -
CMYK 0 0.51 0.98 0.14
HSL 28.89º 0.96% 0.44% -
HSV(B) 28.89º 0.98% 0.86% -
XYZ 34.9 25.95 3.28 -
YUV 129.63 57.11 192.46 -
System Red Green Blue C M Y K H S L
Decimal 220 108 4 0 0.51 0.98 0.14 28.89 0.96 0.44
Hex DC 6C 4 0 33 62 E 1D 60 2C
Octal 334 154 4 0 63 142 16 35 140 54
Binary 11011100 1101100 100 0 110011 1100010 1110 11101 1100000 101100

Color Harmonies of #DC6C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C04

Black with #DC6C04

Text Example


Text Example

White with #DC6C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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