Html Css Color HEX #DA820C Mango Tango

📋 copy color: '#DA820C'

red 218 ◦ green 130 ◦ blue 12

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

Shades of Mango Tango #DA820C

Tints of Mango Tango #DA820C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 60.56%
G = 36.11%
B = 3.33%

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

#DA820C (or 0xDA820C) is known color: Mango Tango. HEX triplet: DA, 82 and 0C. RGB value is (218,130,12). Sum of RGB (Red+Green+Blue) = 218+130+12=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA820C is #257DF3. Grayscale: #8F8F8F. Windows color (decimal): -2457076 or 819930. OLE color: 819930.

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

Color convert

RGB 218 130 12 -
CMYK 0 0.40 0.94 0.15
HSL 34.37º 0.9% 0.45% -
HSV(B) 34.37º 0.94% 0.85% -
XYZ 36.96 30.9 4.36 -
YUV 142.86 54.15 181.59 -
System Red Green Blue C M Y K H S L
Decimal 218 130 12 0 0.40 0.94 0.15 34.37 0.9 0.45
Hex DA 82 C 0 28 5E F 22 5A 2D
Octal 332 202 14 0 50 136 17 42 132 55
Binary 11011010 10000010 1100 0 101000 1011110 1111 100010 1011010 101101

Color Harmonies of #DA820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA820C

Black with #DA820C

Text Example


Text Example

White with #DA820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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