Html Css Color HEX #DC6E05 Mango Tango

📋 copy color: '#DC6E05'

red 220 ◦ green 110 ◦ blue 5

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

Shades of Mango Tango #DC6E05

Tints of Mango Tango #DC6E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 65.67%
G = 32.84%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6E05 (or 0xDC6E05) is known color: Mango Tango. HEX triplet: DC, 6E and 05. RGB value is (220,110,5). Sum of RGB (Red+Green+Blue) = 220+110+5=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6E05 is #2391FA. Grayscale: #838383. Windows color (decimal): -2331131 or 356060. OLE color: 356060.

HSL color Cylindrical-coordinate representation of color #DC6E05: hue angle of 29.3º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC6E05 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 5 -
CMYK 0 0.50 0.98 0.14
HSL 29.3º 0.96% 0.44% -
HSV(B) 29.3º 0.98% 0.86% -
XYZ 35.12 26.38 3.38 -
YUV 130.92 56.94 191.54 -
System Red Green Blue C M Y K H S L
Decimal 220 110 5 0 0.50 0.98 0.14 29.3 0.96 0.44
Hex DC 6E 5 0 32 62 E 1D 60 2C
Octal 334 156 5 0 62 142 16 35 140 54
Binary 11011100 1101110 101 0 110010 1100010 1110 11101 1100000 101100

Color Harmonies of #DC6E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E05

Black with #DC6E05

Text Example


Text Example

White with #DC6E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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