Html Css Color HEX #DA7404 Mango Tango

📋 copy color: '#DA7404'

red 218 ◦ green 116 ◦ blue 4

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

Shades of Mango Tango #DA7404

Tints of Mango Tango #DA7404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 64.5%
G = 34.32%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA7404 (or 0xDA7404) is known color: Mango Tango. HEX triplet: DA, 74 and 04. RGB value is (218,116,4). Sum of RGB (Red+Green+Blue) = 218+116+4=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7404 is #258BFB. Grayscale: #868686. Windows color (decimal): -2460668 or 292058. OLE color: 292058.

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

Color convert

RGB 218 116 4 -
CMYK 0 0.47 0.98 0.15
HSL 31.4º 0.96% 0.44% -
HSV(B) 31.4º 0.98% 0.85% -
XYZ 35.18 27.4 3.55 -
YUV 133.73 54.79 188.11 -
System Red Green Blue C M Y K H S L
Decimal 218 116 4 0 0.47 0.98 0.15 31.4 0.96 0.44
Hex DA 74 4 0 2F 62 F 1F 60 2C
Octal 332 164 4 0 57 142 17 37 140 54
Binary 11011010 1110100 100 0 101111 1100010 1111 11111 1100000 101100

Color Harmonies of #DA7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7404

Black with #DA7404

Text Example


Text Example

White with #DA7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7404; }

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

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

background-color css

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

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

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

border-color css

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

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

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