Html Css Color HEX #DC7507 Mango Tango

📋 copy color: '#DC7507'

red 220 ◦ green 117 ◦ blue 7

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

Shades of Mango Tango #DC7507

Tints of Mango Tango #DC7507

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 63.95%
G = 34.01%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC7507 (or 0xDC7507) is known color: Mango Tango. HEX triplet: DC, 75 and 07. RGB value is (220,117,7). Sum of RGB (Red+Green+Blue) = 220+117+7=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7507 is #238AF8. Grayscale: #878787. Windows color (decimal): -2329337 or 488924. OLE color: 488924.

HSL color Cylindrical-coordinate representation of color #DC7507: hue angle of 30.99º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC7507 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 7 -
CMYK 0 0.47 0.97 0.14
HSL 30.99º 0.94% 0.45% -
HSV(B) 30.99º 0.97% 0.86% -
XYZ 35.91 27.95 3.7 -
YUV 135.26 55.62 188.44 -
System Red Green Blue C M Y K H S L
Decimal 220 117 7 0 0.47 0.97 0.14 30.99 0.94 0.45
Hex DC 75 7 0 2F 61 E 1F 5E 2D
Octal 334 165 7 0 57 141 16 37 136 55
Binary 11011100 1110101 111 0 101111 1100001 1110 11111 1011110 101101

Color Harmonies of #DC7507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7507

Black with #DC7507

Text Example


Text Example

White with #DC7507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7507; }

 p { color: rgb(220,117,7); }

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

background-color css

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

 a { background-color: rgb(220,117,7); }

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

border-color css

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

 span { border-color: rgb(220,117,7); }

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