Html Css Color HEX #DA8400 Mango Tango

📋 copy color: '#DA8400'

red 218 ◦ green 132 ◦ blue 0

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

Shades of Mango Tango #DA8400

Tints of Mango Tango #DA8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.29%
G = 37.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA8400 (or 0xDA8400) is known color: Mango Tango. HEX triplet: DA, 84 and 00. RGB value is (218,132,0). Sum of RGB (Red+Green+Blue) = 218+132+0=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8400 is #257BFF. Grayscale: #8F8F8F. Windows color (decimal): -2456576 or 34010. OLE color: 34010.

HSL color Cylindrical-coordinate representation of color #DA8400: hue angle of 36.33º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA8400 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 132 0 -
CMYK 0 0.39 1 0.15
HSL 36.33º 1% 0.43% -
HSV(B) 36.33º 1% 0.85% -
XYZ 37.16 31.41 4.1 -
YUV 142.67 47.49 181.73 -
System Red Green Blue C M Y K H S L
Decimal 218 132 0 0 0.39 1 0.15 36.33 1 0.43
Hex DA 84 0 0 27 64 F 24 64 2B
Octal 332 204 0 0 47 144 17 44 144 53
Binary 11011010 10000100 0 0 100111 1100100 1111 100100 1100100 101011

Color Harmonies of #DA8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8400

Black with #DA8400

Text Example


Text Example

White with #DA8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8400; }

 p { color: rgb(218,132,0); }

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

background-color css

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

 a { background-color: rgb(218,132,0); }

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

border-color css

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

 span { border-color: rgb(218,132,0); }

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