Html Css Color HEX #DC7D02 Mango Tango

📋 copy color: '#DC7D02'

red 220 ◦ green 125 ◦ blue 2

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

Shades of Mango Tango #DC7D02

Tints of Mango Tango #DC7D02

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

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

R = 63.4%
G = 36.02%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC7D02 (or 0xDC7D02) is known color: Mango Tango. HEX triplet: DC, 7D and 02. RGB value is (220,125,2). Sum of RGB (Red+Green+Blue) = 220+125+2=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D02 is #2382FD. Grayscale: #8B8B8B. Windows color (decimal): -2327294 or 163292. OLE color: 163292.

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

Color convert

RGB 220 125 2 -
CMYK 0 0.43 0.99 0.14
HSL 33.85º 0.98% 0.44% -
HSV(B) 33.85º 0.99% 0.86% -
XYZ 36.86 29.89 3.88 -
YUV 139.38 50.47 185.5 -
System Red Green Blue C M Y K H S L
Decimal 220 125 2 0 0.43 0.99 0.14 33.85 0.98 0.44
Hex DC 7D 2 0 2B 63 E 22 62 2C
Octal 334 175 2 0 53 143 16 42 142 54
Binary 11011100 1111101 10 0 101011 1100011 1110 100010 1100010 101100

Color Harmonies of #DC7D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D02

Black with #DC7D02

Text Example


Text Example

White with #DC7D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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