Html Css Color HEX #DA8207 Mango Tango

📋 copy color: '#DA8207'

red 218 ◦ green 130 ◦ blue 7

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

Shades of Mango Tango #DA8207

Tints of Mango Tango #DA8207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.97%

R = 61.41%
G = 36.62%
B = 1.97%

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

#DA8207 (or 0xDA8207) is known color: Mango Tango. HEX triplet: DA, 82 and 07. RGB value is (218,130,7). Sum of RGB (Red+Green+Blue) = 218+130+7=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8207 is #257DF8. Grayscale: #8E8E8E. Windows color (decimal): -2457081 or 492250. OLE color: 492250.

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

Color convert

RGB 218 130 7 -
CMYK 0 0.40 0.97 0.15
HSL 34.98º 0.94% 0.44% -
HSV(B) 34.98º 0.97% 0.85% -
XYZ 36.93 30.89 4.22 -
YUV 142.29 51.65 182 -
System Red Green Blue C M Y K H S L
Decimal 218 130 7 0 0.40 0.97 0.15 34.98 0.94 0.44
Hex DA 82 7 0 28 61 F 23 5E 2C
Octal 332 202 7 0 50 141 17 43 136 54
Binary 11011010 10000010 111 0 101000 1100001 1111 100011 1011110 101100

Color Harmonies of #DA8207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8207

Black with #DA8207

Text Example


Text Example

White with #DA8207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8207; }

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

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

background-color css

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

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

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

border-color css

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

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

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