Html Css Color HEX #DC6402 Mango Tango

📋 copy color: '#DC6402'

red 220 ◦ green 100 ◦ blue 2

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

Shades of Mango Tango #DC6402

Tints of Mango Tango #DC6402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 68.32%
G = 31.06%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC6402 (or 0xDC6402) is known color: Mango Tango. HEX triplet: DC, 64 and 02. RGB value is (220,100,2). Sum of RGB (Red+Green+Blue) = 220+100+2=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6402 is #239BFD. Grayscale: #7D7D7D. Windows color (decimal): -2333694 or 156892. OLE color: 156892.

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

Color convert

RGB 220 100 2 -
CMYK 0 0.55 0.99 0.14
HSL 26.97º 0.98% 0.44% -
HSV(B) 26.97º 0.99% 0.86% -
XYZ 34.08 24.33 2.96 -
YUV 124.71 58.76 195.97 -
System Red Green Blue C M Y K H S L
Decimal 220 100 2 0 0.55 0.99 0.14 26.97 0.98 0.44
Hex DC 64 2 0 37 63 E 1B 62 2C
Octal 334 144 2 0 67 143 16 33 142 54
Binary 11011100 1100100 10 0 110111 1100011 1110 11011 1100010 101100

Color Harmonies of #DC6402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6402

Black with #DC6402

Text Example


Text Example

White with #DC6402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6402; }

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

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

background-color css

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

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

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

border-color css

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

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

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