Html Css Color HEX #DA740A Mango Tango

📋 copy color: '#DA740A'

red 218 ◦ green 116 ◦ blue 10

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

Shades of Mango Tango #DA740A

Tints of Mango Tango #DA740A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 63.37%
G = 33.72%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA740A (or 0xDA740A) is known color: Mango Tango. HEX triplet: DA, 74 and 0A. RGB value is (218,116,10). Sum of RGB (Red+Green+Blue) = 218+116+10=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA740A is #258BF5. Grayscale: #868686. Windows color (decimal): -2460662 or 685274. OLE color: 685274.

HSL color Cylindrical-coordinate representation of color #DA740A: hue angle of 30.58º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA740A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 10 -
CMYK 0 0.47 0.95 0.15
HSL 30.58º 0.91% 0.45% -
HSV(B) 30.58º 0.95% 0.85% -
XYZ 35.21 27.42 3.72 -
YUV 134.41 57.79 187.62 -
System Red Green Blue C M Y K H S L
Decimal 218 116 10 0 0.47 0.95 0.15 30.58 0.91 0.45
Hex DA 74 A 0 2F 5F F 1F 5B 2D
Octal 332 164 12 0 57 137 17 37 133 55
Binary 11011010 1110100 1010 0 101111 1011111 1111 11111 1011011 101101

Color Harmonies of #DA740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA740A

Black with #DA740A

Text Example


Text Example

White with #DA740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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