Html Css Color HEX #DC7E08 Mango Tango

📋 copy color: '#DC7E08'

red 220 ◦ green 126 ◦ blue 8

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

Shades of Mango Tango #DC7E08

Tints of Mango Tango #DC7E08

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.59%

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

R = 62.15%
G = 35.59%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC7E08 (or 0xDC7E08) is known color: Mango Tango. HEX triplet: DC, 7E and 08. RGB value is (220,126,8). Sum of RGB (Red+Green+Blue) = 220+126+8=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7E08 is #2381F7. Grayscale: #8D8D8D. Windows color (decimal): -2327032 or 556764. OLE color: 556764.

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

Color convert

RGB 220 126 8 -
CMYK 0 0.43 0.96 0.14
HSL 33.4º 0.93% 0.45% -
HSV(B) 33.4º 0.96% 0.86% -
XYZ 37.02 30.15 4.1 -
YUV 140.65 53.14 184.59 -
System Red Green Blue C M Y K H S L
Decimal 220 126 8 0 0.43 0.96 0.14 33.4 0.93 0.45
Hex DC 7E 8 0 2B 60 E 21 5D 2D
Octal 334 176 10 0 53 140 16 41 135 55
Binary 11011100 1111110 1000 0 101011 1100000 1110 100001 1011101 101101

Color Harmonies of #DC7E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E08

Black with #DC7E08

Text Example


Text Example

White with #DC7E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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