Html Css Color HEX #DC7B07 Mango Tango

📋 copy color: '#DC7B07'

red 220 ◦ green 123 ◦ blue 7

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

Shades of Mango Tango #DC7B07

Tints of Mango Tango #DC7B07

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

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

R = 62.86%
G = 35.14%
B = 2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC7B07 (or 0xDC7B07) is known color: Mango Tango. HEX triplet: DC, 7B and 07. RGB value is (220,123,7). Sum of RGB (Red+Green+Blue) = 220+123+7=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B07 is #2384F8. Grayscale: #8B8B8B. Windows color (decimal): -2327801 or 490460. OLE color: 490460.

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

Color convert

RGB 220 123 7 -
CMYK 0 0.44 0.97 0.14
HSL 32.68º 0.94% 0.45% -
HSV(B) 32.68º 0.97% 0.86% -
XYZ 36.64 29.4 3.94 -
YUV 138.78 53.64 185.93 -
System Red Green Blue C M Y K H S L
Decimal 220 123 7 0 0.44 0.97 0.14 32.68 0.94 0.45
Hex DC 7B 7 0 2C 61 E 21 5E 2D
Octal 334 173 7 0 54 141 16 41 136 55
Binary 11011100 1111011 111 0 101100 1100001 1110 100001 1011110 101101

Color Harmonies of #DC7B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B07

Black with #DC7B07

Text Example


Text Example

White with #DC7B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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