Html Css Color HEX #DC830A Mango Tango

📋 copy color: '#DC830A'

red 220 ◦ green 131 ◦ blue 10

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

Shades of Mango Tango #DC830A

Tints of Mango Tango #DC830A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.77%

R = 60.94%
G = 36.29%
B = 2.77%

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

#DC830A (or 0xDC830A) is known color: Mango Tango. HEX triplet: DC, 83 and 0A. RGB value is (220,131,10). Sum of RGB (Red+Green+Blue) = 220+131+10=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC830A is #237CF5. Grayscale: #909090. Windows color (decimal): -2325750 or 689116. OLE color: 689116.

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

Color convert

RGB 220 131 10 -
CMYK 0 0.40 0.95 0.14
HSL 34.57º 0.91% 0.45% -
HSV(B) 34.57º 0.95% 0.86% -
XYZ 37.69 31.47 4.38 -
YUV 143.82 52.49 182.34 -
System Red Green Blue C M Y K H S L
Decimal 220 131 10 0 0.40 0.95 0.14 34.57 0.91 0.45
Hex DC 83 A 0 28 5F E 23 5B 2D
Octal 334 203 12 0 50 137 16 43 133 55
Binary 11011100 10000011 1010 0 101000 1011111 1110 100011 1011011 101101

Color Harmonies of #DC830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC830A

Black with #DC830A

Text Example


Text Example

White with #DC830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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