Html Css Color HEX #DC830D Mango Tango

📋 copy color: '#DC830D'

red 220 ◦ green 131 ◦ blue 13

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

Shades of Mango Tango #DC830D

Tints of Mango Tango #DC830D

RGB

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

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

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

R = 60.44%
G = 35.99%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC830D (or 0xDC830D) is known color: Mango Tango. HEX triplet: DC, 83 and 0D. RGB value is (220,131,13). Sum of RGB (Red+Green+Blue) = 220+131+13=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC830D is #237CF2. Grayscale: #909090. Windows color (decimal): -2325747 or 885724. OLE color: 885724.

HSL color Cylindrical-coordinate representation of color #DC830D: hue angle of 34.2º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC830D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 13 -
CMYK 0 0.40 0.94 0.14
HSL 34.2º 0.89% 0.46% -
HSV(B) 34.2º 0.94% 0.86% -
XYZ 37.7 31.48 4.47 -
YUV 144.16 53.99 182.09 -
System Red Green Blue C M Y K H S L
Decimal 220 131 13 0 0.40 0.94 0.14 34.2 0.89 0.46
Hex DC 83 D 0 28 5E E 22 59 2E
Octal 334 203 15 0 50 136 16 42 131 56
Binary 11011100 10000011 1101 0 101000 1011110 1110 100010 1011001 101110

Color Harmonies of #DC830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC830D

Black with #DC830D

Text Example


Text Example

White with #DC830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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