Html Css Color HEX #DA7701 Mango Tango

📋 copy color: '#DA7701'

red 218 ◦ green 119 ◦ blue 1

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

Shades of Mango Tango #DA7701

Tints of Mango Tango #DA7701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.21%

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

R = 64.5%
G = 35.21%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA7701 (or 0xDA7701) is known color: Mango Tango. HEX triplet: DA, 77 and 01. RGB value is (218,119,1). Sum of RGB (Red+Green+Blue) = 218+119+1=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7701 is #2588FE. Grayscale: #878787. Windows color (decimal): -2459903 or 96218. OLE color: 96218.

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

Color convert

RGB 218 119 1 -
CMYK 0 0.45 1.00 0.15
HSL 32.63º 0.99% 0.43% -
HSV(B) 32.63º 1% 0.85% -
XYZ 35.52 28.1 3.58 -
YUV 135.15 52.3 187.09 -
System Red Green Blue C M Y K H S L
Decimal 218 119 1 0 0.45 1.00 0.15 32.63 0.99 0.43
Hex DA 77 1 0 2D 64 F 21 63 2B
Octal 332 167 1 0 55 144 17 41 143 53
Binary 11011010 1110111 1 0 101101 1100100 1111 100001 1100011 101011

Color Harmonies of #DA7701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7701

Black with #DA7701

Text Example


Text Example

White with #DA7701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7701; }

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

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

background-color css

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

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

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

border-color css

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

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

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