Html Css Color HEX #DC7009 Mango Tango

📋 copy color: '#DC7009'

red 220 ◦ green 112 ◦ blue 9

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

Shades of Mango Tango #DC7009

Tints of Mango Tango #DC7009

RGB

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

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

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

R = 64.52%
G = 32.84%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC7009 (or 0xDC7009) is known color: Mango Tango. HEX triplet: DC, 70 and 09. RGB value is (220,112,9). Sum of RGB (Red+Green+Blue) = 220+112+9=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7009 is #238FF6. Grayscale: #858585. Windows color (decimal): -2330615 or 618716. OLE color: 618716.

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

Color convert

RGB 220 112 9 -
CMYK 0 0.49 0.96 0.14
HSL 29.29º 0.92% 0.45% -
HSV(B) 29.29º 0.96% 0.86% -
XYZ 35.36 26.82 3.57 -
YUV 132.55 58.28 190.38 -
System Red Green Blue C M Y K H S L
Decimal 220 112 9 0 0.49 0.96 0.14 29.29 0.92 0.45
Hex DC 70 9 0 31 60 E 1D 5C 2D
Octal 334 160 11 0 61 140 16 35 134 55
Binary 11011100 1110000 1001 0 110001 1100000 1110 11101 1011100 101101

Color Harmonies of #DC7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7009

Black with #DC7009

Text Example


Text Example

White with #DC7009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7009; }

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

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

background-color css

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

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

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

border-color css

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

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

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