Html Css Color HEX #DC7605 Mango Tango

📋 copy color: '#DC7605'

red 220 ◦ green 118 ◦ blue 5

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

Shades of Mango Tango #DC7605

Tints of Mango Tango #DC7605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 64.14%
G = 34.4%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC7605 (or 0xDC7605) is known color: Mango Tango. HEX triplet: DC, 76 and 05. RGB value is (220,118,5). Sum of RGB (Red+Green+Blue) = 220+118+5=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7605 is #2389FA. Grayscale: #888888. Windows color (decimal): -2329083 or 358108. OLE color: 358108.

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

Color convert

RGB 220 118 5 -
CMYK 0 0.46 0.98 0.14
HSL 31.53º 0.96% 0.44% -
HSV(B) 31.53º 0.98% 0.86% -
XYZ 36.02 28.18 3.69 -
YUV 135.62 54.29 188.19 -
System Red Green Blue C M Y K H S L
Decimal 220 118 5 0 0.46 0.98 0.14 31.53 0.96 0.44
Hex DC 76 5 0 2E 62 E 20 60 2C
Octal 334 166 5 0 56 142 16 40 140 54
Binary 11011100 1110110 101 0 101110 1100010 1110 100000 1100000 101100

Color Harmonies of #DC7605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7605

Black with #DC7605

Text Example


Text Example

White with #DC7605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7605; }

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

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

background-color css

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

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

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

border-color css

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

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

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