Html Css Color HEX #DC8302 Mango Tango

📋 copy color: '#DC8302'

red 220 ◦ green 131 ◦ blue 2

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

Shades of Mango Tango #DC8302

Tints of Mango Tango #DC8302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 62.32%
G = 37.11%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC8302 (or 0xDC8302) is known color: Mango Tango. HEX triplet: DC, 83 and 02. RGB value is (220,131,2). Sum of RGB (Red+Green+Blue) = 220+131+2=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8302 is #237CFD. Grayscale: #8F8F8F. Windows color (decimal): -2325758 or 164828. OLE color: 164828.

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

Color convert

RGB 220 131 2 -
CMYK 0 0.40 0.99 0.14
HSL 35.5º 0.98% 0.44% -
HSV(B) 35.5º 0.99% 0.86% -
XYZ 37.64 31.45 4.14 -
YUV 142.91 48.49 182.99 -
System Red Green Blue C M Y K H S L
Decimal 220 131 2 0 0.40 0.99 0.14 35.5 0.98 0.44
Hex DC 83 2 0 28 63 E 24 62 2C
Octal 334 203 2 0 50 143 16 44 142 54
Binary 11011100 10000011 10 0 101000 1100011 1110 100100 1100010 101100

Color Harmonies of #DC8302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8302

Black with #DC8302

Text Example


Text Example

White with #DC8302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8302; }

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

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

background-color css

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

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

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

border-color css

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

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

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