Html Css Color HEX #DC7005 Mango Tango

📋 copy color: '#DC7005'

red 220 ◦ green 112 ◦ blue 5

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

Shades of Mango Tango #DC7005

Tints of Mango Tango #DC7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 65.28%
G = 33.23%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC7005 (or 0xDC7005) is known color: Mango Tango. HEX triplet: DC, 70 and 05. RGB value is (220,112,5). Sum of RGB (Red+Green+Blue) = 220+112+5=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7005 is #238FFA. Grayscale: #848484. Windows color (decimal): -2330619 or 356572. OLE color: 356572.

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

Color convert

RGB 220 112 5 -
CMYK 0 0.49 0.98 0.14
HSL 29.86º 0.96% 0.44% -
HSV(B) 29.86º 0.98% 0.86% -
XYZ 35.34 26.81 3.46 -
YUV 132.09 56.28 190.7 -
System Red Green Blue C M Y K H S L
Decimal 220 112 5 0 0.49 0.98 0.14 29.86 0.96 0.44
Hex DC 70 5 0 31 62 E 1E 60 2C
Octal 334 160 5 0 61 142 16 36 140 54
Binary 11011100 1110000 101 0 110001 1100010 1110 11110 1100000 101100

Color Harmonies of #DC7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7005

Black with #DC7005

Text Example


Text Example

White with #DC7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7005; }

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

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

background-color css

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

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

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

border-color css

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

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

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