Html Css Color HEX #DC8307 Mango Tango

📋 copy color: '#DC8307'

red 220 ◦ green 131 ◦ blue 7

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

Shades of Mango Tango #DC8307

Tints of Mango Tango #DC8307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 61.45%
G = 36.59%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8307 (or 0xDC8307) is known color: Mango Tango. HEX triplet: DC, 83 and 07. RGB value is (220,131,7). Sum of RGB (Red+Green+Blue) = 220+131+7=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8307 is #237CF8. Grayscale: #909090. Windows color (decimal): -2325753 or 492508. OLE color: 492508.

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

Color convert

RGB 220 131 7 -
CMYK 0 0.40 0.97 0.14
HSL 34.93º 0.94% 0.45% -
HSV(B) 34.93º 0.97% 0.86% -
XYZ 37.67 31.46 4.29 -
YUV 143.48 50.99 182.58 -
System Red Green Blue C M Y K H S L
Decimal 220 131 7 0 0.40 0.97 0.14 34.93 0.94 0.45
Hex DC 83 7 0 28 61 E 23 5E 2D
Octal 334 203 7 0 50 141 16 43 136 55
Binary 11011100 10000011 111 0 101000 1100001 1110 100011 1011110 101101

Color Harmonies of #DC8307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8307

Black with #DC8307

Text Example


Text Example

White with #DC8307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8307; }

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

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

background-color css

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

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

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

border-color css

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

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

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