Html Css Color HEX #DC7308 Mango Tango

📋 copy color: '#DC7308'

red 220 ◦ green 115 ◦ blue 8

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

Shades of Mango Tango #DC7308

Tints of Mango Tango #DC7308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 64.14%
G = 33.53%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC7308 (or 0xDC7308) is known color: Mango Tango. HEX triplet: DC, 73 and 08. RGB value is (220,115,8). Sum of RGB (Red+Green+Blue) = 220+115+8=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7308 is #238CF7. Grayscale: #868686. Windows color (decimal): -2329848 or 553948. OLE color: 553948.

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

Color convert

RGB 220 115 8 -
CMYK 0 0.48 0.96 0.14
HSL 30.28º 0.93% 0.45% -
HSV(B) 30.28º 0.96% 0.86% -
XYZ 35.69 27.49 3.66 -
YUV 134.2 56.79 189.2 -
System Red Green Blue C M Y K H S L
Decimal 220 115 8 0 0.48 0.96 0.14 30.28 0.93 0.45
Hex DC 73 8 0 30 60 E 1E 5D 2D
Octal 334 163 10 0 60 140 16 36 135 55
Binary 11011100 1110011 1000 0 110000 1100000 1110 11110 1011101 101101

Color Harmonies of #DC7308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7308

Black with #DC7308

Text Example


Text Example

White with #DC7308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7308; }

 p { color: rgb(220,115,8); }

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

background-color css

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

 a { background-color: rgb(220,115,8); }

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

border-color css

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

 span { border-color: rgb(220,115,8); }

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