Html Css Color HEX #DA710B Mango Tango

📋 copy color: '#DA710B'

red 218 ◦ green 113 ◦ blue 11

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

Shades of Mango Tango #DA710B

Tints of Mango Tango #DA710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.22%

R = 63.74%
G = 33.04%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA710B (or 0xDA710B) is known color: Mango Tango. HEX triplet: DA, 71 and 0B. RGB value is (218,113,11). Sum of RGB (Red+Green+Blue) = 218+113+11=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA710B is #258EF4. Grayscale: #858585. Windows color (decimal): -2461429 or 750042. OLE color: 750042.

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

Color convert

RGB 218 113 11 -
CMYK 0 0.48 0.95 0.15
HSL 29.57º 0.9% 0.45% -
HSV(B) 29.57º 0.95% 0.85% -
XYZ 34.88 26.74 3.64 -
YUV 132.77 59.29 188.79 -
System Red Green Blue C M Y K H S L
Decimal 218 113 11 0 0.48 0.95 0.15 29.57 0.9 0.45
Hex DA 71 B 0 30 5F F 1E 5A 2D
Octal 332 161 13 0 60 137 17 36 132 55
Binary 11011010 1110001 1011 0 110000 1011111 1111 11110 1011010 101101

Color Harmonies of #DA710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA710B

Black with #DA710B

Text Example


Text Example

White with #DA710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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