Html Css Color HEX #DC7509 Mango Tango

📋 copy color: '#DC7509'

red 220 ◦ green 117 ◦ blue 9

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

Shades of Mango Tango #DC7509

Tints of Mango Tango #DC7509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.6%

R = 63.58%
G = 33.82%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC7509 (or 0xDC7509) is known color: Mango Tango. HEX triplet: DC, 75 and 09. RGB value is (220,117,9). Sum of RGB (Red+Green+Blue) = 220+117+9=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7509 is #238AF6. Grayscale: #888888. Windows color (decimal): -2329335 or 619996. OLE color: 619996.

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

Color convert

RGB 220 117 9 -
CMYK 0 0.47 0.96 0.14
HSL 30.71º 0.92% 0.45% -
HSV(B) 30.71º 0.96% 0.86% -
XYZ 35.93 27.96 3.76 -
YUV 135.49 56.62 188.28 -
System Red Green Blue C M Y K H S L
Decimal 220 117 9 0 0.47 0.96 0.14 30.71 0.92 0.45
Hex DC 75 9 0 2F 60 E 1F 5C 2D
Octal 334 165 11 0 57 140 16 37 134 55
Binary 11011100 1110101 1001 0 101111 1100000 1110 11111 1011100 101101

Color Harmonies of #DC7509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7509

Black with #DC7509

Text Example


Text Example

White with #DC7509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7509; }

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

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

background-color css

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

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

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

border-color css

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

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

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