Html Css Color HEX #DA7510 Mango Tango

📋 copy color: '#DA7510'

red 218 ◦ green 117 ◦ blue 16

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

Shades of Mango Tango #DA7510

Tints of Mango Tango #DA7510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 62.11%
G = 33.33%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA7510 (or 0xDA7510) is known color: Mango Tango. HEX triplet: DA, 75 and 10. RGB value is (218,117,16). Sum of RGB (Red+Green+Blue) = 218+117+16=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7510 is #258AEF. Grayscale: #888888. Windows color (decimal): -2460400 or 1078746. OLE color: 1078746.

HSL color Cylindrical-coordinate representation of color #DA7510: hue angle of 30º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA7510 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 16 -
CMYK 0 0.46 0.93 0.15
HSL 30º 0.86% 0.46% -
HSV(B) 30º 0.93% 0.85% -
XYZ 35.37 27.67 3.97 -
YUV 135.69 60.46 186.71 -
System Red Green Blue C M Y K H S L
Decimal 218 117 16 0 0.46 0.93 0.15 30 0.86 0.46
Hex DA 75 10 0 2E 5D F 1E 56 2E
Octal 332 165 20 0 56 135 17 36 126 56
Binary 11011010 1110101 10000 0 101110 1011101 1111 11110 1010110 101110

Color Harmonies of #DA7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7510

Black with #DA7510

Text Example


Text Example

White with #DA7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7510; }

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

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

background-color css

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

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

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

border-color css

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

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

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