Html Css Color HEX #DC6605 Mango Tango

📋 copy color: '#DC6605'

red 220 ◦ green 102 ◦ blue 5

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

Shades of Mango Tango #DC6605

Tints of Mango Tango #DC6605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

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

R = 67.28%
G = 31.19%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6605 (or 0xDC6605) is known color: Mango Tango. HEX triplet: DC, 66 and 05. RGB value is (220,102,5). Sum of RGB (Red+Green+Blue) = 220+102+5=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6605 is #2399FA. Grayscale: #7E7E7E. Windows color (decimal): -2333179 or 354012. OLE color: 354012.

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

Color convert

RGB 220 102 5 -
CMYK 0 0.54 0.98 0.14
HSL 27.07º 0.96% 0.44% -
HSV(B) 27.07º 0.98% 0.86% -
XYZ 34.29 24.73 3.11 -
YUV 126.22 59.59 194.89 -
System Red Green Blue C M Y K H S L
Decimal 220 102 5 0 0.54 0.98 0.14 27.07 0.96 0.44
Hex DC 66 5 0 36 62 E 1B 60 2C
Octal 334 146 5 0 66 142 16 33 140 54
Binary 11011100 1100110 101 0 110110 1100010 1110 11011 1100000 101100

Color Harmonies of #DC6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6605

Black with #DC6605

Text Example


Text Example

White with #DC6605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6605; }

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

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

background-color css

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

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

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

border-color css

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

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

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