Html Css Color HEX #DC7B06 Mango Tango

📋 copy color: '#DC7B06'

red 220 ◦ green 123 ◦ blue 6

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

Shades of Mango Tango #DC7B06

Tints of Mango Tango #DC7B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 63.04%
G = 35.24%
B = 1.72%

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

#DC7B06 (or 0xDC7B06) is known color: Mango Tango. HEX triplet: DC, 7B and 06. RGB value is (220,123,6). Sum of RGB (Red+Green+Blue) = 220+123+6=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B06 is #2384F9. Grayscale: #8B8B8B. Windows color (decimal): -2327802 or 424924. OLE color: 424924.

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

Color convert

RGB 220 123 6 -
CMYK 0 0.44 0.97 0.14
HSL 32.8º 0.95% 0.44% -
HSV(B) 32.8º 0.97% 0.86% -
XYZ 36.63 29.39 3.92 -
YUV 138.67 53.14 186.01 -
System Red Green Blue C M Y K H S L
Decimal 220 123 6 0 0.44 0.97 0.14 32.8 0.95 0.44
Hex DC 7B 6 0 2C 61 E 21 5F 2C
Octal 334 173 6 0 54 141 16 41 137 54
Binary 11011100 1111011 110 0 101100 1100001 1110 100001 1011111 101100

Color Harmonies of #DC7B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B06

Black with #DC7B06

Text Example


Text Example

White with #DC7B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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