Html Css Color HEX #DA760D Mango Tango

📋 copy color: '#DA760D'

red 218 ◦ green 118 ◦ blue 13

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

Shades of Mango Tango #DA760D

Tints of Mango Tango #DA760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.81%

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

R = 62.46%
G = 33.81%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA760D (or 0xDA760D) is known color: Mango Tango. HEX triplet: DA, 76 and 0D. RGB value is (218,118,13). Sum of RGB (Red+Green+Blue) = 218+118+13=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA760D is #2589F2. Grayscale: #888888. Windows color (decimal): -2460147 or 882394. OLE color: 882394.

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

Color convert

RGB 218 118 13 -
CMYK 0 0.46 0.94 0.15
HSL 30.73º 0.89% 0.45% -
HSV(B) 30.73º 0.94% 0.85% -
XYZ 35.46 27.89 3.9 -
YUV 135.93 58.63 186.54 -
System Red Green Blue C M Y K H S L
Decimal 218 118 13 0 0.46 0.94 0.15 30.73 0.89 0.45
Hex DA 76 D 0 2E 5E F 1F 59 2D
Octal 332 166 15 0 56 136 17 37 131 55
Binary 11011010 1110110 1101 0 101110 1011110 1111 11111 1011001 101101

Color Harmonies of #DA760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA760D

Black with #DA760D

Text Example


Text Example

White with #DA760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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