Html Css Color HEX #DA8204 Mango Tango

📋 copy color: '#DA8204'

red 218 ◦ green 130 ◦ blue 4

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

Shades of Mango Tango #DA8204

Tints of Mango Tango #DA8204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

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

R = 61.93%
G = 36.93%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA8204 (or 0xDA8204) is known color: Mango Tango. HEX triplet: DA, 82 and 04. RGB value is (218,130,4). Sum of RGB (Red+Green+Blue) = 218+130+4=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8204 is #257DFB. Grayscale: #8E8E8E. Windows color (decimal): -2457084 or 295642. OLE color: 295642.

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

Color convert

RGB 218 130 4 -
CMYK 0 0.40 0.98 0.15
HSL 35.33º 0.96% 0.44% -
HSV(B) 35.33º 0.98% 0.85% -
XYZ 36.92 30.88 4.13 -
YUV 141.95 50.15 182.25 -
System Red Green Blue C M Y K H S L
Decimal 218 130 4 0 0.40 0.98 0.15 35.33 0.96 0.44
Hex DA 82 4 0 28 62 F 23 60 2C
Octal 332 202 4 0 50 142 17 43 140 54
Binary 11011010 10000010 100 0 101000 1100010 1111 100011 1100000 101100

Color Harmonies of #DA8204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8204

Black with #DA8204

Text Example


Text Example

White with #DA8204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8204; }

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

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

background-color css

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

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

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

border-color css

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

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

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