Html Css Color HEX #DC8207 Mango Tango

📋 copy color: '#DC8207'

red 220 ◦ green 130 ◦ blue 7

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

Shades of Mango Tango #DC8207

Tints of Mango Tango #DC8207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

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

R = 61.62%
G = 36.41%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8207 (or 0xDC8207) is known color: Mango Tango. HEX triplet: DC, 82 and 07. RGB value is (220,130,7). Sum of RGB (Red+Green+Blue) = 220+130+7=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8207 is #237DF8. Grayscale: #8F8F8F. Windows color (decimal): -2326009 or 492252. OLE color: 492252.

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

Color convert

RGB 220 130 7 -
CMYK 0 0.41 0.97 0.14
HSL 34.65º 0.94% 0.45% -
HSV(B) 34.65º 0.97% 0.86% -
XYZ 37.54 31.2 4.24 -
YUV 142.89 51.32 183 -
System Red Green Blue C M Y K H S L
Decimal 220 130 7 0 0.41 0.97 0.14 34.65 0.94 0.45
Hex DC 82 7 0 29 61 E 23 5E 2D
Octal 334 202 7 0 51 141 16 43 136 55
Binary 11011100 10000010 111 0 101001 1100001 1110 100011 1011110 101101

Color Harmonies of #DC8207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8207

Black with #DC8207

Text Example


Text Example

White with #DC8207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8207; }

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

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

background-color css

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

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

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

border-color css

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

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

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