Html Css Color HEX #DC8305 Mango Tango

📋 copy color: '#DC8305'

red 220 ◦ green 131 ◦ blue 5

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

Shades of Mango Tango #DC8305

Tints of Mango Tango #DC8305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 61.8%
G = 36.8%
B = 1.4%

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

#DC8305 (or 0xDC8305) is known color: Mango Tango. HEX triplet: DC, 83 and 05. RGB value is (220,131,5). Sum of RGB (Red+Green+Blue) = 220+131+5=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8305 is #237CFA. Grayscale: #8F8F8F. Windows color (decimal): -2325755 or 361436. OLE color: 361436.

HSL color Cylindrical-coordinate representation of color #DC8305: hue angle of 35.16º 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 #DC8305 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 5 -
CMYK 0 0.40 0.98 0.14
HSL 35.16º 0.96% 0.44% -
HSV(B) 35.16º 0.98% 0.86% -
XYZ 37.66 31.46 4.23 -
YUV 143.25 49.99 182.75 -
System Red Green Blue C M Y K H S L
Decimal 220 131 5 0 0.40 0.98 0.14 35.16 0.96 0.44
Hex DC 83 5 0 28 62 E 23 60 2C
Octal 334 203 5 0 50 142 16 43 140 54
Binary 11011100 10000011 101 0 101000 1100010 1110 100011 1100000 101100

Color Harmonies of #DC8305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8305

Black with #DC8305

Text Example


Text Example

White with #DC8305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8305; }

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

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

background-color css

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

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

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

border-color css

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

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

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