Html Css Color HEX #DC820B Mango Tango

📋 copy color: '#DC820B'

red 220 ◦ green 130 ◦ blue 11

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

Shades of Mango Tango #DC820B

Tints of Mango Tango #DC820B

RGB

 RED value IS 220 (86.33% from 255) = 60.94%

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

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

R = 60.94%
G = 36.01%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC820B (or 0xDC820B) is known color: Mango Tango. HEX triplet: DC, 82 and 0B. RGB value is (220,130,11). Sum of RGB (Red+Green+Blue) = 220+130+11=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC820B is #237DF4. Grayscale: #8F8F8F. Windows color (decimal): -2326005 or 754396. OLE color: 754396.

HSL color Cylindrical-coordinate representation of color #DC820B: hue angle of 34.16º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC820B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 130 11 -
CMYK 0 0.41 0.95 0.14
HSL 34.16º 0.9% 0.45% -
HSV(B) 34.16º 0.95% 0.86% -
XYZ 37.56 31.21 4.36 -
YUV 143.34 53.32 182.68 -
System Red Green Blue C M Y K H S L
Decimal 220 130 11 0 0.41 0.95 0.14 34.16 0.9 0.45
Hex DC 82 B 0 29 5F E 22 5A 2D
Octal 334 202 13 0 51 137 16 42 132 55
Binary 11011100 10000010 1011 0 101001 1011111 1110 100010 1011010 101101

Color Harmonies of #DC820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC820B

Black with #DC820B

Text Example


Text Example

White with #DC820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC820B; }

 p { color: rgb(220,130,11); }

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

background-color css

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

 a { background-color: rgb(220,130,11); }

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

border-color css

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

 span { border-color: rgb(220,130,11); }

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