Html Css Color HEX #DC7807 Mango Tango

📋 copy color: '#DC7807'

red 220 ◦ green 120 ◦ blue 7

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

Shades of Mango Tango #DC7807

Tints of Mango Tango #DC7807

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 63.4%
G = 34.58%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC7807 (or 0xDC7807) is known color: Mango Tango. HEX triplet: DC, 78 and 07. RGB value is (220,120,7). Sum of RGB (Red+Green+Blue) = 220+120+7=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7807 is #2387F8. Grayscale: #898989. Windows color (decimal): -2328569 or 489692. OLE color: 489692.

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

Color convert

RGB 220 120 7 -
CMYK 0 0.45 0.97 0.14
HSL 31.83º 0.94% 0.45% -
HSV(B) 31.83º 0.97% 0.86% -
XYZ 36.27 28.66 3.82 -
YUV 137.02 54.63 187.19 -
System Red Green Blue C M Y K H S L
Decimal 220 120 7 0 0.45 0.97 0.14 31.83 0.94 0.45
Hex DC 78 7 0 2D 61 E 20 5E 2D
Octal 334 170 7 0 55 141 16 40 136 55
Binary 11011100 1111000 111 0 101101 1100001 1110 100000 1011110 101101

Color Harmonies of #DC7807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7807

Black with #DC7807

Text Example


Text Example

White with #DC7807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7807; }

 p { color: rgb(220,120,7); }

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

background-color css

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

 a { background-color: rgb(220,120,7); }

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

border-color css

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

 span { border-color: rgb(220,120,7); }

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