Html Css Color HEX #DC7F02 Mango Tango

📋 copy color: '#DC7F02'

red 220 ◦ green 127 ◦ blue 2

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

Shades of Mango Tango #DC7F02

Tints of Mango Tango #DC7F02

RGB

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

 GREEN value IS 127 (50% from 255) = 36.39%

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

R = 63.04%
G = 36.39%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC7F02 (or 0xDC7F02) is known color: Mango Tango. HEX triplet: DC, 7F and 02. RGB value is (220,127,2). Sum of RGB (Red+Green+Blue) = 220+127+2=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7F02 is #2380FD. Grayscale: #8D8D8D. Windows color (decimal): -2326782 or 163804. OLE color: 163804.

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

Color convert

RGB 220 127 2 -
CMYK 0 0.42 0.99 0.14
HSL 34.4º 0.98% 0.44% -
HSV(B) 34.4º 0.99% 0.86% -
XYZ 37.12 30.4 3.97 -
YUV 140.56 49.81 184.66 -
System Red Green Blue C M Y K H S L
Decimal 220 127 2 0 0.42 0.99 0.14 34.4 0.98 0.44
Hex DC 7F 2 0 2A 63 E 22 62 2C
Octal 334 177 2 0 52 143 16 42 142 54
Binary 11011100 1111111 10 0 101010 1100011 1110 100010 1100010 101100

Color Harmonies of #DC7F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F02

Black with #DC7F02

Text Example


Text Example

White with #DC7F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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