Html Css Color HEX #DA8006 Mango Tango

📋 copy color: '#DA8006'

red 218 ◦ green 128 ◦ blue 6

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

Shades of Mango Tango #DA8006

Tints of Mango Tango #DA8006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 61.93%
G = 36.36%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA8006 (or 0xDA8006) is known color: Mango Tango. HEX triplet: DA, 80 and 06. RGB value is (218,128,6). Sum of RGB (Red+Green+Blue) = 218+128+6=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8006 is #257FF9. Grayscale: #8D8D8D. Windows color (decimal): -2457594 or 426202. OLE color: 426202.

HSL color Cylindrical-coordinate representation of color #DA8006: hue angle of 34.53º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA8006 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 6 -
CMYK 0 0.41 0.97 0.15
HSL 34.53º 0.95% 0.44% -
HSV(B) 34.53º 0.97% 0.85% -
XYZ 36.67 30.36 4.1 -
YUV 141 51.82 182.92 -
System Red Green Blue C M Y K H S L
Decimal 218 128 6 0 0.41 0.97 0.15 34.53 0.95 0.44
Hex DA 80 6 0 29 61 F 23 5F 2C
Octal 332 200 6 0 51 141 17 43 137 54
Binary 11011010 10000000 110 0 101001 1100001 1111 100011 1011111 101100

Color Harmonies of #DA8006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8006

Black with #DA8006

Text Example


Text Example

White with #DA8006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8006; }

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

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

background-color css

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

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

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

border-color css

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

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

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