Html Css Color HEX #DC8301 Mango Tango

📋 copy color: '#DC8301'

red 220 ◦ green 131 ◦ blue 1

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

Shades of Mango Tango #DC8301

Tints of Mango Tango #DC8301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 62.5%
G = 37.22%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC8301 (or 0xDC8301) is known color: Mango Tango. HEX triplet: DC, 83 and 01. RGB value is (220,131,1). Sum of RGB (Red+Green+Blue) = 220+131+1=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8301 is #237CFE. Grayscale: #8F8F8F. Windows color (decimal): -2325759 or 99292. OLE color: 99292.

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

Color convert

RGB 220 131 1 -
CMYK 0 0.40 1.00 0.14
HSL 35.62º 0.99% 0.43% -
HSV(B) 35.62º 1% 0.86% -
XYZ 37.64 31.45 4.12 -
YUV 142.79 47.99 183.07 -
System Red Green Blue C M Y K H S L
Decimal 220 131 1 0 0.40 1.00 0.14 35.62 0.99 0.43
Hex DC 83 1 0 28 64 E 24 63 2B
Octal 334 203 1 0 50 144 16 44 143 53
Binary 11011100 10000011 1 0 101000 1100100 1110 100100 1100011 101011

Color Harmonies of #DC8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8301

Black with #DC8301

Text Example


Text Example

White with #DC8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8301; }

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

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

background-color css

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

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

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

border-color css

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

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

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