Html Css Color HEX #DC720C Mango Tango

📋 copy color: '#DC720C'

red 220 ◦ green 114 ◦ blue 12

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

Shades of Mango Tango #DC720C

Tints of Mango Tango #DC720C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 63.58%
G = 32.95%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC720C (or 0xDC720C) is known color: Mango Tango. HEX triplet: DC, 72 and 0C. RGB value is (220,114,12). Sum of RGB (Red+Green+Blue) = 220+114+12=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC720C is #238DF3. Grayscale: #868686. Windows color (decimal): -2330100 or 815836. OLE color: 815836.

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

Color convert

RGB 220 114 12 -
CMYK 0 0.48 0.95 0.14
HSL 29.42º 0.9% 0.45% -
HSV(B) 29.42º 0.95% 0.86% -
XYZ 35.6 27.28 3.74 -
YUV 134.07 59.12 189.29 -
System Red Green Blue C M Y K H S L
Decimal 220 114 12 0 0.48 0.95 0.14 29.42 0.9 0.45
Hex DC 72 C 0 30 5F E 1D 5A 2D
Octal 334 162 14 0 60 137 16 35 132 55
Binary 11011100 1110010 1100 0 110000 1011111 1110 11101 1011010 101101

Color Harmonies of #DC720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC720C

Black with #DC720C

Text Example


Text Example

White with #DC720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC720C; }

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

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

background-color css

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

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

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

border-color css

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

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

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