Html Css Color HEX #DA820D Mango Tango

📋 copy color: '#DA820D'

red 218 ◦ green 130 ◦ blue 13

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

Shades of Mango Tango #DA820D

Tints of Mango Tango #DA820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

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

R = 60.39%
G = 36.01%
B = 3.6%

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

#DA820D (or 0xDA820D) is known color: Mango Tango. HEX triplet: DA, 82 and 0D. RGB value is (218,130,13). Sum of RGB (Red+Green+Blue) = 218+130+13=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA820D is #257DF2. Grayscale: #8F8F8F. Windows color (decimal): -2457075 or 885466. OLE color: 885466.

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

Color convert

RGB 218 130 13 -
CMYK 0 0.40 0.94 0.15
HSL 34.24º 0.89% 0.45% -
HSV(B) 34.24º 0.94% 0.85% -
XYZ 36.97 30.9 4.4 -
YUV 142.97 54.65 181.51 -
System Red Green Blue C M Y K H S L
Decimal 218 130 13 0 0.40 0.94 0.15 34.24 0.89 0.45
Hex DA 82 D 0 28 5E F 22 59 2D
Octal 332 202 15 0 50 136 17 42 131 55
Binary 11011010 10000010 1101 0 101000 1011110 1111 100010 1011001 101101

Color Harmonies of #DA820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA820D

Black with #DA820D

Text Example


Text Example

White with #DA820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA820D; }

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

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

background-color css

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

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

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

border-color css

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

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

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