Html Css Color HEX #DA830D Mango Tango

📋 copy color: '#DA830D'

red 218 ◦ green 131 ◦ blue 13

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

Shades of Mango Tango #DA830D

Tints of Mango Tango #DA830D

RGB

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

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

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

R = 60.22%
G = 36.19%
B = 3.59%

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

#DA830D (or 0xDA830D) is known color: Mango Tango. HEX triplet: DA, 83 and 0D. RGB value is (218,131,13). Sum of RGB (Red+Green+Blue) = 218+131+13=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA830D is #257CF2. Grayscale: #909090. Windows color (decimal): -2456819 or 885722. OLE color: 885722.

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

Color convert

RGB 218 131 13 -
CMYK 0 0.40 0.94 0.15
HSL 34.54º 0.89% 0.45% -
HSV(B) 34.54º 0.94% 0.85% -
XYZ 37.1 31.17 4.44 -
YUV 143.56 54.32 181.09 -
System Red Green Blue C M Y K H S L
Decimal 218 131 13 0 0.40 0.94 0.15 34.54 0.89 0.45
Hex DA 83 D 0 28 5E F 23 59 2D
Octal 332 203 15 0 50 136 17 43 131 55
Binary 11011010 10000011 1101 0 101000 1011110 1111 100011 1011001 101101

Color Harmonies of #DA830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA830D

Black with #DA830D

Text Example


Text Example

White with #DA830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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