Html Css Color HEX #DC8306 Mango Tango

📋 copy color: '#DC8306'

red 220 ◦ green 131 ◦ blue 6

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

Shades of Mango Tango #DC8306

Tints of Mango Tango #DC8306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 61.62%
G = 36.69%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8306 (or 0xDC8306) is known color: Mango Tango. HEX triplet: DC, 83 and 06. RGB value is (220,131,6). Sum of RGB (Red+Green+Blue) = 220+131+6=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8306 is #237CF9. Grayscale: #8F8F8F. Windows color (decimal): -2325754 or 426972. OLE color: 426972.

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

Color convert

RGB 220 131 6 -
CMYK 0 0.40 0.97 0.14
HSL 35.05º 0.95% 0.44% -
HSV(B) 35.05º 0.97% 0.86% -
XYZ 37.66 31.46 4.26 -
YUV 143.36 50.49 182.66 -
System Red Green Blue C M Y K H S L
Decimal 220 131 6 0 0.40 0.97 0.14 35.05 0.95 0.44
Hex DC 83 6 0 28 61 E 23 5F 2C
Octal 334 203 6 0 50 141 16 43 137 54
Binary 11011100 10000011 110 0 101000 1100001 1110 100011 1011111 101100

Color Harmonies of #DC8306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8306

Black with #DC8306

Text Example


Text Example

White with #DC8306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8306; }

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

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

background-color css

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

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

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

border-color css

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

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

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