Html Css Color HEX #DC7F07 Mango Tango

📋 copy color: '#DC7F07'

red 220 ◦ green 127 ◦ blue 7

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

Shades of Mango Tango #DC7F07

Tints of Mango Tango #DC7F07

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

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

R = 62.15%
G = 35.88%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC7F07 (or 0xDC7F07) is known color: Mango Tango. HEX triplet: DC, 7F and 07. RGB value is (220,127,7). Sum of RGB (Red+Green+Blue) = 220+127+7=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7F07 is #2380F8. Grayscale: #8D8D8D. Windows color (decimal): -2326777 or 491484. OLE color: 491484.

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

Color convert

RGB 220 127 7 -
CMYK 0 0.42 0.97 0.14
HSL 33.8º 0.94% 0.45% -
HSV(B) 33.8º 0.97% 0.86% -
XYZ 37.14 30.41 4.11 -
YUV 141.13 52.31 184.26 -
System Red Green Blue C M Y K H S L
Decimal 220 127 7 0 0.42 0.97 0.14 33.8 0.94 0.45
Hex DC 7F 7 0 2A 61 E 22 5E 2D
Octal 334 177 7 0 52 141 16 42 136 55
Binary 11011100 1111111 111 0 101010 1100001 1110 100010 1011110 101101

Color Harmonies of #DC7F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F07

Black with #DC7F07

Text Example


Text Example

White with #DC7F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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