Html Css Color HEX #DC740A Mango Tango

📋 copy color: '#DC740A'

red 220 ◦ green 116 ◦ blue 10

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

Shades of Mango Tango #DC740A

Tints of Mango Tango #DC740A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 63.58%
G = 33.53%
B = 2.89%

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

#DC740A (or 0xDC740A) is known color: Mango Tango. HEX triplet: DC, 74 and 0A. RGB value is (220,116,10). Sum of RGB (Red+Green+Blue) = 220+116+10=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC740A is #238BF5. Grayscale: #878787. Windows color (decimal): -2329590 or 685276. OLE color: 685276.

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

Color convert

RGB 220 116 10 -
CMYK 0 0.47 0.95 0.14
HSL 30.29º 0.91% 0.45% -
HSV(B) 30.29º 0.95% 0.86% -
XYZ 35.82 27.73 3.75 -
YUV 135.01 57.46 188.62 -
System Red Green Blue C M Y K H S L
Decimal 220 116 10 0 0.47 0.95 0.14 30.29 0.91 0.45
Hex DC 74 A 0 2F 5F E 1E 5B 2D
Octal 334 164 12 0 57 137 16 36 133 55
Binary 11011100 1110100 1010 0 101111 1011111 1110 11110 1011011 101101

Color Harmonies of #DC740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC740A

Black with #DC740A

Text Example


Text Example

White with #DC740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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