Html Css Color HEX #DC6A05 Mango Tango

📋 copy color: '#DC6A05'

red 220 ◦ green 106 ◦ blue 5

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

Shades of Mango Tango #DC6A05

Tints of Mango Tango #DC6A05

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 66.47%
G = 32.02%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6A05 (or 0xDC6A05) is known color: Mango Tango. HEX triplet: DC, 6A and 05. RGB value is (220,106,5). Sum of RGB (Red+Green+Blue) = 220+106+5=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6A05 is #2395FA. Grayscale: #818181. Windows color (decimal): -2332155 or 355036. OLE color: 355036.

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

Color convert

RGB 220 106 5 -
CMYK 0 0.52 0.98 0.14
HSL 28.19º 0.96% 0.44% -
HSV(B) 28.19º 0.98% 0.86% -
XYZ 34.7 25.53 3.24 -
YUV 128.57 58.27 193.21 -
System Red Green Blue C M Y K H S L
Decimal 220 106 5 0 0.52 0.98 0.14 28.19 0.96 0.44
Hex DC 6A 5 0 34 62 E 1C 60 2C
Octal 334 152 5 0 64 142 16 34 140 54
Binary 11011100 1101010 101 0 110100 1100010 1110 11100 1100000 101100

Color Harmonies of #DC6A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A05

Black with #DC6A05

Text Example


Text Example

White with #DC6A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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