Html Css Color HEX #DC830C Mango Tango

📋 copy color: '#DC830C'

red 220 ◦ green 131 ◦ blue 12

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

Shades of Mango Tango #DC830C

Tints of Mango Tango #DC830C

RGB

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

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

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

R = 60.61%
G = 36.09%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC830C (or 0xDC830C) is known color: Mango Tango. HEX triplet: DC, 83 and 0C. RGB value is (220,131,12). Sum of RGB (Red+Green+Blue) = 220+131+12=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC830C is #237CF3. Grayscale: #909090. Windows color (decimal): -2325748 or 820188. OLE color: 820188.

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

Color convert

RGB 220 131 12 -
CMYK 0 0.40 0.95 0.14
HSL 34.33º 0.9% 0.45% -
HSV(B) 34.33º 0.95% 0.86% -
XYZ 37.7 31.47 4.44 -
YUV 144.05 53.49 182.18 -
System Red Green Blue C M Y K H S L
Decimal 220 131 12 0 0.40 0.95 0.14 34.33 0.9 0.45
Hex DC 83 C 0 28 5F E 22 5A 2D
Octal 334 203 14 0 50 137 16 42 132 55
Binary 11011100 10000011 1100 0 101000 1011111 1110 100010 1011010 101101

Color Harmonies of #DC830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC830C

Black with #DC830C

Text Example


Text Example

White with #DC830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC830C; }

 p { color: rgb(220,131,12); }

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

background-color css

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

 a { background-color: rgb(220,131,12); }

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

border-color css

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

 span { border-color: rgb(220,131,12); }

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