Html Css Color HEX #DA7304 Mango Tango

📋 copy color: '#DA7304'

red 218 ◦ green 115 ◦ blue 4

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

Shades of Mango Tango #DA7304

Tints of Mango Tango #DA7304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 64.69%
G = 34.12%
B = 1.19%

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

#DA7304 (or 0xDA7304) is known color: Mango Tango. HEX triplet: DA, 73 and 04. RGB value is (218,115,4). Sum of RGB (Red+Green+Blue) = 218+115+4=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7304 is #258CFB. Grayscale: #858585. Windows color (decimal): -2460924 or 291802. OLE color: 291802.

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

Color convert

RGB 218 115 4 -
CMYK 0 0.47 0.98 0.15
HSL 31.12º 0.96% 0.44% -
HSV(B) 31.12º 0.98% 0.85% -
XYZ 35.07 27.18 3.51 -
YUV 133.14 55.12 188.53 -
System Red Green Blue C M Y K H S L
Decimal 218 115 4 0 0.47 0.98 0.15 31.12 0.96 0.44
Hex DA 73 4 0 2F 62 F 1F 60 2C
Octal 332 163 4 0 57 142 17 37 140 54
Binary 11011010 1110011 100 0 101111 1100010 1111 11111 1100000 101100

Color Harmonies of #DA7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7304

Black with #DA7304

Text Example


Text Example

White with #DA7304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7304; }

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

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

background-color css

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

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

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

border-color css

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

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

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