Html Css Color HEX #DA8206 Mango Tango

📋 copy color: '#DA8206'

red 218 ◦ green 130 ◦ blue 6

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

Shades of Mango Tango #DA8206

Tints of Mango Tango #DA8206

RGB

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

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

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

R = 61.58%
G = 36.72%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA8206 (or 0xDA8206) is known color: Mango Tango. HEX triplet: DA, 82 and 06. RGB value is (218,130,6). Sum of RGB (Red+Green+Blue) = 218+130+6=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8206 is #257DF9. Grayscale: #8E8E8E. Windows color (decimal): -2457082 or 426714. OLE color: 426714.

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

Color convert

RGB 218 130 6 -
CMYK 0 0.40 0.97 0.15
HSL 35.09º 0.95% 0.44% -
HSV(B) 35.09º 0.97% 0.85% -
XYZ 36.93 30.88 4.19 -
YUV 142.18 51.15 182.08 -
System Red Green Blue C M Y K H S L
Decimal 218 130 6 0 0.40 0.97 0.15 35.09 0.95 0.44
Hex DA 82 6 0 28 61 F 23 5F 2C
Octal 332 202 6 0 50 141 17 43 137 54
Binary 11011010 10000010 110 0 101000 1100001 1111 100011 1011111 101100

Color Harmonies of #DA8206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8206

Black with #DA8206

Text Example


Text Example

White with #DA8206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8206; }

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

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

background-color css

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

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

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

border-color css

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

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

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