Html Css Color HEX #DA7002 Mango Tango

📋 copy color: '#DA7002'

red 218 ◦ green 112 ◦ blue 2

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

Shades of Mango Tango #DA7002

Tints of Mango Tango #DA7002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 65.66%
G = 33.73%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA7002 (or 0xDA7002) is known color: Mango Tango. HEX triplet: DA, 70 and 02. RGB value is (218,112,2). Sum of RGB (Red+Green+Blue) = 218+112+2=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7002 is #258FFD. Grayscale: #838383. Windows color (decimal): -2461694 or 159962. OLE color: 159962.

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

Color convert

RGB 218 112 2 -
CMYK 0 0.49 0.99 0.15
HSL 30.56º 0.98% 0.43% -
HSV(B) 30.56º 0.99% 0.85% -
XYZ 34.72 26.5 3.34 -
YUV 131.15 55.12 189.94 -
System Red Green Blue C M Y K H S L
Decimal 218 112 2 0 0.49 0.99 0.15 30.56 0.98 0.43
Hex DA 70 2 0 31 63 F 1F 62 2B
Octal 332 160 2 0 61 143 17 37 142 53
Binary 11011010 1110000 10 0 110001 1100011 1111 11111 1100010 101011

Color Harmonies of #DA7002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7002

Black with #DA7002

Text Example


Text Example

White with #DA7002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7002; }

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

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

background-color css

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

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

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

border-color css

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

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

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