Html Css Color HEX #DA7101 Mango Tango

📋 copy color: '#DA7101'

red 218 ◦ green 113 ◦ blue 1

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

Shades of Mango Tango #DA7101

Tints of Mango Tango #DA7101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.04%

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

R = 65.66%
G = 34.04%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA7101 (or 0xDA7101) is known color: Mango Tango. HEX triplet: DA, 71 and 01. RGB value is (218,113,1). Sum of RGB (Red+Green+Blue) = 218+113+1=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7101 is #258EFE. Grayscale: #848484. Windows color (decimal): -2461439 or 94682. OLE color: 94682.

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

Color convert

RGB 218 113 1 -
CMYK 0 0.48 1.00 0.15
HSL 30.97º 0.99% 0.43% -
HSV(B) 30.97º 1% 0.85% -
XYZ 34.82 26.72 3.35 -
YUV 131.63 54.29 189.61 -
System Red Green Blue C M Y K H S L
Decimal 218 113 1 0 0.48 1.00 0.15 30.97 0.99 0.43
Hex DA 71 1 0 30 64 F 1F 63 2B
Octal 332 161 1 0 60 144 17 37 143 53
Binary 11011010 1110001 1 0 110000 1100100 1111 11111 1100011 101011

Color Harmonies of #DA7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7101

Black with #DA7101

Text Example


Text Example

White with #DA7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7101; }

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

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

background-color css

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

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

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

border-color css

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

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

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