Html Css Color HEX #DC7209 Mango Tango

📋 copy color: '#DC7209'

red 220 ◦ green 114 ◦ blue 9

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

Shades of Mango Tango #DC7209

Tints of Mango Tango #DC7209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

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

R = 64.14%
G = 33.24%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC7209 (or 0xDC7209) is known color: Mango Tango. HEX triplet: DC, 72 and 09. RGB value is (220,114,9). Sum of RGB (Red+Green+Blue) = 220+114+9=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7209 is #238DF6. Grayscale: #868686. Windows color (decimal): -2330103 or 619228. OLE color: 619228.

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

Color convert

RGB 220 114 9 -
CMYK 0 0.48 0.96 0.14
HSL 29.86º 0.92% 0.45% -
HSV(B) 29.86º 0.96% 0.86% -
XYZ 35.58 27.27 3.65 -
YUV 133.72 57.62 189.54 -
System Red Green Blue C M Y K H S L
Decimal 220 114 9 0 0.48 0.96 0.14 29.86 0.92 0.45
Hex DC 72 9 0 30 60 E 1E 5C 2D
Octal 334 162 11 0 60 140 16 36 134 55
Binary 11011100 1110010 1001 0 110000 1100000 1110 11110 1011100 101101

Color Harmonies of #DC7209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7209

Black with #DC7209

Text Example


Text Example

White with #DC7209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7209; }

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

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

background-color css

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

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

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

border-color css

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

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

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