Html Css Color HEX #DA7502 Mango Tango

📋 copy color: '#DA7502'

red 218 ◦ green 117 ◦ blue 2

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

Shades of Mango Tango #DA7502

Tints of Mango Tango #DA7502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.72%

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

R = 64.69%
G = 34.72%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA7502 (or 0xDA7502) is known color: Mango Tango. HEX triplet: DA, 75 and 02. RGB value is (218,117,2). Sum of RGB (Red+Green+Blue) = 218+117+2=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7502 is #258AFD. Grayscale: #868686. Windows color (decimal): -2460414 or 161242. OLE color: 161242.

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

Color convert

RGB 218 117 2 -
CMYK 0 0.46 0.99 0.15
HSL 31.94º 0.98% 0.43% -
HSV(B) 31.94º 0.99% 0.85% -
XYZ 35.29 27.63 3.53 -
YUV 134.09 53.46 187.85 -
System Red Green Blue C M Y K H S L
Decimal 218 117 2 0 0.46 0.99 0.15 31.94 0.98 0.43
Hex DA 75 2 0 2E 63 F 20 62 2B
Octal 332 165 2 0 56 143 17 40 142 53
Binary 11011010 1110101 10 0 101110 1100011 1111 100000 1100010 101011

Color Harmonies of #DA7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7502

Black with #DA7502

Text Example


Text Example

White with #DA7502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7502; }

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

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

background-color css

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

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

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

border-color css

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

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

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