Html Css Color HEX #DA8301 Mango Tango

📋 copy color: '#DA8301'

red 218 ◦ green 131 ◦ blue 1

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

Shades of Mango Tango #DA8301

Tints of Mango Tango #DA8301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.43%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 62.29%
G = 37.43%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA8301 (or 0xDA8301) is known color: Mango Tango. HEX triplet: DA, 83 and 01. RGB value is (218,131,1). Sum of RGB (Red+Green+Blue) = 218+131+1=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8301 is #257CFE. Grayscale: #8E8E8E. Windows color (decimal): -2456831 or 99290. OLE color: 99290.

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

Color convert

RGB 218 131 1 -
CMYK 0 0.40 1.00 0.15
HSL 35.94º 0.99% 0.43% -
HSV(B) 35.94º 1% 0.85% -
XYZ 37.04 31.14 4.09 -
YUV 142.19 48.32 182.07 -
System Red Green Blue C M Y K H S L
Decimal 218 131 1 0 0.40 1.00 0.15 35.94 0.99 0.43
Hex DA 83 1 0 28 64 F 24 63 2B
Octal 332 203 1 0 50 144 17 44 143 53
Binary 11011010 10000011 1 0 101000 1100100 1111 100100 1100011 101011

Color Harmonies of #DA8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8301

Black with #DA8301

Text Example


Text Example

White with #DA8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8301; }

 p { color: rgb(218,131,1); }

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

background-color css

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

 a { background-color: rgb(218,131,1); }

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

border-color css

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

 span { border-color: rgb(218,131,1); }

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