Html Css Color HEX #DC6E03 Mango Tango

📋 copy color: '#DC6E03'

red 220 ◦ green 110 ◦ blue 3

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

Shades of Mango Tango #DC6E03

Tints of Mango Tango #DC6E03

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.03%

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

R = 66.07%
G = 33.03%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC6E03 (or 0xDC6E03) is known color: Mango Tango. HEX triplet: DC, 6E and 03. RGB value is (220,110,3). Sum of RGB (Red+Green+Blue) = 220+110+3=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6E03 is #2391FC. Grayscale: #838383. Windows color (decimal): -2331133 or 224988. OLE color: 224988.

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

Color convert

RGB 220 110 3 -
CMYK 0 0.50 0.99 0.14
HSL 29.59º 0.97% 0.44% -
HSV(B) 29.59º 0.99% 0.86% -
XYZ 35.11 26.37 3.33 -
YUV 130.69 55.94 191.7 -
System Red Green Blue C M Y K H S L
Decimal 220 110 3 0 0.50 0.99 0.14 29.59 0.97 0.44
Hex DC 6E 3 0 32 63 E 1E 61 2C
Octal 334 156 3 0 62 143 16 36 141 54
Binary 11011100 1101110 11 0 110010 1100011 1110 11110 1100001 101100

Color Harmonies of #DC6E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E03

Black with #DC6E03

Text Example


Text Example

White with #DC6E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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