Html Css Color HEX #DC8209 Mango Tango

📋 copy color: '#DC8209'

red 220 ◦ green 130 ◦ blue 9

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

Shades of Mango Tango #DC8209

Tints of Mango Tango #DC8209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.51%

R = 61.28%
G = 36.21%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC8209 (or 0xDC8209) is known color: Mango Tango. HEX triplet: DC, 82 and 09. RGB value is (220,130,9). Sum of RGB (Red+Green+Blue) = 220+130+9=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8209 is #237DF6. Grayscale: #8F8F8F. Windows color (decimal): -2326007 or 623324. OLE color: 623324.

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

Color convert

RGB 220 130 9 -
CMYK 0 0.41 0.96 0.14
HSL 34.41º 0.92% 0.45% -
HSV(B) 34.41º 0.96% 0.86% -
XYZ 37.55 31.2 4.3 -
YUV 143.12 52.32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 220 130 9 0 0.41 0.96 0.14 34.41 0.92 0.45
Hex DC 82 9 0 29 60 E 22 5C 2D
Octal 334 202 11 0 51 140 16 42 134 55
Binary 11011100 10000010 1001 0 101001 1100000 1110 100010 1011100 101101

Color Harmonies of #DC8209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8209

Black with #DC8209

Text Example


Text Example

White with #DC8209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8209; }

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

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

background-color css

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

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

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

border-color css

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

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

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