Html Css Color HEX #DA710D Mango Tango

📋 copy color: '#DA710D'

red 218 ◦ green 113 ◦ blue 13

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

Shades of Mango Tango #DA710D

Tints of Mango Tango #DA710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.85%

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

R = 63.37%
G = 32.85%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA710D (or 0xDA710D) is known color: Mango Tango. HEX triplet: DA, 71 and 0D. RGB value is (218,113,13). Sum of RGB (Red+Green+Blue) = 218+113+13=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA710D is #258EF2. Grayscale: #858585. Windows color (decimal): -2461427 or 881114. OLE color: 881114.

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

Color convert

RGB 218 113 13 -
CMYK 0 0.48 0.94 0.15
HSL 29.27º 0.89% 0.45% -
HSV(B) 29.27º 0.94% 0.85% -
XYZ 34.89 26.74 3.7 -
YUV 133 60.29 188.63 -
System Red Green Blue C M Y K H S L
Decimal 218 113 13 0 0.48 0.94 0.15 29.27 0.89 0.45
Hex DA 71 D 0 30 5E F 1D 59 2D
Octal 332 161 15 0 60 136 17 35 131 55
Binary 11011010 1110001 1101 0 110000 1011110 1111 11101 1011001 101101

Color Harmonies of #DA710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA710D

Black with #DA710D

Text Example


Text Example

White with #DA710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA710D; }

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

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

background-color css

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

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

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

border-color css

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

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

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