Html Css Color HEX #DC740C Mango Tango

📋 copy color: '#DC740C'

red 220 ◦ green 116 ◦ blue 12

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

Shades of Mango Tango #DC740C

Tints of Mango Tango #DC740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

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

R = 63.22%
G = 33.33%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC740C (or 0xDC740C) is known color: Mango Tango. HEX triplet: DC, 74 and 0C. RGB value is (220,116,12). Sum of RGB (Red+Green+Blue) = 220+116+12=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC740C is #238BF3. Grayscale: #878787. Windows color (decimal): -2329588 or 816348. OLE color: 816348.

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

Color convert

RGB 220 116 12 -
CMYK 0 0.47 0.95 0.14
HSL 30º 0.9% 0.45% -
HSV(B) 30º 0.95% 0.86% -
XYZ 35.83 27.73 3.81 -
YUV 135.24 58.46 188.46 -
System Red Green Blue C M Y K H S L
Decimal 220 116 12 0 0.47 0.95 0.14 30 0.9 0.45
Hex DC 74 C 0 2F 5F E 1E 5A 2D
Octal 334 164 14 0 57 137 16 36 132 55
Binary 11011100 1110100 1100 0 101111 1011111 1110 11110 1011010 101101

Color Harmonies of #DC740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC740C

Black with #DC740C

Text Example


Text Example

White with #DC740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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