Html Css Color HEX #DC7702 Mango Tango

📋 copy color: '#DC7702'

red 220 ◦ green 119 ◦ blue 2

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

Shades of Mango Tango #DC7702

Tints of Mango Tango #DC7702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 64.52%
G = 34.9%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC7702 (or 0xDC7702) is known color: Mango Tango. HEX triplet: DC, 77 and 02. RGB value is (220,119,2). Sum of RGB (Red+Green+Blue) = 220+119+2=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7702 is #2388FD. Grayscale: #888888. Windows color (decimal): -2328830 or 161756. OLE color: 161756.

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

Color convert

RGB 220 119 2 -
CMYK 0 0.46 0.99 0.14
HSL 32.2º 0.98% 0.44% -
HSV(B) 32.2º 0.99% 0.86% -
XYZ 36.12 28.41 3.64 -
YUV 135.86 52.46 188.01 -
System Red Green Blue C M Y K H S L
Decimal 220 119 2 0 0.46 0.99 0.14 32.2 0.98 0.44
Hex DC 77 2 0 2E 63 E 20 62 2C
Octal 334 167 2 0 56 143 16 40 142 54
Binary 11011100 1110111 10 0 101110 1100011 1110 100000 1100010 101100

Color Harmonies of #DC7702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7702

Black with #DC7702

Text Example


Text Example

White with #DC7702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7702; }

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

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

background-color css

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

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

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

border-color css

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

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

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