Html Css Color HEX #DA7402 Mango Tango

📋 copy color: '#DA7402'

red 218 ◦ green 116 ◦ blue 2

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

Shades of Mango Tango #DA7402

Tints of Mango Tango #DA7402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.52%

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

R = 64.88%
G = 34.52%
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

#DA7402 (or 0xDA7402) is known color: Mango Tango. HEX triplet: DA, 74 and 02. RGB value is (218,116,2). Sum of RGB (Red+Green+Blue) = 218+116+2=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7402 is #258BFD. Grayscale: #868686. Windows color (decimal): -2460670 or 160986. OLE color: 160986.

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

Color convert

RGB 218 116 2 -
CMYK 0 0.47 0.99 0.15
HSL 31.67º 0.98% 0.43% -
HSV(B) 31.67º 0.99% 0.85% -
XYZ 35.17 27.4 3.49 -
YUV 133.5 53.79 188.27 -
System Red Green Blue C M Y K H S L
Decimal 218 116 2 0 0.47 0.99 0.15 31.67 0.98 0.43
Hex DA 74 2 0 2F 63 F 20 62 2B
Octal 332 164 2 0 57 143 17 40 142 53
Binary 11011010 1110100 10 0 101111 1100011 1111 100000 1100010 101011

Color Harmonies of #DA7402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7402

Black with #DA7402

Text Example


Text Example

White with #DA7402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7402; }

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

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

background-color css

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

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

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

border-color css

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

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

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