Html Css Color HEX #DA7302 Mango Tango

📋 copy color: '#DA7302'

red 218 ◦ green 115 ◦ blue 2

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

Shades of Mango Tango #DA7302

Tints of Mango Tango #DA7302

RGB

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

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

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

R = 65.07%
G = 34.33%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA7302 (or 0xDA7302) is known color: Mango Tango. HEX triplet: DA, 73 and 02. RGB value is (218,115,2). Sum of RGB (Red+Green+Blue) = 218+115+2=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7302 is #258CFD. Grayscale: #858585. Windows color (decimal): -2460926 or 160730. OLE color: 160730.

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

Color convert

RGB 218 115 2 -
CMYK 0 0.47 0.99 0.15
HSL 31.39º 0.98% 0.43% -
HSV(B) 31.39º 0.99% 0.85% -
XYZ 35.06 27.17 3.45 -
YUV 132.92 54.12 188.69 -
System Red Green Blue C M Y K H S L
Decimal 218 115 2 0 0.47 0.99 0.15 31.39 0.98 0.43
Hex DA 73 2 0 2F 63 F 1F 62 2B
Octal 332 163 2 0 57 143 17 37 142 53
Binary 11011010 1110011 10 0 101111 1100011 1111 11111 1100010 101011

Color Harmonies of #DA7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7302

Black with #DA7302

Text Example


Text Example

White with #DA7302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7302; }

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

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

background-color css

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

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

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

border-color css

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

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

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