Html Css Color HEX #DC7C03 Mango Tango

📋 copy color: '#DC7C03'

red 220 ◦ green 124 ◦ blue 3

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

Shades of Mango Tango #DC7C03

Tints of Mango Tango #DC7C03

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 63.4%
G = 35.73%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC7C03 (or 0xDC7C03) is known color: Mango Tango. HEX triplet: DC, 7C and 03. RGB value is (220,124,3). Sum of RGB (Red+Green+Blue) = 220+124+3=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7C03 is #2383FC. Grayscale: #8B8B8B. Windows color (decimal): -2327549 or 228572. OLE color: 228572.

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

Color convert

RGB 220 124 3 -
CMYK 0 0.44 0.99 0.14
HSL 33.46º 0.97% 0.44% -
HSV(B) 33.46º 0.99% 0.86% -
XYZ 36.74 29.64 3.87 -
YUV 138.91 51.3 185.84 -
System Red Green Blue C M Y K H S L
Decimal 220 124 3 0 0.44 0.99 0.14 33.46 0.97 0.44
Hex DC 7C 3 0 2C 63 E 21 61 2C
Octal 334 174 3 0 54 143 16 41 141 54
Binary 11011100 1111100 11 0 101100 1100011 1110 100001 1100001 101100

Color Harmonies of #DC7C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C03

Black with #DC7C03

Text Example


Text Example

White with #DC7C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C03; }

 p { color: rgb(220,124,3); }

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

background-color css

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

 a { background-color: rgb(220,124,3); }

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

border-color css

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

 span { border-color: rgb(220,124,3); }

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