Html Css Color HEX #DC7008 Mango Tango

📋 copy color: '#DC7008'

red 220 ◦ green 112 ◦ blue 8

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

Shades of Mango Tango #DC7008

Tints of Mango Tango #DC7008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

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

R = 64.71%
G = 32.94%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC7008 (or 0xDC7008) is known color: Mango Tango. HEX triplet: DC, 70 and 08. RGB value is (220,112,8). Sum of RGB (Red+Green+Blue) = 220+112+8=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7008 is #238FF7. Grayscale: #848484. Windows color (decimal): -2330616 or 553180. OLE color: 553180.

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

Color convert

RGB 220 112 8 -
CMYK 0 0.49 0.96 0.14
HSL 29.43º 0.93% 0.45% -
HSV(B) 29.43º 0.96% 0.86% -
XYZ 35.35 26.82 3.54 -
YUV 132.44 57.78 190.46 -
System Red Green Blue C M Y K H S L
Decimal 220 112 8 0 0.49 0.96 0.14 29.43 0.93 0.45
Hex DC 70 8 0 31 60 E 1D 5D 2D
Octal 334 160 10 0 61 140 16 35 135 55
Binary 11011100 1110000 1000 0 110001 1100000 1110 11101 1011101 101101

Color Harmonies of #DC7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7008

Black with #DC7008

Text Example


Text Example

White with #DC7008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7008; }

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

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

background-color css

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

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

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

border-color css

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

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

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