Html Css Color HEX #DC7D01 Mango Tango

📋 copy color: '#DC7D01'

red 220 ◦ green 125 ◦ blue 1

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

Shades of Mango Tango #DC7D01

Tints of Mango Tango #DC7D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 63.58%
G = 36.13%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC7D01 (or 0xDC7D01) is known color: Mango Tango. HEX triplet: DC, 7D and 01. RGB value is (220,125,1). Sum of RGB (Red+Green+Blue) = 220+125+1=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D01 is #2382FE. Grayscale: #8B8B8B. Windows color (decimal): -2327295 or 97756. OLE color: 97756.

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

Color convert

RGB 220 125 1 -
CMYK 0 0.43 1.00 0.14
HSL 33.97º 0.99% 0.43% -
HSV(B) 33.97º 1% 0.86% -
XYZ 36.85 29.89 3.85 -
YUV 139.27 49.97 185.58 -
System Red Green Blue C M Y K H S L
Decimal 220 125 1 0 0.43 1.00 0.14 33.97 0.99 0.43
Hex DC 7D 1 0 2B 64 E 22 63 2B
Octal 334 175 1 0 53 144 16 42 143 53
Binary 11011100 1111101 1 0 101011 1100100 1110 100010 1100011 101011

Color Harmonies of #DC7D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D01

Black with #DC7D01

Text Example


Text Example

White with #DC7D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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