Html Css Color HEX #DC6602 Mango Tango

📋 copy color: '#DC6602'

red 220 ◦ green 102 ◦ blue 2

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

Shades of Mango Tango #DC6602

Tints of Mango Tango #DC6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

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

R = 67.9%
G = 31.48%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC6602 (or 0xDC6602) is known color: Mango Tango. HEX triplet: DC, 66 and 02. RGB value is (220,102,2). Sum of RGB (Red+Green+Blue) = 220+102+2=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6602 is #2399FD. Grayscale: #7E7E7E. Windows color (decimal): -2333182 or 157404. OLE color: 157404.

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

Color convert

RGB 220 102 2 -
CMYK 0 0.54 0.99 0.14
HSL 27.52º 0.98% 0.44% -
HSV(B) 27.52º 0.99% 0.86% -
XYZ 34.28 24.72 3.02 -
YUV 125.88 58.09 195.13 -
System Red Green Blue C M Y K H S L
Decimal 220 102 2 0 0.54 0.99 0.14 27.52 0.98 0.44
Hex DC 66 2 0 36 63 E 1C 62 2C
Octal 334 146 2 0 66 143 16 34 142 54
Binary 11011100 1100110 10 0 110110 1100011 1110 11100 1100010 101100

Color Harmonies of #DC6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6602

Black with #DC6602

Text Example


Text Example

White with #DC6602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6602; }

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

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

background-color css

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

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

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

border-color css

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

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

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