Html Css Color HEX #DA8000 Mango Tango

📋 copy color: '#DA8000'

red 218 ◦ green 128 ◦ blue 0

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

Shades of Mango Tango #DA8000

Tints of Mango Tango #DA8000

RGB

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

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

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

R = 63.01%
G = 36.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA8000 (or 0xDA8000) is known color: Mango Tango. HEX triplet: DA, 80 and 00. RGB value is (218,128,0). Sum of RGB (Red+Green+Blue) = 218+128+0=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8000 is #257FFF. Grayscale: #8C8C8C. Windows color (decimal): -2457600 or 32986. OLE color: 32986.

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

Color convert

RGB 218 128 0 -
CMYK 0 0.41 1 0.15
HSL 35.23º 1% 0.43% -
HSV(B) 35.23º 1% 0.85% -
XYZ 36.63 30.34 3.93 -
YUV 140.32 48.82 183.41 -
System Red Green Blue C M Y K H S L
Decimal 218 128 0 0 0.41 1 0.15 35.23 1 0.43
Hex DA 80 0 0 29 64 F 23 64 2B
Octal 332 200 0 0 51 144 17 43 144 53
Binary 11011010 10000000 0 0 101001 1100100 1111 100011 1100100 101011

Color Harmonies of #DA8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8000

Black with #DA8000

Text Example


Text Example

White with #DA8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8000; }

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

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

background-color css

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

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

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

border-color css

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

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

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