Html Css Color HEX #DC7D06 Mango Tango

📋 copy color: '#DC7D06'

red 220 ◦ green 125 ◦ blue 6

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

Shades of Mango Tango #DC7D06

Tints of Mango Tango #DC7D06

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

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

R = 62.68%
G = 35.61%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC7D06 (or 0xDC7D06) is known color: Mango Tango. HEX triplet: DC, 7D and 06. RGB value is (220,125,6). Sum of RGB (Red+Green+Blue) = 220+125+6=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D06 is #2382F9. Grayscale: #8C8C8C. Windows color (decimal): -2327290 or 425436. OLE color: 425436.

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

Color convert

RGB 220 125 6 -
CMYK 0 0.43 0.97 0.14
HSL 33.36º 0.95% 0.44% -
HSV(B) 33.36º 0.97% 0.86% -
XYZ 36.88 29.9 4 -
YUV 139.84 52.47 185.18 -
System Red Green Blue C M Y K H S L
Decimal 220 125 6 0 0.43 0.97 0.14 33.36 0.95 0.44
Hex DC 7D 6 0 2B 61 E 21 5F 2C
Octal 334 175 6 0 53 141 16 41 137 54
Binary 11011100 1111101 110 0 101011 1100001 1110 100001 1011111 101100

Color Harmonies of #DC7D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D06

Black with #DC7D06

Text Example


Text Example

White with #DC7D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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