Html Css Color HEX #DC8009 Mango Tango

📋 copy color: '#DC8009'

red 220 ◦ green 128 ◦ blue 9

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

Shades of Mango Tango #DC8009

Tints of Mango Tango #DC8009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.85%

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

R = 61.62%
G = 35.85%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC8009 (or 0xDC8009) is known color: Mango Tango. HEX triplet: DC, 80 and 09. RGB value is (220,128,9). Sum of RGB (Red+Green+Blue) = 220+128+9=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8009 is #237FF6. Grayscale: #8E8E8E. Windows color (decimal): -2326519 or 622812. OLE color: 622812.

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

Color convert

RGB 220 128 9 -
CMYK 0 0.42 0.96 0.14
HSL 33.84º 0.92% 0.45% -
HSV(B) 33.84º 0.96% 0.86% -
XYZ 37.28 30.67 4.21 -
YUV 141.94 52.98 183.68 -
System Red Green Blue C M Y K H S L
Decimal 220 128 9 0 0.42 0.96 0.14 33.84 0.92 0.45
Hex DC 80 9 0 2A 60 E 22 5C 2D
Octal 334 200 11 0 52 140 16 42 134 55
Binary 11011100 10000000 1001 0 101010 1100000 1110 100010 1011100 101101

Color Harmonies of #DC8009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8009

Black with #DC8009

Text Example


Text Example

White with #DC8009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8009; }

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

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

background-color css

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

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

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

border-color css

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

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

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