Html Css Color HEX #DA8004 Mango Tango

📋 copy color: '#DA8004'

red 218 ◦ green 128 ◦ blue 4

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

Shades of Mango Tango #DA8004

Tints of Mango Tango #DA8004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.57%

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

R = 62.29%
G = 36.57%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA8004 (or 0xDA8004) is known color: Mango Tango. HEX triplet: DA, 80 and 04. RGB value is (218,128,4). Sum of RGB (Red+Green+Blue) = 218+128+4=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8004 is #257FFB. Grayscale: #8D8D8D. Windows color (decimal): -2457596 or 295130. OLE color: 295130.

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

Color convert

RGB 218 128 4 -
CMYK 0 0.41 0.98 0.15
HSL 34.77º 0.96% 0.44% -
HSV(B) 34.77º 0.98% 0.85% -
XYZ 36.65 30.35 4.04 -
YUV 140.77 50.82 183.08 -
System Red Green Blue C M Y K H S L
Decimal 218 128 4 0 0.41 0.98 0.15 34.77 0.96 0.44
Hex DA 80 4 0 29 62 F 23 60 2C
Octal 332 200 4 0 51 142 17 43 140 54
Binary 11011010 10000000 100 0 101001 1100010 1111 100011 1100000 101100

Color Harmonies of #DA8004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8004

Black with #DA8004

Text Example


Text Example

White with #DA8004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8004; }

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

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

background-color css

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

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

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

border-color css

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

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

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