Html Css Color HEX #DA740E Mango Tango

📋 copy color: '#DA740E'

red 218 ◦ green 116 ◦ blue 14

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

Shades of Mango Tango #DA740E

Tints of Mango Tango #DA740E

RGB

 RED value IS 218 (85.55% from 255) = 62.64%

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

 BLUE value IS 14 (5.86% from 255) = 4.02%

R = 62.64%
G = 33.33%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA740E (or 0xDA740E) is known color: Mango Tango. HEX triplet: DA, 74 and 0E. RGB value is (218,116,14). Sum of RGB (Red+Green+Blue) = 218+116+14=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA740E is #258BF1. Grayscale: #878787. Windows color (decimal): -2460658 or 947418. OLE color: 947418.

HSL color Cylindrical-coordinate representation of color #DA740E: hue angle of 30º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA740E is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 14 -
CMYK 0 0.47 0.94 0.15
HSL 30º 0.88% 0.45% -
HSV(B) 30º 0.94% 0.85% -
XYZ 35.24 27.43 3.85 -
YUV 134.87 59.79 187.29 -
System Red Green Blue C M Y K H S L
Decimal 218 116 14 0 0.47 0.94 0.15 30 0.88 0.45
Hex DA 74 E 0 2F 5E F 1E 58 2D
Octal 332 164 16 0 57 136 17 36 130 55
Binary 11011010 1110100 1110 0 101111 1011110 1111 11110 1011000 101101

Color Harmonies of #DA740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA740E

Black with #DA740E

Text Example


Text Example

White with #DA740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA740E; }

 p { color: rgb(218,116,14); }

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

background-color css

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

 a { background-color: rgb(218,116,14); }

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

border-color css

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

 span { border-color: rgb(218,116,14); }

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