Html Css Color HEX #DC730F Mango Tango

📋 copy color: '#DC730F'

red 220 ◦ green 115 ◦ blue 15

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

Shades of Mango Tango #DC730F

Tints of Mango Tango #DC730F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 62.86%
G = 32.86%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC730F (or 0xDC730F) is known color: Mango Tango. HEX triplet: DC, 73 and 0F. RGB value is (220,115,15). Sum of RGB (Red+Green+Blue) = 220+115+15=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC730F is #238CF0. Grayscale: #878787. Windows color (decimal): -2329841 or 1012700. OLE color: 1012700.

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

Color convert

RGB 220 115 15 -
CMYK 0 0.48 0.93 0.14
HSL 29.27º 0.87% 0.46% -
HSV(B) 29.27º 0.93% 0.86% -
XYZ 35.73 27.51 3.88 -
YUV 135 60.29 188.63 -
System Red Green Blue C M Y K H S L
Decimal 220 115 15 0 0.48 0.93 0.14 29.27 0.87 0.46
Hex DC 73 F 0 30 5D E 1D 57 2E
Octal 334 163 17 0 60 135 16 35 127 56
Binary 11011100 1110011 1111 0 110000 1011101 1110 11101 1010111 101110

Color Harmonies of #DC730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC730F

Black with #DC730F

Text Example


Text Example

White with #DC730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC730F; }

 p { color: rgb(220,115,15); }

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

background-color css

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

 a { background-color: rgb(220,115,15); }

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

border-color css

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

 span { border-color: rgb(220,115,15); }

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