Html Css Color HEX #DA740D Mango Tango

📋 copy color: '#DA740D'

red 218 ◦ green 116 ◦ blue 13

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

Shades of Mango Tango #DA740D

Tints of Mango Tango #DA740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.75%

R = 62.82%
G = 33.43%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA740D (or 0xDA740D) is known color: Mango Tango. HEX triplet: DA, 74 and 0D. RGB value is (218,116,13). Sum of RGB (Red+Green+Blue) = 218+116+13=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA740D is #258BF2. Grayscale: #878787. Windows color (decimal): -2460659 or 881882. OLE color: 881882.

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

Color convert

RGB 218 116 13 -
CMYK 0 0.47 0.94 0.15
HSL 30.15º 0.89% 0.45% -
HSV(B) 30.15º 0.94% 0.85% -
XYZ 35.23 27.43 3.82 -
YUV 134.76 59.29 187.38 -
System Red Green Blue C M Y K H S L
Decimal 218 116 13 0 0.47 0.94 0.15 30.15 0.89 0.45
Hex DA 74 D 0 2F 5E F 1E 59 2D
Octal 332 164 15 0 57 136 17 36 131 55
Binary 11011010 1110100 1101 0 101111 1011110 1111 11110 1011001 101101

Color Harmonies of #DA740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA740D

Black with #DA740D

Text Example


Text Example

White with #DA740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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