Html Css Color HEX #DC8300 Mango Tango

📋 copy color: '#DC8300'

red 220 ◦ green 131 ◦ blue 0

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

Shades of Mango Tango #DC8300

Tints of Mango Tango #DC8300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.68%
G = 37.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC8300 (or 0xDC8300) is known color: Mango Tango. HEX triplet: DC, 83 and 00. RGB value is (220,131,0). Sum of RGB (Red+Green+Blue) = 220+131+0=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8300 is #237CFF. Grayscale: #8F8F8F. Windows color (decimal): -2325760 or 33756. OLE color: 33756.

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

Color convert

RGB 220 131 0 -
CMYK 0 0.40 1 0.14
HSL 35.73º 1% 0.43% -
HSV(B) 35.73º 1% 0.86% -
XYZ 37.63 31.45 4.09 -
YUV 142.68 47.49 183.15 -
System Red Green Blue C M Y K H S L
Decimal 220 131 0 0 0.40 1 0.14 35.73 1 0.43
Hex DC 83 0 0 28 64 E 24 64 2B
Octal 334 203 0 0 50 144 16 44 144 53
Binary 11011100 10000011 0 0 101000 1100100 1110 100100 1100100 101011

Color Harmonies of #DC8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8300

Black with #DC8300

Text Example


Text Example

White with #DC8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8300; }

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

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

background-color css

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

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

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

border-color css

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

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

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