Html Css Color HEX #DA7301 Mango Tango

📋 copy color: '#DA7301'

red 218 ◦ green 115 ◦ blue 1

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

Shades of Mango Tango #DA7301

Tints of Mango Tango #DA7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

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

R = 65.27%
G = 34.43%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA7301 (or 0xDA7301) is known color: Mango Tango. HEX triplet: DA, 73 and 01. RGB value is (218,115,1). Sum of RGB (Red+Green+Blue) = 218+115+1=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7301 is #258CFE. Grayscale: #858585. Windows color (decimal): -2460927 or 95194. OLE color: 95194.

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

Color convert

RGB 218 115 1 -
CMYK 0 0.47 1.00 0.15
HSL 31.52º 0.99% 0.43% -
HSV(B) 31.52º 1% 0.85% -
XYZ 35.05 27.17 3.43 -
YUV 132.8 53.62 188.77 -
System Red Green Blue C M Y K H S L
Decimal 218 115 1 0 0.47 1.00 0.15 31.52 0.99 0.43
Hex DA 73 1 0 2F 64 F 20 63 2B
Octal 332 163 1 0 57 144 17 40 143 53
Binary 11011010 1110011 1 0 101111 1100100 1111 100000 1100011 101011

Color Harmonies of #DA7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7301

Black with #DA7301

Text Example


Text Example

White with #DA7301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7301; }

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

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

background-color css

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

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

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

border-color css

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

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

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