Html Css Color HEX #DA7102 Mango Tango

📋 copy color: '#DA7102'

red 218 ◦ green 113 ◦ blue 2

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

Shades of Mango Tango #DA7102

Tints of Mango Tango #DA7102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 65.47%
G = 33.93%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA7102 (or 0xDA7102) is known color: Mango Tango. HEX triplet: DA, 71 and 02. RGB value is (218,113,2). Sum of RGB (Red+Green+Blue) = 218+113+2=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7102 is #258EFD. Grayscale: #848484. Windows color (decimal): -2461438 or 160218. OLE color: 160218.

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

Color convert

RGB 218 113 2 -
CMYK 0 0.48 0.99 0.15
HSL 30.83º 0.98% 0.43% -
HSV(B) 30.83º 0.99% 0.85% -
XYZ 34.83 26.72 3.38 -
YUV 131.74 54.79 189.53 -
System Red Green Blue C M Y K H S L
Decimal 218 113 2 0 0.48 0.99 0.15 30.83 0.98 0.43
Hex DA 71 2 0 30 63 F 1F 62 2B
Octal 332 161 2 0 60 143 17 37 142 53
Binary 11011010 1110001 10 0 110000 1100011 1111 11111 1100010 101011

Color Harmonies of #DA7102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7102

Black with #DA7102

Text Example


Text Example

White with #DA7102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7102; }

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

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

background-color css

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

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

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

border-color css

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

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

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