Html Css Color HEX #DA7004 Mango Tango

📋 copy color: '#DA7004'

red 218 ◦ green 112 ◦ blue 4

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

Shades of Mango Tango #DA7004

Tints of Mango Tango #DA7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 65.27%
G = 33.53%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA7004 (or 0xDA7004) is known color: Mango Tango. HEX triplet: DA, 70 and 04. RGB value is (218,112,4). Sum of RGB (Red+Green+Blue) = 218+112+4=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7004 is #258FFB. Grayscale: #838383. Windows color (decimal): -2461692 or 291034. OLE color: 291034.

HSL color Cylindrical-coordinate representation of color #DA7004: hue angle of 30.28º 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 #DA7004 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 4 -
CMYK 0 0.49 0.98 0.15
HSL 30.28º 0.96% 0.44% -
HSV(B) 30.28º 0.98% 0.85% -
XYZ 34.73 26.5 3.4 -
YUV 131.38 56.12 189.78 -
System Red Green Blue C M Y K H S L
Decimal 218 112 4 0 0.49 0.98 0.15 30.28 0.96 0.44
Hex DA 70 4 0 31 62 F 1E 60 2C
Octal 332 160 4 0 61 142 17 36 140 54
Binary 11011010 1110000 100 0 110001 1100010 1111 11110 1100000 101100

Color Harmonies of #DA7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7004

Black with #DA7004

Text Example


Text Example

White with #DA7004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7004; }

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

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

background-color css

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

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

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

border-color css

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

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

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