Html Css Color HEX #DC8304 Mango Tango

📋 copy color: '#DC8304'

red 220 ◦ green 131 ◦ blue 4

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

Shades of Mango Tango #DC8304

Tints of Mango Tango #DC8304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 61.97%
G = 36.9%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC8304 (or 0xDC8304) is known color: Mango Tango. HEX triplet: DC, 83 and 04. RGB value is (220,131,4). Sum of RGB (Red+Green+Blue) = 220+131+4=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8304 is #237CFB. Grayscale: #8F8F8F. Windows color (decimal): -2325756 or 295900. OLE color: 295900.

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

Color convert

RGB 220 131 4 -
CMYK 0 0.40 0.98 0.14
HSL 35.28º 0.96% 0.44% -
HSV(B) 35.28º 0.98% 0.86% -
XYZ 37.65 31.46 4.2 -
YUV 143.13 49.49 182.83 -
System Red Green Blue C M Y K H S L
Decimal 220 131 4 0 0.40 0.98 0.14 35.28 0.96 0.44
Hex DC 83 4 0 28 62 E 23 60 2C
Octal 334 203 4 0 50 142 16 43 140 54
Binary 11011100 10000011 100 0 101000 1100010 1110 100011 1100000 101100

Color Harmonies of #DC8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8304

Black with #DC8304

Text Example


Text Example

White with #DC8304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8304; }

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

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

background-color css

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

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

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

border-color css

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

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

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