Html Css Color HEX #DA830E Mango Tango

📋 copy color: '#DA830E'

red 218 ◦ green 131 ◦ blue 14

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

Shades of Mango Tango #DA830E

Tints of Mango Tango #DA830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 14 (5.86% from 255) = 3.86%

R = 60.06%
G = 36.09%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA830E (or 0xDA830E) is known color: Mango Tango. HEX triplet: DA, 83 and 0E. RGB value is (218,131,14). Sum of RGB (Red+Green+Blue) = 218+131+14=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA830E is #257CF1. Grayscale: #909090. Windows color (decimal): -2456818 or 951258. OLE color: 951258.

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

Color convert

RGB 218 131 14 -
CMYK 0 0.40 0.94 0.15
HSL 34.41º 0.88% 0.45% -
HSV(B) 34.41º 0.94% 0.85% -
XYZ 37.11 31.17 4.48 -
YUV 143.68 54.82 181.01 -
System Red Green Blue C M Y K H S L
Decimal 218 131 14 0 0.40 0.94 0.15 34.41 0.88 0.45
Hex DA 83 E 0 28 5E F 22 58 2D
Octal 332 203 16 0 50 136 17 42 130 55
Binary 11011010 10000011 1110 0 101000 1011110 1111 100010 1011000 101101

Color Harmonies of #DA830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA830E

Black with #DA830E

Text Example


Text Example

White with #DA830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA830E; }

 p { color: rgb(218,131,14); }

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

background-color css

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

 a { background-color: rgb(218,131,14); }

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

border-color css

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

 span { border-color: rgb(218,131,14); }

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