Html Css Color HEX #DA7202 Mango Tango

📋 copy color: '#DA7202'

red 218 ◦ green 114 ◦ blue 2

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

Shades of Mango Tango #DA7202

Tints of Mango Tango #DA7202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

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

R = 65.27%
G = 34.13%
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

#DA7202 (or 0xDA7202) is known color: Mango Tango. HEX triplet: DA, 72 and 02. RGB value is (218,114,2). Sum of RGB (Red+Green+Blue) = 218+114+2=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7202 is #258DFD. Grayscale: #848484. Windows color (decimal): -2461182 or 160474. OLE color: 160474.

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

Color convert

RGB 218 114 2 -
CMYK 0 0.48 0.99 0.15
HSL 31.11º 0.98% 0.43% -
HSV(B) 31.11º 0.99% 0.85% -
XYZ 34.94 26.94 3.42 -
YUV 132.33 54.46 189.11 -
System Red Green Blue C M Y K H S L
Decimal 218 114 2 0 0.48 0.99 0.15 31.11 0.98 0.43
Hex DA 72 2 0 30 63 F 1F 62 2B
Octal 332 162 2 0 60 143 17 37 142 53
Binary 11011010 1110010 10 0 110000 1100011 1111 11111 1100010 101011

Color Harmonies of #DA7202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7202

Black with #DA7202

Text Example


Text Example

White with #DA7202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7202; }

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

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

background-color css

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

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

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

border-color css

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

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

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